PHP Code:
UPDATE _Char
SET LatestRegion = '25416',
PosX = '779.661',
PosY = '3.081456',
PosZ = '1575.07068',
AppointedTeleport = '27754',
WorldID = '1'
UPDATE _Char
SET LatestRegion = '25416',
PosX = '779.661',
PosY = '3.081456',
PosZ = '1575.07068',
AppointedTeleport = '27754',
WorldID = '1'
thx so much bro...Quote:
Hello!
This is a small query to reset all players to a spot
Just execute it on Shard DB
(change only the current player place ~ so if he reverse to last died place or last recall place will spawn at the place he recalled or died)PHP Code:UPDATE _Char
SET LatestRegion = '25416',
PosX = '779.661',
PosY = '3.081456',
PosZ = '1575.07068',
AppointedTeleport = '27754',
WorldID = '1'
Have Fun