Quote:
Originally Posted by Cry$
Can u be more explicite, there are few coordonates like x,y,z
|
Here ya go :D
Code:
[B][COLOR="red"]Q: How do I teleport using mah GM console?![/COLOR][/B]
A: Here's a guide provided by
[Only registered and activated users can see links. Click Here To Register...]
Code:
[SIZE="4"][B][U][COLOR="Red"]Tutorial how to teleport with the GM Console[/COLOR][/U][/B][/SIZE]
get drew benton's pk2 extractor, extract "npcpos.txt" and characterdata_5000.txt" from (Media.pk2\server_dep\silkroad\textdata\)
open the characterdata_5000.txt and you can see a list of mob names and their ids.. for example:
1 1954 MOB_CH_TIGERWOMAN xxx SN_MOB_CH_TIGERWOMAN xxx 0 1
1954 is the id, MOB_CH_TIGERWOMAN is the game name of tigergirl (you can see a list of these game names if you press F2 at the ingame GM console, too)
once you picked any id of any npc or mob you liked, open the npcpos.txt and search for that id (strg+f), you'll find something like this for example:
1954 23455 1254.8199 1386.23 1578.66
the first thing is the mob id of tigergirl... we dont need that, just the other stuff..
our warp code will look like this:
/warp 23455 1254.8199 1386.23 1578.66
and we will teleport to one of tigergirl's spawn points
please do not ask how to extract from pk2 or whatsoever, use google
if you can't understand this you are probably not meant to use it, dont ask about it, since this thread is mainly about the csremu
good luck and have fun with it :)
greetings,
Chyaki
ps: i'm currently working on a script to translate these warp coordinates to ingame coordinates and other wise ;)