Thread: PI - Clicking Buttons, Cases

Results 1 to 3 of 3
  1. #1 PI - Clicking Buttons, Cases 
    If you read this you're gay!
    Infexis's Avatar
    Join Date
    Aug 2009
    Age
    28
    Posts
    4,557
    Thanks given
    1,158
    Thanks received
    1,174
    Rep Power
    2949
    When I click a button, I expect the button id(case) show in the cmd but it doesnt. I need to know how to get the button id's(cases) of a button. Thx.

    "If you can't explain it simply, you don't understand it well enough." - Albert Einstein
    Reply With Quote  
     

  2. #2  
    Extreme Donator


    Join Date
    Oct 2006
    Posts
    1,370
    Thanks given
    64
    Thanks received
    197
    Rep Power
    426
    Add this in ClickingButtons.java:
    Code:
    		int actionButtonId = Misc.hexToInt(c.getInStream().buffer, 0, packetSize);
    		if(c.playerName == "urname")	
    			Misc.println(c.playerName+ " - actionbutton: "+actionButtonId);


    ~flow@hacking . rs
    Reply With Quote  
     

  3. #3  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,819
    Thanks received
    1,767
    Rep Power
    2438
    At the top
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    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] Clicking Buttons
    By .php in forum Help
    Replies: 3
    Last Post: 10-09-2010, 12:39 AM
  2. Replies: 0
    Last Post: 06-05-2010, 09:59 PM
  3. Moving clicking area of Buttons?
    By Spooky in forum Help
    Replies: 0
    Last Post: 07-30-2009, 02:26 PM
  4. Clicking skill buttons for a menu in a handler
    By Monoxide in forum Tutorials
    Replies: 9
    Last Post: 10-20-2008, 12:26 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
  •