Thread: [PI] Finalizing the Blowpipe

Results 1 to 4 of 4
  1. #1 [PI] Finalizing the Blowpipe 
    Registered Member
    Join Date
    Jul 2015
    Posts
    147
    Thanks given
    27
    Thanks received
    12
    Rep Power
    0
    Ok, so sorry if these questions are dumb, but i dont really code and I'm surprised i've gotten this far.

    The blowpipe is in the game, along with the scales, etc. The Blowpipe itself knows that it can only fire Dragon Darts, which correctly go into the arrow slot.

    Attached image

    As of right now, the blowpipe uses a regular "boxing" animation and it does not shoot the darts at all. I also have no idea where to do this, where to add correct animations, or anything like that.

    Any assistance would be greatly appreciated since I know multiple people might be experiencing the same issues.

    Edit:

    I added the model to public int isabow[] or whatever that is in player.java and I get this message when trying to use it.

    Attached image
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Apr 2016
    Posts
    357
    Thanks given
    65
    Thanks received
    16
    Rep Power
    0
    Quote Originally Posted by slayterr View Post
    Ok, so sorry if these questions are dumb, but i dont really code and I'm surprised i've gotten this far.

    The blowpipe is in the game, along with the scales, etc. The Blowpipe itself knows that it can only fire Dragon Darts, which correctly go into the arrow slot.

    Attached image

    As of right now, the blowpipe uses a regular "boxing" animation and it does not shoot the darts at all. I also have no idea where to do this, where to add correct animations, or anything like that.

    Any assistance would be greatly appreciated since I know multiple people might be experiencing the same issues.

    Edit:

    I added the model to public int isabow[] or whatever that is in player.java and I get this message when trying to use it.

    Attached image
    You need to declare your item in item.cfg (or whatever is your file called) and also you need to add it into itemAssistant.java or somethink else not sure atm.
    Reply With Quote  
     

  3. #3  
    Registered Member Lil Peep's Avatar
    Join Date
    Oct 2012
    Posts
    881
    Thanks given
    234
    Thanks received
    58
    Rep Power
    0
    Quote Originally Posted by slayterr View Post
    Ok, so sorry if these questions are dumb, but i dont really code and I'm surprised i've gotten this far.

    The blowpipe is in the game, along with the scales, etc. The Blowpipe itself knows that it can only fire Dragon Darts, which correctly go into the arrow slot.

    Attached image

    As of right now, the blowpipe uses a regular "boxing" animation and it does not shoot the darts at all. I also have no idea where to do this, where to add correct animations, or anything like that.

    Any assistance would be greatly appreciated since I know multiple people might be experiencing the same issues.

    Edit:

    I added the model to public int isabow[] or whatever that is in player.java and I get this message when trying to use it.

    Attached image
    If you don't have osrs anims/gfx then you need those since blowpipe uses custom gfx
    Attached image Attached image Attached image Attached image Attached image
    Reply With Quote  
     

  4. #4  
    WHAT DO I PUT HERE!?

    Join Date
    Apr 2015
    Posts
    294
    Thanks given
    3
    Thanks received
    47
    Rep Power
    44
    With the blowpipe, the darts don't actually go to the arrow slot, they get loaded into the blowpipe along with the scales.

    The code below goes in Animation.java.

    Code:
    				case 5061:
    					anims[j].setDefaults();
    					anims[j].anInt352 = 13;
    					anims[j].anIntArray353 = new int[] { 19267601, 19267602, 19267603, 19267604, 19267605, 19267606, 19267607, 19267606, 19267605, 19267604, 19267603, 19267602, 19267601, };
    					anims[j].anIntArray355 = new int[] { 4, 3, 3, 4, 10, 10, 15, 10, 10, 4, 3, 3, 4, };
    					anims[j].anIntArray357 = new int[] { 1, 2, 9, 11, 13, 15, 17, 19, 37, 39, 41, 43, 45, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 183, 185, 191, 192, 9999999, };
    					anims[j].anInt359 = 6;
    					anims[j].anInt360 = 0;
    					anims[j].anInt361 = 13438;
    					anims[j].anInt365 = 1;
    				break;
    The above snippet is the animation for the blowpipe which will be 5061:

    You will need the animation.dat for the blowpipe so the above snippet works, without the animation.dat for it, it wont.
    There probably is somewhere in the client section that has the blowpipe animations released https://www.rune-server.org/runescap...nt/rs2-client/


    If you need anymore help, feel free to ask
    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. [PI]Changing the home teleport? REP++
    By Alexander in forum Help
    Replies: 19
    Last Post: 12-18-2011, 01:19 AM
  2. [PI] Removing The RS Logo
    By Pentiun in forum Snippets
    Replies: 12
    Last Post: 08-05-2011, 04:24 AM
  3. Replies: 12
    Last Post: 10-04-2010, 06:10 PM
  4. Replies: 0
    Last Post: 07-06-2010, 06:59 PM
  5. Finally the 4D pic of my son!!
    By Systəx in forum Chat
    Replies: 20
    Last Post: 02-14-2008, 06:03 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
  •