Thread: [508] making it printout

Results 1 to 5 of 5
  1. #1 [508] making it printout 
    Registered Member
    Join Date
    Feb 2008
    Posts
    37
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    its used to do this

    Starting server on port: 1111
    Connection recieved from: 1.1.1.1
    [lol] Unhandled button: 589, 8:0
    [lol] Unhandled button: 589, 8:0
    [lol] Unhandled button: 589, 8:0
    [lol] Unhandled button: 589, 8:0
    [lol] Unhandled button: 589, 8:0
    [lol] Unhandled button: 589, 8:0
    but when i add something it doesnt anymore. how do i make it do it everytime i click it?
    Reply With Quote  
     

  2. #2  
    Drainingpower
    Guest
    Quote Originally Posted by renny View Post
    its used to do this



    but when i add something it doesnt anymore. how do i make it do it everytime i click it?
    the button must be in use for something then. when its in use it doesnt do that anymore, coz there is no more unhandled expeptions.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Feb 2008
    Posts
    37
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by Drainingpower View Post
    the button must be in use for something then. when its in use it doesnt do that anymore, coz there is no more unhandled expeptions.
    but its happens on the skill tab ive got the attack button in use but idk what all the others are because its dosent print them and i dont have then in use.
    Reply With Quote  
     

  4. #4  
    Donator

    Nightleaf's Avatar
    Join Date
    Apr 2008
    Posts
    441
    Thanks given
    7
    Thanks received
    18
    Rep Power
    83
    Do this:


    Add
    Code:
    Misc.println("[" + p.username + "] Clicked: " + interfaceId + ", " + buttonId + ":" + buttonId2);
    above
    Code:
    switch (interfaceId) {
    in actionbuttons

    so something like this:
    Code:
    		Misc.println("[" + p.username + "] Clicked: " + interfaceId + ", " + buttonId + ":" + buttonId2);
            switch (interfaceId) {
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Feb 2008
    Posts
    37
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    thanks lol got it i was doing:

    switch (interfaceId) {
    Misc.println("[" + p.username + "] Clicked: " + interfaceId + ", " + buttonId + ":" + buttonId2);

    wrong way around lol
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •