PDA

View Full Version : 317 Help meee!!!



Elite-Scape
June 25th, 2010, 17:52
I want to change place direction that spawnes new acc when people create it. I try search in Client.java but i didint found it. Btw im using Ryan Scape 317 :confused:

tlozoot
June 25th, 2010, 18:04
Augh i used to know how to but i forgot D:, I'll search up kk wait up

tlozoot
June 25th, 2010, 18:07
This is what i have so far source>client.java> CTRL+F Search :: and on bottom put if(command.startsWith("home")){
triggerTele(3092, 3492, 0);
sM("home sweet home");
}
you can change (3092, 3492, 0); that x and y position to whatever else like do ::mypos

tlozoot
June 25th, 2010, 18:10
Kk got it

ok to change where the players spawn find the coords of the spawn and search in the client.java for the coords like mine are 3212,3463
so i search 3212 until i saw this toX = 3212+misc.random(1);
toY = 3463+misc.random(1); and just look for something like that with ur coords and same for death spawn die and and use what ever it it to find corrds and then search for
something like this if (deathStage == 2 && System.currentTimeMillis() - deathTimer >= 2500 && !isInPitGame() && !inCastleWars() && !IsInFightCave()) {
toX = 3212+misc.random(1);
toY = 3463+misc.random(1);
AtkPray = 0;


sry if its hard to understand


CREDITS: 100% to XxBryantD

Elite-Scape
June 25th, 2010, 18:24
look i try to found but i dont found these coords any where...

tlozoot
June 28th, 2010, 18:11
kk make a new account and perfectly where you spawn do ::mypos (if doesn't work log off DONT MOVE change your player rights to admin then do again then CTRL+F serach 1 coord id not both x and y