Thread: Hexhunter Bow Meleeing? 718

Results 1 to 7 of 7
  1. #1 Hexhunter Bow Meleeing? 718 
    Registered Member
    Join Date
    May 2013
    Posts
    282
    Thanks given
    11
    Thanks received
    7
    Rep Power
    11
    For some reason my Hexhuner bow is meleeing instead of ranging. It has the range animation but it's hitting with melee. How do I fix?
    Reply With Quote  
     

  2. #2  
    Contributor

    clem585's Avatar
    Join Date
    Sep 2013
    Posts
    3,788
    Thanks given
    706
    Thanks received
    702
    Rep Power
    570
    Quote Originally Posted by Dark Dagger View Post
    For some reason my Hexhuner bow is meleeing instead of ranging. It has the range animation but it's hitting with melee. How do I fix?
    Method isRanging(player) in PlayerCombat.java @ com.rs.game.player.actions. Add the hex's id/name.
    Project thread
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Registered Member
    Join Date
    May 2013
    Posts
    282
    Thanks given
    11
    Thanks received
    7
    Rep Power
    11
    Quote Originally Posted by clem585 View Post
    Method isRanging(player) in PlayerCombat.java @ com.rs.game.player.actions. Add the hex's id/name.
    Ended up finding it before I saw this, but thank you though that would have directed me right to it.
    Reply With Quote  
     

  5. #4  
    Extreme Donator

    Join Date
    Jul 2014
    Posts
    414
    Thanks given
    46
    Thanks received
    8
    Rep Power
    15
    Quote Originally Posted by Dark Dagger View Post
    Ended up finding it before I saw this, but thank you though that would have directed me right to it.
    How did you fix it? I'm still trying to find out how and can't seem to find where it lays.
    Except my issue is that it does range attack, but it always want to stay close up. It won't let me shoot from far distances. No matter what you do it just walks back up to the NPC.
    Reply With Quote  
     

  6. #5  
    van 't stad

    Shnek's Avatar
    Join Date
    Oct 2013
    Posts
    1,065
    Thanks given
    343
    Thanks received
    297
    Rep Power
    109
    Quote Originally Posted by Projecteco View Post
    How did you fix it? I'm still trying to find out how and can't seem to find where it lays.
    Except my issue is that it does range attack, but it always want to stay close up. It won't let me shoot from far distances. No matter what you do it just walks back up to the NPC.
    go to your playercombat file and look foor this
    Code:
     
    	private int getAttackDistance(Player player) {
    Attached image

    Do not use the vps from ovh, blocking vps without reason and no customer support
    Reply With Quote  
     

  7. Thankful user:


  8. #6  
    Extreme Donator

    Join Date
    Jul 2014
    Posts
    414
    Thanks given
    46
    Thanks received
    8
    Rep Power
    15
    Quote Originally Posted by omglolomghi View Post
    go to your playercombat file and look foor this
    Code:
     
    	private int getAttackDistance(Player player) {
    Yeah I don't have that method, but it's fine I fixed it.
    I was putting if weaponName.contains("hexhunter bow") and I guess it wasn't detecting it, so I switched it to if weaponId == 17295 ... And it worked.
    under isRanging(player).
    Reply With Quote  
     

  9. #7  
    van 't stad

    Shnek's Avatar
    Join Date
    Oct 2013
    Posts
    1,065
    Thanks given
    343
    Thanks received
    297
    Rep Power
    109
    Quote Originally Posted by Projecteco View Post
    Yeah I don't have that method, but it's fine I fixed it.
    I was putting if weaponName.contains("hexhunter bow") and I guess it wasn't detecting it, so I switched it to if weaponId == 17295 ... And it worked.
    under isRanging(player).
    Ow okay man
    Attached image

    Do not use the vps from ovh, blocking vps without reason and no customer support
    Reply With Quote  
     

  10. Thankful user:



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. 718/7** Bows melee Fix
    By Motherboard in forum Snippets
    Replies: 6
    Last Post: 10-02-2014, 06:39 PM
  2. Crystal Bow hits melee 718
    By BlackTurtle in forum Help
    Replies: 1
    Last Post: 06-22-2014, 12:51 PM
  3. Crystal Bow hits melee 718
    By BlackTurtle in forum Help
    Replies: 4
    Last Post: 06-21-2014, 04:21 PM
  4. [718] Zaryte Bow GFX ID?
    By Unsafe in forum Help
    Replies: 5
    Last Post: 03-05-2013, 07:18 PM
  5. Chaotic C'bow uses melee?
    By iiTravis in forum Help
    Replies: 4
    Last Post: 02-02-2012, 05:12 PM
Tags for this Thread

View Tag Cloud

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