Thread: NpcClipping

Results 1 to 3 of 3
  1. #1 NpcClipping 
    Registered Member
    Join Date
    Aug 2007
    Posts
    453
    Thanks given
    82
    Thanks received
    27
    Rep Power
    53
    I was using this tutorial: http://www.rune-server.org/showthread.php?t=70232.
    After replacing my followPlayer void with Martins it added the NPCID int which wasn't used in my followPlayer void before, now I get an error with the server actually calling the npc to follow:
    Code:
    NPC.java:745: followPlayer(int) in NPC cannot be applied to ()
                followPlayer();
                ^
    I looked at some of my other codes and found in the NpcHandler.java that one of my kalphite queen voids uses the int NPCID also so I made followPlayer(), followPlayer(i) and now I get an error with the symbol i . Any help?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Dec 2009
    Posts
    126
    Thanks given
    1
    Thanks received
    1
    Rep Power
    1
    Understand this.. You shouldn't gravedig threads and use their coding. That tutorial was ANCIENT. Just get rid of everything you added and replace with original.. The tut was too old for you to add into your server.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Purely chill's Avatar
    Join Date
    May 2009
    Posts
    838
    Thanks given
    91
    Thanks received
    11
    Rep Power
    315
    Quote Originally Posted by Sphinx V2 View Post
    Understand this.. You shouldn't gravedig threads and use their coding. That tutorial was ANCIENT. Just get rid of everything you added and replace with original.. The tut was too old for you to add into your server.
    Not true, even though the code was old I used the mapdata file.
    Spoiler for Signature:
    Nightly Firefox builds The 64-bit one has too many glitches, get the 32-bit one.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •