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

What command to add AttackSpeed

renancs

New Member
Joined
Jul 8, 2008
Messages
252
Reaction score
3
Well, how can i put to spell add attackspeed, i use this to add speed:

Lua:
local speed = createConditionObject(CONDITION_HASTE)
setConditionParam(speed, CONDITION_PARAM_TICKS, time)
setConditionFormula(speed, 0.3, -24, 0.3, -24)
setCombatCondition(combat, speed)

How to add attackspeed? i try changing where have speed for attackspeed but don't work :mad:


Thanks, i Repp..
 
Back
Top