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

Spell fixes

Sniperfox

New Member
Joined
Jun 11, 2007
Messages
401
Reaction score
1
Location
The Netherlands
I noticed the time some spell last was wrong, so i fixed them.

normal haste should be:
PHP:
setConditionParam(condition, CONDITION_PARAM_TICKS, 33000)
and strong haste:
PHP:
setConditionParam(condition, CONDITION_PARAM_TICKS, 22000)
As it is now both spells only last for 20 seconds

both invisible and magic shield need to be:
PHP:
setConditionParam(condition, CONDITION_PARAM_TICKS, 200000)
 
Last edited:
Thanks for report and fix

I ill commit the fix
 
Back
Top