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

Solved Chose start POS on gesior aac!

haxborn

server dominando, cry is free
Joined
Dec 1, 2011
Messages
126
Reaction score
7
Location
Sweden
How do I chose start position on gesior acc? Cant find charactercreation.php or anything similar.
They arrive in the TOWN based on town id right now, but I want them to start somewhere else..

Please help me
Regards Haxborn

--------------
SOLVED got help trough PM
 
Last edited:
in gesior config.php

find a line include a town (cntrll+F) town

it should looks like
$towns_list[0] = array(9 => 'Ankrahmun', 13 => 'Yalahar', 21 => 'Oken', 2 => 'Thais', 4 => 'Carlin');

the number behind the town in the list for example: 9 => 'Ankrahmun',

9: is the town id
'ankrahmun': the town name

Regards
Good luck
 
Chriso ,he need put new position on create character not? why us config.php

Haxbor ,for edit positions in gesior use next steps:
Join in to your server put
/t 1
or 2 , 3 ,etc.. and search what town wanna u use
or made by in others servers use /town
any ways u search number your town and go to
accountmanagement.php
search line 792 this part:
PHP:
$player->setTownId(3);
changed try for u name town what you wanna use.
and now you can send your players samples to pos your name town go to
phpmyadmin / SQL and put this query:
SQL:
UPDATE players SET posx = 1, posy = 2, posz = 7;
now use /t or /town 1, 2 ,etc and go to your temple new town and use command: /pos
copy positions x y z and edit your SQL query.
you need put your ot offline for use query*
 
Well this isnt really what i asked for, I wanted the player to come to a certain position on the first login fatet creating the character, but have another position aftet dying. But i fixed it. In accountmanagement i set town id 1 and set position x u z to what i wanted :) see for urselves @manfox.no-ip.org.
Really shitty server but working on it a lot..

Thanks anyway. Rep+
 
Back
Top