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

Second promotion

fredde3436

Member
Joined
Jul 6, 2009
Messages
226
Reaction score
7
To make a second promotion isnt that hard. Its just to add something like this:
Code:
	<vocation id="9" name="Berserker" description="a berserker" gaincap="25" gainhp="15" gainmana="5" gainhpticks="2" gainhpamount="10" gainmanaticks="4" gainmanaamount="10" manamultiplier="3.0" attackspeed="2000" soulmax="200" gainsoulticks="15" fromvoc="8">
		<formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>

But... Hers my problem. After i read the npc script, He reads the "fromvoc" and promote to that vocation.

But i want to have 2 choises to chose from, example...
Code:
                        --- balbla
Paladin ---- Royal ----|
                        --- afadw]
How do i make the script so u can chose what to become ?

Thx for help
 
Back
Top