[Small Request] was here long time ago..

02/14/2009 23:29 BlooD-BoY#1
ok so basically i'm looking for that guide that was here a while ago and i cant find it...basically the guide is helping to make...lets say a person is in DisCity map and he gets disconnected his char. teleports back to TC isntead of staying in DisCity..any ideas if the guide is still on Epvp? cuz i couldnt find it...thx to the helpers :D
02/14/2009 23:35 μZane#2
Where ever you handle the login to game server, make a check whether they're on a "banned" map and if they are just teleport them away

for example

Code:
if(Client.Location.MapID == DisCityID) 
  Client.Teleport(1002, 400, 400);