Thread: adding teleports on quest tab?

Results 1 to 5 of 5
  1. #1 adding teleports on quest tab? 
    x firecape x
    Guest
    one mulous there is a duel arena teleport on the quest tab?!
    what .java file do i change the cords or add more like that in it

    ima add a few commands there and barrows and stuff

    dont say i cant or nothing just please tell me where i can find what makes the @whi@duelarena txt trigger the teleport
    Reply With Quote  
     

  2. #2  
    Client Hacking

    Join Date
    May 2007
    Age
    32
    Posts
    1,497
    Thanks given
    3
    Thanks received
    15
    Rep Power
    599
    Quote Originally Posted by x firecape x View Post
    one mulous there is a duel arena teleport on the quest tab?!
    what .java file do i change the cords or add more like that in it

    ima add a few commands there and barrows and stuff

    dont say i cant or nothing just please tell me where i can find what makes the @whi@duelarena txt trigger the teleport
    client.java its under packet 185. (case 185)
    elid.r-s
    Reply With Quote  
     

  3. #3  
    Registered Member
    thing1's Avatar
    Join Date
    Aug 2008
    Posts
    2,111
    Thanks given
    131
    Thanks received
    1,099
    Rep Power
    2402
    i was gonna help until i figured out this was 317 lol
    was gonna tell him frames.java

    and yeah client.java works for a 317
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2008
    Posts
    3,163
    Thanks given
    235
    Thanks received
    74
    Rep Power
    209
    how i can add home teleport in quest tab?can u post for me pls i rep++!thank you!
    Reply With Quote  
     

  5. #5  
    Registered Member
    Swarfega's Avatar
    Join Date
    Sep 2007
    Age
    29
    Posts
    873
    Thanks given
    0
    Thanks received
    1
    Rep Power
    373
    Quote Originally Posted by Iyr View Post
    client.java its under packet 185. (case 185)
    You surely don't know anything about Emulous. The Clickingstuff in-game is handled by other Classes aka Handlers in a package called packets. So the packet 185 isn't handled in Client class.

    Quote Originally Posted by dani_gonzales View Post
    how i can add home teleport in quest tab?can u post for me pls i rep++!thank you!

    To change the coords or add some text, the case id in ClickingButtons class is

    Code:
    case 28165:

    If you want to change the sendQuest text at the quest tab, it's

    Code:
    sendFrame126("@whi@Duel Arena", 7333);
    In PlayerAssistant class.

    I personally changed it to a quest instead, do what ever you wish.
    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
  •