Thread: [PI] Brimhaven Vines

Results 1 to 5 of 5
  1. #1 [PI] Brimhaven Vines 
    Registered Member

    Join Date
    Mar 2008
    Posts
    800
    Thanks given
    515
    Thanks received
    135
    Rep Power
    78
    I cannot figure out how to make it so you need an axe to chop down the vines to go through in brimhaven dungeon.

    any help?
    Reply With Quote  
     

  2. #2  
    Registered Member [PI] Brimhaven Vines Market Banned


    Join Date
    Feb 2010
    Age
    28
    Posts
    3,064
    Thanks given
    913
    Thanks received
    349
    Rep Power
    385
    ill do it pm me your email and ill hook you up
    Reply With Quote  
     

  3. #3  
    Registered Member Beanerrr's Avatar
    Join Date
    Feb 2011
    Posts
    598
    Thanks given
    78
    Thanks received
    28
    Rep Power
    6
    Here's a cheap way to do it in ActionHandler.java
    Code:
    		case 123123:
    			if (c.playerWeapon == 4151 || c.getItems().playerHasItem(4151)){
    				c.startAnimation(4151);
    				c.getPA().walkTo(+1, -1);
    			} else {
    				c.sendMessage("You need an axe to get through the vines.");
    			}
    			break;
    I used random numbers lol
    Quote Originally Posted by Galkon View Post
    The rules clearly state, if you can't help, don't reply.


    Quote Originally Posted by Mod Josh - Question: How do you ask girls out?
    I can't ask them out, I am banned from the kitchen
    Quote Originally Posted by Penor View Post
    How will i know if its PI based?? Omfg this is sooo confusing!!
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Mar 2008
    Posts
    800
    Thanks given
    515
    Thanks received
    135
    Rep Power
    78
    Quote Originally Posted by Beanerrr View Post
    Here's a cheap way to do it in ActionHandler.java
    Code:
    		case 123123:
    			if (c.playerWeapon == 4151 || c.getItems().playerHasItem(4151)){
    				c.startAnimation(4151);
    				c.getPA().walkTo(+1, -1);
    			} else {
    				c.sendMessage("You need an axe to get through the vines.");
    			}
    			break;
    I used random numbers lol
    what #s do i put in for
    Code:
    c.getPA().walkTo(+1, -1);
    ?
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Apr 2013
    Posts
    6
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I dont have an actionhandler.java, is there another name it may go by?
    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. Object Id For Cut Vines
    By Chachi in forum Requests
    Replies: 5
    Last Post: 11-30-2009, 05:54 AM
  2. brimhaven
    By Zᴀᴄʜ in forum Help
    Replies: 2
    Last Post: 09-22-2009, 10:59 PM
  3. brimhaven
    By Zᴀᴄʜ in forum Help
    Replies: 2
    Last Post: 09-21-2009, 04:54 AM
  4. Ape atoll agility vines
    By mezalism in forum Requests
    Replies: 1
    Last Post: 07-07-2009, 01:32 AM
  5. vines and webs?
    By shoopdawhoop in forum Help
    Replies: 0
    Last Post: 06-07-2009, 10:59 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
  •