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

Lua Promotion Vocs in Account Manager??

DedicatedOT

New Member
Joined
Jun 13, 2009
Messages
977
Reaction score
4
Location
USA
Hi,

For some reason the new promotion vocations are available when you first create a character, how do I change that?!!! I don't want people to sign up for special promotion vocations at the very beginning...
 
Hi,

For some reason the new promotion vocations are available when you first create a character, how do I change that?!!! I don't want people to sign up for special promotion vocations at the very beginning...
account manager = "no"
starting level = 1-8.
And a 1st promotion NPC :)
But needs an account maker for add a player for it to work :D



Epic is wrong, You have to have vocation is over 12 ^^
link this:
Code:
	<vocation id="12" name="Elite Player" description="an elite player" gaincap="25" gainhp="15" gainmana="5" gainhpticks="3" gainhpamount="35" gainmanaticks="3" gainmanaamount="35" manamultiplier="3.0" attackspeed="800" soulmax="200" gainsoulticks="15" fromvoc="4">
		<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>
		<skill id="0" multiplier="1.1"/>
		<skill id="1" multiplier="1.1"/>
		<skill id="2" multiplier="1.1"/>
		<skill id="3" multiplier="1.1"/>
		<skill id="4" multiplier="1.4"/>
		<skill id="5" multiplier="1.1"/>
		<skill id="6" multiplier="1.1"/>
 
Back
Top