Thread: PI Bows wont hit and some show wrong emotes.

Results 1 to 4 of 4
  1. #1 PI Bows wont hit and some show wrong emotes. 
    Registered Member
    Join Date
    Jan 2011
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    when i attack a target the bow shows an amote as if it thinks its an scimitar and i can't hit the mob and my server.bat file says this:

    Code:
    [5-2-12 0:23]: java.lang.NullPointerException
    [5-2-12 0:23]:  at server.model.players.CombatAssistant.delayedHit(CombatAssista
    nt.java:476)
    [5-2-12 0:23]:  at server.model.players.Client.process(Client.java:1389)
    [5-2-12 0:23]:  at server.model.players.PlayerHandler.process(PlayerHandler.java
    :161)
    [5-2-12 0:23]:  at server.Server.main(Server.java:161)
    [5-2-12 0:23]: [player-1]: Fatal: couldn't find connection vertex! Dropping pack
    et.
    this only happens with bows, my crossbows work fine!

    please help me.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jan 2011
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    bump still really need this....
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2011
    Posts
    73
    Thanks given
    4
    Thanks received
    2
    Rep Power
    1
    You don't give too much detail on the source you're using or anything so people can't really help you. Detail it a bit more but for the whole animation thing, look in CombatAssistant.java and search the ID of the bow you're using and look for something like this:
    Code:
    			case 18353:
    			c.playerStandIndex = 13217;
    			c.playerWalkIndex = 13218;
    			c.playerRunIndex = 13220;
    			break;
    Or something like:
    Code:
    if(weaponName.contains("Bow") {
    Everyone is a leecher in some point of their runescape coding adventure.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jan 2011
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    i am using the source Dreamscape from notepad its a 317 PI. i redownloaded the source but even then ranged doesnt work for me. do you want me to upload the files the cmd is telling me that are wrong?
    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

Similar Threads

  1. bows show as -2
    By sum hope in forum Help
    Replies: 4
    Last Post: 10-18-2011, 09:05 PM
  2. How to make bows hit harder
    By `Michael in forum Tutorials
    Replies: 6
    Last Post: 10-24-2009, 02:49 PM
  3. Replies: 0
    Last Post: 09-22-2009, 06:00 PM
  4. [TUT]How to bows hit harder
    By kirra123 in forum Tutorials
    Replies: 15
    Last Post: 07-17-2009, 12:11 PM
  5. My changes wont show?
    By Wize Old Man in forum Help
    Replies: 2
    Last Post: 07-07-2009, 10:54 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •