• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua Fast Attack Source rev 3777.r19

kleitonalan

New Member
Joined
Mar 21, 2013
Messages
289
Reaction score
3
can someone help me with the fast attack in the source rev 3777.r19? it has not been fixed fast someone can fix it fast?
 
@kleitonalan

yourserver > data > xml > vocations.xml

Look this:

Code:
<vocation id="1" clientid="3" name="Sorcerer" description="a sorcerer" gaincap="10" gainhp="5" gainmana="30" gainhpticks="6" gainhpamount="5" gainmanaticks="3" gainmanaamount="5" manamultiplier="1.1" attackspeed="2000" basespeed="220" soulmax="100" gainsoulticks="120" fromvoc="1">
        <formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>

And change the "Attackspeed" to 1000.

:D
 
@kleitonalan

yourserver > data > xml > vocations.xml

Look this:

Code:
<vocation id="1" clientid="3" name="Sorcerer" description="a sorcerer" gaincap="10" gainhp="5" gainmana="30" gainhpticks="6" gainhpamount="5" gainmanaticks="3" gainmanaamount="5" manamultiplier="1.1" attackspeed="2000" basespeed="220" soulmax="100" gainsoulticks="120" fromvoc="1">
        <formula meleeDamage="1.0" distDamage="1.0" defense="1.0" armor="1.0"/>

And change the "Attackspeed" to 1000.

:D

Give him full info xD
1000 = 1 second <3
 
Back
Top