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

Zoolek

Member
Joined
Jul 3, 2017
Messages
93
Solutions
1
Reaction score
11
How to make same cooldown on every spells
 
Last edited:
Just remove all specified groups from data\spells\spells.xml like this
XML:
<instant group="attack" name="Berserk"
to
XML:
<instant name="Berserk"
 
How? my berserk spell looks like this

<instant name="Berserk" words="exori" lvl="35" mana="115" prem="1" needweapon="1" exhaustion="2000" needlearn="0" event="script" value="attack/berserk.lua">
<vocation id="4"/>
<vocation id="8"/>
</instant>
 
TFS version? How about your healing spells? You have any groups?
 
@Zoolek
Post the solution insted of asking us to delete / close the topic.
Won't help users who use the search function.

#8
 
Back
Top