Thread: Need Help! Hav Some ''LOL'' idea.

Results 1 to 9 of 9
  1. #1 Need Help! Hav Some ''LOL'' idea. 
    Banned

    Join Date
    Jul 2009
    Posts
    3,999
    Thanks given
    1,003
    Thanks received
    1,028
    Rep Power
    0
    Well,, i just need to know how do you make so when you press a skilltab,, Lets say u press Fishing tab and it teleports you somewhere?? Whats the code for that and where do you put it??

    I really need your help, Thank you so much
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Jan 2007
    Age
    34
    Posts
    2,947
    Thanks given
    15
    Thanks received
    33
    Rep Power
    1360
    The fishing tab is an action button.
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jul 2009
    Posts
    3,999
    Thanks given
    1,003
    Thanks received
    1,028
    Rep Power
    0
    Could u like drop me the code for the teleport so i will figure it out for others Pls, thanks
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Jan 2008
    Posts
    639
    Thanks given
    4
    Thanks received
    5
    Rep Power
    0
    Quote Originally Posted by EuroscapeLTD View Post
    Could u like drop me the code for the teleport so i will figure it out for others Pls, thanks
    In packet 185;
    add
    Code:
    case 33214: //Fishing Tab Interface ID.
         teleportToX = 1234;// Teleports you to your X Co-ordinate.
         teleportToY = 1234; // Teleports you to your Y Co-ordinate.
    break;
    Obvisouly you change the 1234's to the desired co-ordinates in which you wish to be teleported to

    I could get the rest if you'd like..

    --------------------------------------------------------------------------------------------------------------

    If you also wanted it to show a Skill Menu instead of teleporting you to some location you could change the code to this;
    Code:
    case 33214: // Fishing Tab Interface ID.
        c.showInterface(8714); // Shows the Skill Menu.
    break;
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    Jul 2009
    Posts
    3,999
    Thanks given
    1,003
    Thanks received
    1,028
    Rep Power
    0
    Thank You :O Very Nice! :O Now i can try 2 do somethign ;D CHEERZ!
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Jan 2008
    Posts
    639
    Thanks given
    4
    Thanks received
    5
    Rep Power
    0
    Quote Originally Posted by EuroscapeLTD View Post
    Thank You :O Very Nice! :O Now i can try 2 do somethign ;D CHEERZ!
    Anytime dude.
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Jul 2009
    Posts
    3,999
    Thanks given
    1,003
    Thanks received
    1,028
    Rep Power
    0
    Ow and dude ,, i cant Find the Fucking packet,,, :O any ideas?
    Reply With Quote  
     

  8. #8  
    Registered Member
    Nando's Avatar
    Join Date
    Feb 2009
    Age
    29
    Posts
    3,517
    Thanks given
    2,439
    Thanks received
    1,108
    Rep Power
    5000
    packet 185; meaning case 185.
    packet = case.
    Reply With Quote  
     

  9. #9  
    Banned

    Join Date
    Jul 2009
    Posts
    3,999
    Thanks given
    1,003
    Thanks received
    1,028
    Rep Power
    0
    Thanks for explaining me ,, Lol .. Im just learning java,, and trying 2 make a server Thank you guys, rly helped me
    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
  •