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

[HELP] with vocations attack

Menoxcide

New Member
Joined
Jan 5, 2012
Messages
57
Reaction score
0
on my server i have a problem, i want to config in how much faster i will attack with weapons.. it deal like 1000 per 0.5 secs... i want to change it
could anybody help me?


Using Alissow 0.4.1 - 8.60
 
xml > vocations >
Lua:
<vocation id="2" name="Druid" description="a druid" needpremium="0" gaincap="10" gainhp="5" gainmana="30" gainhpticks="1" gainhpamount="10" gainmanaticks="1" gainmanaamount="150" manamultiplier="1.1" attackspeed="650"soulmax="100" gainsoulticks="120" fromvoc="2">
		<formula meleeDamage="0.0" distDamage="0.0" wandDamage="1.3" magDamage="1.4" magHealingDamage="1.1" defense="1.0" armor="1.0"/>
		<skill id="0" multiplier="1.5"/>
		<skill id="1" multiplier="1.8"/>
		<skill id="2" multiplier="1.8"/>
		<skill id="3" multiplier="1.8"/>
		<skill id="4" multiplier="1.8"/>
		<skill id="5" multiplier="1.5"/>
		<skill id="6" multiplier="1.1"/>
Then you can edit the attack speed
 
Back
Top