How do i need to create new town?It's according to town_id position. Create a new town with the position u want and apply it to new players, then, change it.. You can use login.lua also if you need some custom situation.
What? So you dont need to add in config or something like this and etcHow do you create? Editing map in RME. ctrl t
Ok so once new town is created how can i make new players to spawn thereCreate a new town in RME.
---> Ctrl - T ---> Add + Add position.
Add the town/id in your website | Config.php --->
$config['towns'] = array(
1 => 'Town 1',
2 => 'Town 2',
3 => 'Town 3',
4 => 'Town 4',
UPDATE `players` SET `town_id` = '2';
Yes i created and still spawns to town 1And by creating a new town temple position you will go to your rme >map>edit town>Add town(or edit your town)
Go to sqlSo i created new town with new pos which is ID 2 and changed sample town to id 2
View attachment 34543
And still spawns to town 1
