Thread: How to change the "teleport home" cords?

Results 1 to 9 of 9
  1. #1 How to change the "teleport home" cords? 
    Registered Member
    Join Date
    Aug 2008
    Posts
    127
    Thanks given
    1
    Thanks received
    1
    Rep Power
    4
    How do I change the cords of the "teleport home" ?
    Reply With Quote  
     

  2. #2  
    programmer
    Existence's Avatar
    Join Date
    Aug 2008
    Posts
    94
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    is your home teleport an emote button? spellbook button? ancient mage book button? or a command?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Aug 2008
    Posts
    127
    Thanks given
    1
    Thanks received
    1
    Rep Power
    4
    It's a ancient spell, lunar spell, normal mage book spell.

    (Sorry for my bad English.)
    Reply With Quote  
     

  4. #4  
    programmer
    Existence's Avatar
    Join Date
    Aug 2008
    Posts
    94
    Thanks given
    0
    Thanks received
    0
    Rep Power
    2
    sorry man. Im not sure of those.
    Reply With Quote  
     

  5. #5  
    Rebirth
    Guest
    Quote Originally Posted by munch View Post
    It's a ancient spell, lunar spell, normal mage book spell.

    (Sorry for my bad English.)
    Go into clickingmost.java

    find
    Code:
    case 73100:
    case 4140:
    case 50235:
    you should see something like
    Code:
    case 73100:
    case 4140:
    case 50235:
    c.triggerTele(XXXX+misc.random(2), YYYY+misc.random(3), 0);
    break;
    thats the position all 3 magic type home teleports will take you
    now change the XXXX to the x coord of where you want it to teleport you
    and change the YYYY to the y coord of where you want it to teleport you.
    your server might not have the
    +misc.random(2)
    or the +misc.random(3)
    in the teleport what these do is that It makes it so you teleport near your specified coords but not always on the exact same space.
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Jan 2007
    Age
    27
    Posts
    4,417
    Thanks given
    3
    Thanks received
    105
    Rep Power
    0
    Search the coords you end up at.
    Reply With Quote  
     

  7. #7  
    Founder of MBScape & Xora

    Ryan.'s Avatar
    Join Date
    Oct 2008
    Posts
    1,509
    Thanks given
    53
    Thanks received
    49
    Rep Power
    312
    Look for the Case, it should end with the coords :/
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Aug 2008
    Posts
    127
    Thanks given
    1
    Thanks received
    1
    Rep Power
    4
    Quote Originally Posted by Rebirth View Post
    Go into clickingmost.java

    find
    Code:
    case 73100:
    case 4140:
    case 50235:
    you should see something like
    Code:
    case 73100:
    case 4140:
    case 50235:
    c.triggerTele(XXXX+misc.random(2), YYYY+misc.random(3), 0);
    break;
    thats the position all 3 magic type home teleports will take you
    now change the XXXX to the x coord of where you want it to teleport you
    and change the YYYY to the y coord of where you want it to teleport you.
    your server might not have the
    +misc.random(2)
    or the +misc.random(3)
    in the teleport what these do is that It makes it so you teleport near your specified coords but not always on the exact same space.
    I'll try this in a minute.

    Quote Originally Posted by Raid View Post
    Search the coords you end up at.
    They are random >.>
    Reply With Quote  
     

  9. #9  
    Previously Hyperion


    Join Date
    Jan 2009
    Posts
    1,254
    Thanks given
    3
    Thanks received
    18
    Rep Power
    138
    Quote Originally Posted by munch View Post
    I'll try this in a minute.



    They are random >.>
    Then just click on one and look at cmd when you are running a server, should show an actionbutton id in cmd. Then search for the actionbutton id in clickingmost and you can change the coords

    [Only registered and activated users can see links. ]
    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
  •