• 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!

I still don't get how to change my temple position

Start Xampp--->Activate Mysql and Apache--->go to http://localhost/phpmyadmin--->open your database and then you got your phpadmin stuff.

Rep me++
 
yea, you don't get it
i want it to be like this for every character
i don't want to reset each one by hand!
I WANT TO ALTER MY TEMPLE POSITION FOR ALL FUTURE CHARACTERS!
 
Export SQL file as text.
Open it with notepad.
Use replace function (CTRL + H), set the new pos and save.
Import SQL file again.
 
@up wtf?
@creator -
can anyone be extremely specific, please
Calm down and be specific yourself, If you want the future accounts created, what AAC are you using, or is it ingame? And if you want all current ones changed use a query to change them all.
 
No i don't want to query
You don't get it
i want to change the temple position
or the position you start at EACH TIME YOU CREATE A CHARACTER
i don't want to query each time to switch their positions
i want the configurations for the starting temple to be changed
it much be somewhere in my config but i don't know where
i have tried changing config.lua and the sample characters but nothing workings
 
1- open map editor then edit town check the temple position for the town
2-1 open sample in game and logout in the position you want or
2-2 open phpmyadmin and sql
Code:
UPDATE players SET posx = 793, posy = 1014, posz = 7;
edite
i have tried changing config.lua and the sample characters but nothing workings
then you only need to change the temple position of the main town in map editor
 
Back
Top