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

Gesior aac help

pwner123

New Member
Joined
Jul 1, 2009
Messages
211
Reaction score
1
3 questions.
What file is alvera(the server name at the top and such) in so i can change to my server name?
How do i fix the temple positions? I tried manually to edit the posx and y and all that from the mysql database to set it to what my files posx posy and town id say.
yet it wont let me log on because of this

also when i try to go to account management it takes me to otland?
 
Last edited:
I didn't understand a word of what you just tried to tell us... Not that I don't know the solution, but to know one I should be able to know the problem first. Try to explain it better, meaning in proper English.
 
3 questions.
What file is alvera(the server name at the top and such) in so i can change to my server name?

config.lua - serverName
How do i fix the temple positions? I tried manually to edit the posx and y and all that from the mysql database to set it to what my files posx posy and town id say.
yet it wont let me log on because of this

PHP:
UPDATE `players` SET town_id = TEMPLE_ID, posx = 0, posy = 0, posz = 0;

They will spawn at temple_id coords.

also when i try to go to account management it takes me to otland?

config.lua -> serverURL or URL
 
Back
Top