[Release] Teleportation Code [5165]

02/22/2010 08:48 -NewDawn-#1
Chat.cs:
Code:
if (Cmd[0] == "/tele")
      GC.MyChar.Teleport(ushort.Parse(Cmd[1]), ushort.Parse(Cmd[2]), ushort.Parse(Cmd[3]));
Usage: /tele (map id) (x) (y)

Example: /tele 601 61 54
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
Hope this helps!
02/22/2010 08:54 ramix#2
but that is in the source o.O
02/22/2010 09:03 Arcо#3
Quote:
Originally Posted by -NewDawn- View Post
Chat.cs:
Code:
if (Cmd[0] == "/tele")
      GC.MyChar.Teleport(ushort.Parse(Cmd[1]), ushort.Parse(Cmd[2]), ushort.Parse(Cmd[3]));
Usage: /tele (map id) (x) (y)

Example: /tele 601 61 54
[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]
Hope this helps!
This is already in the 5165 source, why release a command that's pretty much already released.
Is this reportable.
I'll have a mod look at it.
02/22/2010 09:06 Korvacs#4
I dont really see a need for a thread about a code thats already in the source.

Closed.