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

Lua Gesior ACC temple position

creativess

Member
Joined
Jan 30, 2009
Messages
50
Reaction score
14
Hi,

Well, i got rook sample where i set temple and pos to which i want, when i make new character i get the pos right but the temple aren't i've no clue where does the acc maker get those numbers. I tried even do it manualy here
Code:
                    $player->setTempleX(631);
                    $player->setTempleY(124);
                    $player->setTempleZ(7);

But it doesn't work like with Pos.. Any ideas?
 
Hi,

Well, i got rook sample where i set temple and pos to which i want, when i make new character i get the pos right but the temple aren't i've no clue where does the acc maker get those numbers. I tried even do it manualy here
Code:
                    $player->setTempleX(631);
                    $player->setTempleY(124);
                    $player->setTempleZ(7);

But it doesn't work like with Pos.. Any ideas?
You can just change the position of the rook sample character inside the database.
Since all the newly created characters does copy that character, exept for some colums that will be edited like the character name and what account it belong to etc...

Edit:
I didnt read your post properly, you dont seems to get the right tempel when you create a new character.
If that is the case ignore the method i posted.
Instead, could you provide us what gesior version you are using?
 
I got gesior 0.36 i guess i've no idea where from the acc maker gets that wierd cords temple, i set town id in map ediotor rook sample everything still working on it
 
The position the test characters are standing is where the new players should start for each vocation.

When you log out of the test character, it saves its position in the database which is called when creating a new character of the same vocation.
 
Back
Top