• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

GlobalEvent [MOD] Map Changing

use an sql query like chris said to change everyones town -.- not that hard.

Update player towns

UPDATE `players` SET `town` = 1;

just use that query, not tested, should work
 
I'm on a mission.. a journey.. to find..

A script or anything or anyhow I can make the server switch maps..

There is a few things I need to know, and a few things I'd like you to know.

~Me~
1. I dont know anything.

~You~
1. How to make the map change?
2. A step by step tutorial on how to do it?
 
Maybe cause your nooby shitty attitude no one will help you. suck a dick

And cavitt its

Code:
UPDATE players SET town_id=1;
 
This ain't a charity so you can read a tutorial written by someone else. Theres plenty. A query is basically a command in any mysql editor (phpMyAdmin) look it up
 
I dont think this script works the way it says.. ;s Well doesn't work for me atleast.
 
its been tested and it works in the way I made it to work. Its all what the user does with it.
 
Back
Top