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

Promotion for all players

Ok that changed all the current players to promoted, but how can I make new players promoted with out entering the quarry everytime someone new joins?
 
Go to accountmanagement.php and search for this:
PHP:
$player->setVocation($char_to_copy->getVocation());

and add the following under:
PHP:
				    $player->setPromotion($char_to_copy->getPromotion());

Your's Norix
 
Ok great , thanks. I found another way also I think. I browsed the structure in phpmyadmin, and went to promotion and changed the default to 1 instead of 0- Do you think this will create any problems?
 
This won't create any problems but i don't know if it works without adding my line in accountmanagement.php, just try and if not, add the line ;)
 
Back
Top