Thread: IconicPk [PI] - Entity based combat, collisionmap, follow dancing etc

Page 1 of 12 12311 ... LastLast
Results 1 to 10 of 117
  1. #1 IconicPk [PI] - Entity based combat, collisionmap, follow dancing etc 
    Registered Member

    Join Date
    May 2012
    Posts
    253
    Thanks given
    5
    Thanks received
    146
    Rep Power
    122
    I literally lose motivation within like a month, and it's really annoying. I was going to host this but, didn't have the funds and time required for this.
    I didn't spend much time writing content for this, therefore, I just dedicated most of my time working on the core content such as: combat, game engine, updating, events etcetera.

    I'd like to say a huge thanks to Connor/Eventide, and I'd like to say sorry for releasing it. You were a great help!

    Credits: Sam for client.


    Features:
    • Fully working collision map.
    • Fully working entity based combat.
    • Following has been fully implemented, alongside follow dancing.
    • Everything combat related, including NPC's are loaded via XML - NPCDefinitions, NPCSpawns, Magic spells, Weapons, Special attacks and Ranged weapons.
    • Item container class is used for handling items.
    • Trading has been re-written and uses a new class.
    • Fully working Dwarf Multi Cannon.
    • Appropriate game engine.
    • Server is more event-based.
    • Fully working (90/100%) Pest Control.
    • Summoning with pets working.
    • Server now uses a PacketManager (a re-written version of the PacketHandler).
    • Mobile, Position, Location and Walking Point classes implemented.
    • Fully working Galkons clan chat - just add the button client sided.
    • Fully working treasure trails.
    • Duel arena class has been re-written.
    • Report handling class implemented, which saves and loads reported users.
    • Shut down hook fully working.
    • Player/NPC updating good to go.
    • Fully working bank pins - class has also been re-written.
    • Over 40 pets initialised and fully working.
    • Fully working eating, item, npc and object scripts - just need to load them.
    • Clipped following, without being hard coded (using the collision map and Walking point).
    • JAGGRAB implemented, just add the folders you wish to load and uncomment in Server.java.
    • Fully working game attributes, such as:
      Code:
      player.getCombatAttribute("isFrozen")
    • And lots more shiz.





    Fully working pest control:



    Sorry about the projectile delay in this gif, it has been fixed!









    Sorry for lack of pictures, I hope you enjoy this release!

    Download links:

    Server - Click here for the server.
    Client and Cache (Galkons Refactored) - The cache is located in the client, and is fully cache packed (except the hit icon sprites, do em yourself ).


    To fix the batch run, replace Initialize.bat with:

    Code:
    @echo off
    title Server
    set lib=%lib%bin1;
    set lib=%lib%deps/castlewars.jar;
    set lib=%lib%deps/collisionmap.jar;
    set lib=%lib%deps/log4j-1.2.15.jar;
    set lib=%lib%deps/jython.jar;
    set lib=%lib%deps/mysql-connector-java-5.1.6-bin.jar;
    set lib=%lib%deps/xstream.jar;
    set lib=%lib%deps/mina.jar;
    set lib=%lib%deps/mysql.jar;
    set lib=%lib%deps/poi.jar;
    set lib=%lib%deps/slf4j.jar;
    set lib=%lib%deps/slf4j-nop.jar;
    set lib=%lib%deps/mina.jar;
    set lib=%lib%deps/netty.jar;
    
    set lib=%lib%deps/xstream-1.4.2.jar;
    set lib=%lib%deps/xpp3_min-1.1.4c.jar;
    set lib=%lib%deps/xmlpull-1.1.3.1.jar;
    
    
    "C:\Program Files\Java\jre7\bin\java.exe" -Xmx800m -cp %lib% server.Server
    pause
    Reply With Quote  
     


  2. #2  
    Banned

    Join Date
    Mar 2013
    Posts
    3,036
    Thanks given
    82
    Thanks received
    375
    Rep Power
    0
    I thought you were going to host this. Anyways, great release James.
    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    Jun 2011
    Posts
    2,549
    Thanks given
    539
    Thanks received
    402
    Rep Power
    683
    Nice release, client looks good. Nice work man.

    I also like the implemented update server, real quality here .
    All the best,
    Nirvana

    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Jul 2013
    Posts
    383
    Thanks given
    108
    Thanks received
    25
    Rep Power
    0
    Server-Side
    Run.bat



    Code:
    @echo off
    title Rune Legacy
    
    set lib=%lib%bin;
    set lib=%lib%deps/castlewars.jar;
    set lib=%lib%deps/collisionmap.jar;
    set lib=%lib%deps/log4j-1.2.15.jar;
    set lib=%lib%deps/jython.jar;
    set lib=%lib%deps/mysql-connector-java-5.1.6-bin.jar;
    set lib=%lib%deps/xstream.jar;
    set lib=%lib%deps/mina.jar;
    set lib=%lib%deps/mysql.jar;
    set lib=%lib%deps/poi.jar;
    set lib=%lib%deps/slf4j.jar;
    set lib=%lib%deps/slf4j-nop.jar;
    set lib=%lib%deps/mina.jar;
    set lib=%lib%deps/netty.jar;
    
    set lib=%lib%deps/xstream-1.4.2.jar;
    set lib=%lib%deps/xpp3_min-1.1.4c.jar;
    set lib=%lib%deps/xmlpull-1.1.3.1.jar;
    
    
    "C:\Program Files\Java\jre7\bin\java.exe" -Xmx800m -cp %lib% server.Server
    pause
    There are dupes on it?
    Reply With Quote  
     

  5. #5  
    Donator


    Join Date
    Jun 2011
    Posts
    2,549
    Thanks given
    539
    Thanks received
    402
    Rep Power
    683
    Quote Originally Posted by Issh View Post
    Server-Side
    Run.bat



    Code:
    @echo off
    title Rune Legacy
    
    set lib=%lib%bin;
    set lib=%lib%deps/castlewars.jar;
    set lib=%lib%deps/collisionmap.jar;
    set lib=%lib%deps/log4j-1.2.15.jar;
    set lib=%lib%deps/jython.jar;
    set lib=%lib%deps/mysql-connector-java-5.1.6-bin.jar;
    set lib=%lib%deps/xstream.jar;
    set lib=%lib%deps/mina.jar;
    set lib=%lib%deps/mysql.jar;
    set lib=%lib%deps/poi.jar;
    set lib=%lib%deps/slf4j.jar;
    set lib=%lib%deps/slf4j-nop.jar;
    set lib=%lib%deps/mina.jar;
    set lib=%lib%deps/netty.jar;
    
    set lib=%lib%deps/xstream-1.4.2.jar;
    set lib=%lib%deps/xpp3_min-1.1.4c.jar;
    set lib=%lib%deps/xmlpull-1.1.3.1.jar;
    
    
    "C:\Program Files\Java\jre7\bin\java.exe" -Xmx800m -cp %lib% server.Server
    pause
    Use an IDE.
    All the best,
    Nirvana

    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Jan 2013
    Posts
    583
    Thanks given
    343
    Thanks received
    146
    Rep Power
    163
    looks cool

    I don't know what you heard about me
    But a pleb can't get a rep out of me
    No rep, no thanks, you can't see
    That I'm a mother****ing P - I - M - P

    Cool Cats
    Thakiller 🎺 Scu11 🎸 Tyler 🎷 Lare 🎤 ur nan
    Reply With Quote  
     

  7. #7  
    Donator
    hero x sword's Avatar
    Join Date
    Apr 2012
    Age
    28
    Posts
    863
    Thanks given
    93
    Thanks received
    100
    Rep Power
    26
    thanks for those.
    Reply With Quote  
     

  8. #8  
    Donator


    Join Date
    Jun 2011
    Posts
    2,549
    Thanks given
    539
    Thanks received
    402
    Rep Power
    683
    Could you elaborate on 'full clan-chat'?
    All the best,
    Nirvana

    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    May 2013
    Posts
    1,169
    Thanks given
    28
    Thanks received
    133
    Rep Power
    53
    Nice release.
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Sep 2013
    Posts
    86
    Thanks given
    26
    Thanks received
    3
    Rep Power
    12
    Looks nice, waiting for virus check.
    Reply With Quote  
     

Page 1 of 12 12311 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Implementing Entity Based Combat Into PI
    By remy1 in forum Buying
    Replies: 2
    Last Post: 10-27-2012, 11:38 PM
  2. [PI] Entity Based Combat System
    By lostmyfrog in forum Help
    Replies: 2
    Last Post: 02-22-2012, 12:22 AM
  3. Replies: 0
    Last Post: 12-19-2011, 05:12 AM
  4. Decentish Entity based combat
    By Seb Bruce in forum Snippets
    Replies: 6
    Last Post: 11-21-2011, 09:05 PM
  5. Dophert's entity based combat system
    By WH:II:DOW in forum Tutorials
    Replies: 22
    Last Post: 01-11-2009, 12:17 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •