• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Account Manager Temple Position is wrong

jclay

Member
Joined
Dec 18, 2011
Messages
109
Reaction score
6
I've checked the position in the config file, it says its in the right spot?

I searched the forum, couldn't find a solution.
 
Goto your database, players and select the Account Manager and edit it.
You will find the fields posx, posy und posz which you have to set.
 
Your characters information is stored in a database right to know what is what level etc. The character information for the account manager itself is also stored there, you need to go in and set the X Y Z positions to that of your temple position. If you dont know your temple position open it in a map editor and find it that way.
 
Like I said, I don't know where this "database" thing is located.. is it in my server folder?


you can do it two ways

First One .::. Before use you MySQL.sql in your PhpMyAdmin you search this is your SQL

at line 112


INSERT INTO `players` VALUES (1, 'Account Manager', 0, 1, 1, 1, 0, 150, 150, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 50, 50, 7, '', 400, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 201660000, 0, 100, 100, 100, 100, 100, 0, 0, 0, 0, 0, '');



you see things wrote in red
this is posx - posy - posz

change it before you get your sql in PHPAdmin

\\\\\\\\\\\\\\\
\\ Other Way \\
\\\\\\\\\\\\\\\

go to PhpMyAdmin where is you make user and database
go to accounts
you will find account manager ....

press edit and search for posx- posy - posz

change it wtv u want
 
Back
Top