Thread: [vencillio] twisted bow attack

Results 1 to 3 of 3
  1. #1 [vencillio] twisted bow attack 
    Extreme Donator


    Join Date
    Dec 2016
    Posts
    383
    Thanks given
    99
    Thanks received
    66
    Rep Power
    340
    when i attack with twisted bow i dissapear when i tele it back to human
    i added it same as dark bow and tried magic shortbow but not works any ideas?
    Reply With Quote  
     

  2. #2  
    Registered Member 1m6n29s9gmxh's Avatar
    Join Date
    Jan 2017
    Posts
    430
    Thanks given
    32
    Thanks received
    100
    Rep Power
    40
    In rangeconstants.java from com.vencillio.rs2.content.skill.ranged find
    Code:
    if (weapon.getId() == 11235
    and add || weapon.getId() == 20997)
    It'll look like this
    Code:
    		if (weapon.getId() == 11235 || weapon.getId() == 20997) {
    Spoiler for Insanity V2 Coders be like ::
    Attached image
    Attached image
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Extreme Donator


    Join Date
    Dec 2016
    Posts
    383
    Thanks given
    99
    Thanks received
    66
    Rep Power
    340
    Quote Originally Posted by OsFury View Post
    In rangeconstants.java from com.vencillio.rs2.content.skill.ranged find
    Code:
    if (weapon.getId() == 11235
    and add || weapon.getId() == 20997)
    It'll look like this
    Code:
    		if (weapon.getId() == 11235 || weapon.getId() == 20997) {
    already did this
    -fixed thanks man
    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. [vencillio] Twisted Bow
    By Kyan in forum Help
    Replies: 8
    Last Post: 04-03-2017, 04:33 PM
  2. Replies: 2
    Last Post: 09-13-2016, 10:27 PM
  3. Replies: 2
    Last Post: 07-27-2016, 11:38 PM
  4. Replies: 1
    Last Post: 07-12-2014, 06:27 AM
  5. [Bulby] Dark Bow Attack Animation HELP
    By Secret- in forum Help
    Replies: 3
    Last Post: 06-27-2009, 07:47 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
  •