Thread: [PI] Home Teleport

Results 1 to 8 of 8
  1. #1 [PI] Home Teleport 
    | The Original |
    Matt's Avatar
    Join Date
    Jul 2009
    Age
    30
    Posts
    534
    Thanks given
    129
    Thanks received
    87
    Rep Power
    33
    What file(s) can I change the coords for the Home teleport in the modern and ancient spell books?

    I'll Rep+ to anyone that actually helps..
    Reply With Quote  
     

  2. #2  
    If you read this you're gay!
    Infexis's Avatar
    Join Date
    Aug 2009
    Age
    28
    Posts
    4,557
    Thanks given
    1,158
    Thanks received
    1,174
    Rep Power
    2949
    Clickingbuttons.java

    Should be located in server.model.players.packets.Clickingbuttons.java

    "If you can't explain it simply, you don't understand it well enough." - Albert Einstein
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Banned D Dox's Avatar
    Join Date
    Mar 2011
    Age
    29
    Posts
    359
    Thanks given
    38
    Thanks received
    11
    Rep Power
    0
    clicking buttons, search //home or somethign similar to that.
    Reply With Quote  
     

  5. Thankful user:


  6. #4  
    | The Original |
    Matt's Avatar
    Join Date
    Jul 2009
    Age
    30
    Posts
    534
    Thanks given
    129
    Thanks received
    87
    Rep Power
    33
    Code:
    //home teleports
    			case 4171:
    			case 50056:
    			String type = c.playerMagicBook == 0 ? "modern" : "ancient";
    			c.getPA().startTeleport(Config.EDGEVILLE_X, Config.EDGEVILLE_Y, 0, type);	
    			break;
    This?

    How would I go about changing the X and Y coords?
    Reply With Quote  
     

  7. #5  
    Community Veteran

    Shobaky's Avatar
    Join Date
    Oct 2006
    Posts
    1,252
    Thanks given
    105
    Thanks received
    101
    Rep Power
    1115
    clickin buttonz
    Shit just don't change to this day




    Reply With Quote  
     

  8. #6  
    Banned D Dox's Avatar
    Join Date
    Mar 2011
    Age
    29
    Posts
    359
    Thanks given
    38
    Thanks received
    11
    Rep Power
    0
    Quote Originally Posted by Toxic Truth View Post
    Code:
    //home teleports
    			case 4171:
    			case 50056:
    			String type = c.playerMagicBook == 0 ? "modern" : "ancient";
    			c.getPA().startTeleport(Config.EDGEVILLE_X, Config.EDGEVILLE_Y, 0, type);	
    			break;
    This?

    How would I go about changing the X and Y coords?
    That's correct, config.java and search EDGEVILLE and change them coords.
    Reply With Quote  
     

  9. #7  
    | The Original |
    Matt's Avatar
    Join Date
    Jul 2009
    Age
    30
    Posts
    534
    Thanks given
    129
    Thanks received
    87
    Rep Power
    33
    Thank You everyone I fixed my home teleport.
    Reply With Quote  
     

  10. #8  
    Banned x eddie x's Avatar
    Join Date
    Feb 2011
    Posts
    528
    Thanks given
    17
    Thanks received
    7
    Rep Power
    0
    do ::coords and find the coords and replace with the ones you want simple as that
    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

Similar Threads

  1. [PI] Home teleport.
    By Slay No More in forum Snippets
    Replies: 12
    Last Post: 02-17-2011, 06:54 AM
  2. 474 home teleport
    By Richie in forum Help
    Replies: 11
    Last Post: 06-04-2010, 08:02 PM
  3. Home teleport gfx
    By Zaga in forum Requests
    Replies: 2
    Last Post: 05-18-2010, 07:46 AM
  4. [474] Home Teleport
    By J a y in forum Help
    Replies: 0
    Last Post: 01-05-2010, 08:07 AM
  5. Home teleport.
    By Extea in forum RS 503+ Client & Server
    Replies: 15
    Last Post: 07-13-2008, 06:17 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •