Thread: How do i change names of teles on mage tab!??!

Results 1 to 5 of 5
  1. #1 How do i change names of teles on mage tab!??! 
    digitalfresh
    Guest
    plz someone tell me i need help =/ just tell or evn make a tut pl0x?
     

  2. #2  
    Registered Member

    Join Date
    Nov 2008
    Posts
    2,180
    Thanks given
    148
    Thanks received
    99
    Rep Power
    2004
    What base?
     

  3. #3  
    injectionsss
    Guest
    Hmm well it does happen to deal with your source on how to get to wear you edit it, but I believe it has to deal with the button itself.
    Last edited by injectionsss; 07-05-2009 at 08:21 AM. Reason: Not to look stupid
     

  4. #4  
    Respected Member

    Situations's Avatar
    Join Date
    Sep 2008
    Posts
    3,903
    Thanks given
    230
    Thanks received
    1,695
    Rep Power
    5000
    If you're talking about how to switch the name, so like, "Varrock Teleport" to "Home Teleport", than just do this..


    Look in your base for TextHandler, once you see that notepad, open it, and search the existing teleport name. Replace that, to the name you want.

    If you want to switch the teleport destination, click the teleport, and search the X or Y axis that it shows. If you don't have a command to find your X & Y axis (::mypos), use this one:

    DELTA:
    if(command.startsWith("mypos") && playerRights > 0){
    sM("AbsX: "+absX+" AbsY: "+absY+"");
    }
    NONDELTA:
    if(command.startsWith("mypos") && playerRights > 0){
    sendMessage("AbsX: "+absX+" AbsY: "+absY+"");
    }
    And once you found that, eaither search you X Or Y axis, in the following notepads:

    • ClickedMost.java
    • Client.java



    I don't know if I'm 100% correct, so correct me if I'm wrong, I did my best.
     

  5. #5  
    Registered Member
    Coder Alex's Avatar
    Join Date
    Apr 2009
    Age
    30
    Posts
    1,755
    Thanks given
    86
    Thanks received
    83
    Rep Power
    231
    He said names of teleport , then it's sendQuest.
    Go to your textHandler.java and change names just
    To find other names of teles go to notes - > Interface text.
    and search for what you want.
    My english skills back in the days.
    Quote Originally Posted by Coder Alex
    Well, if it's gooded decent, it's good.
     


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
  •