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

Players on rookgard are with vocation

ligus

New Member
Joined
Apr 26, 2010
Messages
253
Reaction score
0
Hey, I have problem. While creating character player can choose: go to Rookgard or go to Carlin:


And there is problem because every character which was created on rookgard has vocation and everything is copied from samples so everyone starts from 8lvl, with sample(e.g sorc) items etc...
How can we fix it? :)
 
On config.php of your website, search for this:

PHP:
$config['cities']

and edit your inicial cities.

Or Edit this.
PHP:
/*Positions to start when creating character*/
$startPos['x'] = 32369;
$startPos['y'] = 32241;
$startPos['z'] = 7;
 
Buf if I do this then everyone will start on Rookgard... I want to have the player decide if he wants to start playing in Rookgard (1 level, no vocation) or in Carlin (8 level, vocation). Is it possible to do?
 
Yes, but would need severe changes on your website. And that this is somewhat unnecessary, or born in rook, or born in main .. Well, anyway, my help ends here. If others want to help you in your website, feel free. I've been pretty busy.
 
Edit Gesior Config (www/config/config.php) to match your RookGuard Town ID.

Example of what to search for and change:
$towns_list[0] = array(1337 => 'Rookguard');
$config['site']['newchar_towns'][0] = array(1337);

1337 = the town ID, which you will need to change to your Rookguard ID. Refer to Remeres Map Editor > Edit Towns.

P.S. - Make sure Rook is the only town that is in your config, otherwise they are able to pick where they want to spawn.

Regards,
Extrodus
 
Back
Top