
Originally Posted by
munch
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.