Thread: How to make (deathtrune dart) disappear after it hits the npc

Results 1 to 5 of 5
  1. #1 How to make (deathtrune dart) disappear after it hits the npc 
    Donator
    DEV_Marley's Avatar
    Join Date
    Sep 2017
    Posts
    80
    Thanks given
    43
    Thanks received
    7
    Rep Power
    46
    Hi all,

    I was wondering how I could make Deathrune Darts disappear after they hit their target. Now they show up as a dart on the ground together with the npc's drops.

    Thanks in advance!
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Mar 2017
    Posts
    48
    Thanks given
    13
    Thanks received
    3
    Rep Power
    0
    go to your range combat handling look for a method that handles arrows/throwables and do a return in that statement like if(rangeWeapon == deathDartID) return;
    Reply With Quote  
     

  3. #3  
    Donator
    DEV_Marley's Avatar
    Join Date
    Sep 2017
    Posts
    80
    Thanks given
    43
    Thanks received
    7
    Rep Power
    46
    Let me add that it's a 667 source (Poanizer).

    Quote Originally Posted by Codeine View Post
    go to your range combat handling look for a method that handles arrows/throwables and do a return in that statement like if(rangeWeapon == deathDartID) return;

    I did, yet the return is an int and i don't know what the numbers after return; (the int.) stand for to be honest.
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Jul 2011
    Posts
    1,767
    Thanks given
    493
    Thanks received
    425
    Rep Power
    0
    player.getEquipment().deleitem or soemthing
    Reply With Quote  
     

  5. #5  
    Donator
    DEV_Marley's Avatar
    Join Date
    Sep 2017
    Posts
    80
    Thanks given
    43
    Thanks received
    7
    Rep Power
    46
    bump, still not fixed =[
    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. Replies: 14
    Last Post: 11-28-2013, 07:20 PM
  2. Replies: 2
    Last Post: 08-23-2010, 08:59 PM
  3. Replies: 1
    Last Post: 07-26-2008, 06:51 AM
  4. how to make range do a gfx while hitting
    By zeropke! in forum Tutorials
    Replies: 4
    Last Post: 07-11-2008, 08:25 PM
  5. Replies: 2
    Last Post: 04-22-2008, 08: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
  •