RSPS Creation
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to Change Home Teleport [PI]

Go down

How to Change Home Teleport [PI] Empty How to Change Home Teleport [PI]

Post  Nitro Wed Mar 16, 2011 11:40 pm

Go to your source files and look for Clickingbuttons.java!

search
Code:
case 50056:

Change the coordinates to Where you want your new home to be Smile

It Should look like this...
Code:
         case 50056:
         String type = c.playerMagicBook == 0 ? "modern" : "ancient";
         c.getPA().startTeleport(3222, 3218, 0, type);   
         break;
Nitro
Nitro
Admin
Admin

Posts : 8
Props Points : 0
Join date : 2011-03-15

https://rsps-creation.board-directory.net

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum