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

Modern ACC Help

Cloow

Active Member
Joined
May 10, 2010
Messages
1,086
Reaction score
35
Hello, do anyone know how to change "Choose vocation" names, when creating account? I've changed every vocation in config.php, the vocations names i want comes up if i login and then create character, but wont change when I make a character from create account page.

Any ideas where i could find it ?

I also changed Samples names
 
go to
\system\application\views
and open create.php and find this
Code:
<li class="even">
						<select name="vocation" class="keyboardInput" id="vocation">
							<option value="1">Sorcerer</option>
							<option value="2">Druid</option>
							<option value="3">Paladin</option>
							<option value="4">Knight</option>
						</select>
					</li>

i hope this works :P
 
Back
Top