PDA

View Full Version : Port all players to POK?


caved
10-22-2021, 06:27 AM
Hallos,

Due to my integration of a progression system on my server i was wondering if there were SQL commands or options in a script for example to place all my players to POK, sinse now they are no longer flagged to the zones they might try to login to when the server comes online again and i realy don't want to do a player wipe.

Thanks in advance for any help in the matter.

Caved

arcerean
10-22-2021, 01:25 PM
UPDATE `peq`.`character_data` SET `zone_id`=202 , `y`=-148, `x`=-285, `z`=-159
, `heading`=0;

caved
10-22-2021, 01:42 PM
Thank you =)