Thread: [PI] Clicking buttons help!

Results 1 to 8 of 8
  1. #1 [PI] Clicking buttons help! 
    Expect the Unexpected

    Acquittal's Avatar
    Join Date
    Jan 2011
    Age
    30
    Posts
    1,182
    Thanks given
    627
    Thanks received
    233
    Rep Power
    238
    I am adding this:


    But I am trying to figure out the clicking buttons for each one of those. How would I find that out? Rep ++ to whoever could help me out.
    Reply With Quote  
     

  2. #2  
    Expect the Unexpected

    Acquittal's Avatar
    Join Date
    Jan 2011
    Age
    30
    Posts
    1,182
    Thanks given
    627
    Thanks received
    233
    Rep Power
    238
    Cmon anyone?
    Reply With Quote  
     

  3. #3  
    Registered Member Inenting's Avatar
    Join Date
    Apr 2010
    Age
    28
    Posts
    470
    Thanks given
    5
    Thanks received
    10
    Rep Power
    1
    easyy lemme add it here :

    brb
    Reply With Quote  
     

  4. #4  
    Registered Member Inenting's Avatar
    Join Date
    Apr 2010
    Age
    28
    Posts
    470
    Thanks given
    5
    Thanks received
    10
    Rep Power
    1
    First go to dialoughandler.java ro whatever and searcht he dialouge for that tele thing u got under that before break; ADD :
    Code:
    c.teleAction = 999;//any number if its not in use
    now go to clickingbuttons.java and search for :
    Code:
    //1st tele option
    			case 9190:
    if (c.teleAction == 1) {
    					//rock crabs
    					c.getPA().spellTeleport(2676, 3715, 0);
    under that add:
    Code:
    				} else if (c.teleAction == 999) {//the number u did in diaglogee thing
    					//Zerker
    					c.Givemezerkercodeblabla
    u get it?
    Search this for 2nd Option:
    Code:
    			//2nd tele option
    			case 9191:
    				if (c.teleAction == 1) {
    					//tav dungeon
    					c.getPA().spellTeleport(2884, 9798, 0);
    Search this for 3th Option:
    Code:
    			//3rd tele option	
    
    			case 9192:
    				if (c.teleAction == 1) {
    					//slayer tower
    					c.getPA().spellTeleport(3428, 3537, 0);
    its all under those etc
    Well gl


    rep + thanks appriciated [or however you spell it ]

    EDIT: sorry for double post forgot about it
    Last edited by Inenting; 07-08-2011 at 10:44 PM. Reason: sorry
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Expect the Unexpected

    Acquittal's Avatar
    Join Date
    Jan 2011
    Age
    30
    Posts
    1,182
    Thanks given
    627
    Thanks received
    233
    Rep Power
    238
    Thanks repped.
    Reply With Quote  
     

  7. #6  
    Registered Member Inenting's Avatar
    Join Date
    Apr 2010
    Age
    28
    Posts
    470
    Thanks given
    5
    Thanks received
    10
    Rep Power
    1
    Quote Originally Posted by z0mg_beast View Post
    Thanks repped.
    thanks if you need more help; ask me, I dont have anything to do anyway .
    Reply With Quote  
     

  8. #7  
    Expect the Unexpected

    Acquittal's Avatar
    Join Date
    Jan 2011
    Age
    30
    Posts
    1,182
    Thanks given
    627
    Thanks received
    233
    Rep Power
    238
    Add me, need a little more help, [email protected]
    Reply With Quote  
     

  9. #8  
    Registered Member Inenting's Avatar
    Join Date
    Apr 2010
    Age
    28
    Posts
    470
    Thanks given
    5
    Thanks received
    10
    Rep Power
    1
    Quote Originally Posted by z0mg_beast View Post
    Add me, need a little more help, [email protected]
    Sended inv
    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: 3
    Last Post: 07-01-2011, 05:25 PM
  2. PI - Clicking Buttons, Cases
    By Infexis in forum Help
    Replies: 2
    Last Post: 11-21-2010, 03:32 AM
  3. [PI] Clicking Buttons
    By .php in forum Help
    Replies: 3
    Last Post: 10-09-2010, 12:39 AM
  4. Moving clicking area of Buttons?
    By Spooky in forum Help
    Replies: 0
    Last Post: 07-30-2009, 02:26 PM
  5. Clicking Most Buttons (Packet 163 and 147)
    By Guthan in forum Tutorials
    Replies: 33
    Last Post: 07-29-2008, 09:22 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
  •