Thread: Clicking buttons in New interfaces.

Results 1 to 4 of 4
  1. #1 Clicking buttons in New interfaces. 
    Not Funny
    Human's Avatar
    Join Date
    Sep 2011
    Age
    26
    Posts
    175
    Thanks given
    11
    Thanks received
    14
    Rep Power
    0
    Heya, i am trying to understand one thing, but just cannot understand it. This is the third time it has occurred, but still cannot figure it out..

    What the thing is: When you create a "New" interface most of the time; you are going to have buttons that are going to do another thing.. It is very simple to make it so when you click the button it will do such and such... But my problem: i can never figure out how to get the ID of the button so:

    Code:
    case ButtonIDwhichisunkown:
    c.getPA().spellTeleport(2036, 4525, 0);
    break;
    How would you get the ID of the button it says in the Command Prompt about "sendpacket" but that is not for the button, as for i know. If anyone can explain this to me, or say how to get the id of the button, i will greatly appreciate it! Thank You!
    Reply With Quote  
     

  2. #2  
    محمد

    Jamili's Avatar
    Join Date
    Jun 2010
    Posts
    405
    Thanks given
    93
    Thanks received
    249
    Rep Power
    307
    Code:
    c.sendMessage("Click Button: " + actionButtonId);
    Add that EXACTLY below this
    Code:
    int actionButtonId
    Login, press the button, it shoudl tell you the ID.
    By the way, you add those stuff I told you above in ClickingButtons.java.

    Spoiler for Honorable mentions:

    Quote Originally Posted by JRFisher View Post
    Dude, learn yourself, it took me 17 months of continuous research to learn how to import a project.
    Quote Originally Posted by Pollution View Post
    When? And Idiot, I'm using a oldschool, it's not easy to get the command for an oldschool, retard c u.
    Quote Originally Posted by Waj_Assif View Post
    I sayin u dont contribute never aall u do is finna tryin attack ppl and always finna start fights .......
    Quote Originally Posted by Kris View Post
    You must be one of those slower breeds.
    Quote Originally Posted by Gandalf View Post
    Just piss off ploter hacker fella dumb fuck. Your a donor to a rsps community, I'm a Mainowner to a Private Server thats 7+ Years old. Lmfao kid, get a life. Don't let my name come out of your mouth again. Or it wont end nicely for you. Understand me big boy?
    Quote Originally Posted by Tojad View Post
    What do you know about Public Void and int without this [] is only 1 integer, why?
    Reply With Quote  
     

  3. #3  
    Not Funny
    Human's Avatar
    Join Date
    Sep 2011
    Age
    26
    Posts
    175
    Thanks given
    11
    Thanks received
    14
    Rep Power
    0
    Quote Originally Posted by Snoop Dogg View Post
    Code:
    c.sendMessage("Click Button: " + actionButtonId);
    Add that EXACTLY below this
    Code:
    int actionButtonId
    Login, press the button, it shoudl tell you the ID.
    By the way, you add those stuff I told you above in ClickingButtons.java.
    Yay!! Thank You soooo much mate!
    Reply With Quote  
     

  4. #4  
    محمد

    Jamili's Avatar
    Join Date
    Jun 2010
    Posts
    405
    Thanks given
    93
    Thanks received
    249
    Rep Power
    307
    Welcome, if you need more help, PM me.

    Spoiler for Honorable mentions:

    Quote Originally Posted by JRFisher View Post
    Dude, learn yourself, it took me 17 months of continuous research to learn how to import a project.
    Quote Originally Posted by Pollution View Post
    When? And Idiot, I'm using a oldschool, it's not easy to get the command for an oldschool, retard c u.
    Quote Originally Posted by Waj_Assif View Post
    I sayin u dont contribute never aall u do is finna tryin attack ppl and always finna start fights .......
    Quote Originally Posted by Kris View Post
    You must be one of those slower breeds.
    Quote Originally Posted by Gandalf View Post
    Just piss off ploter hacker fella dumb fuck. Your a donor to a rsps community, I'm a Mainowner to a Private Server thats 7+ Years old. Lmfao kid, get a life. Don't let my name come out of your mouth again. Or it wont end nicely for you. Understand me big boy?
    Quote Originally Posted by Tojad View Post
    What do you know about Public Void and int without this [] is only 1 integer, why?
    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. Clicking Buttons opens url
    By ProjectAurora in forum Help
    Replies: 1
    Last Post: 10-11-2011, 07:06 AM
  2. [PI] Clicking buttons help!
    By Acquittal in forum Help
    Replies: 7
    Last Post: 07-09-2011, 11:45 AM
  3. PI - Clicking Buttons, Cases
    By Infexis in forum Help
    Replies: 2
    Last Post: 11-21-2010, 03:32 AM
  4. [PI] Clicking Buttons
    By .php in forum Help
    Replies: 3
    Last Post: 10-09-2010, 12:39 AM
  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
  •