Delvire
°£°
- Joined
- Feb 24, 2008
- Messages
- 236
- Reaction score
- 9
Thare's any actual way to solve this problem?
The individual cooldown (for each spell) is working fine, but the group cooldown is not D:
Here goes an example of how I'm using it in a xml spell:
Ah and I'm using rev4138
Thank you all from now!
The individual cooldown (for each spell) is working fine, but the group cooldown is not D:
Here goes an example of how I'm using it in a xml spell:
XML:
<instant name="Flame Strike" words="exori flam" lvl="12" mana="20" prem="0" range="3" casterTargetOrDirection="1" blockwalls="1" exhaustion="2000" groups="1,2000" icon="89" needlearn="0" event="script" value="attack/flame strike.lua">
<vocation id="1"/>
<vocation id="2"/>
<vocation id="5"/>
<vocation id="6"/>
</instant>
Ah and I'm using rev4138
Thank you all from now!