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

[TFS 0.4] Cooldown issue

Status
Not open for further replies.

Delvire

°£°
Joined
Feb 24, 2008
Messages
236
Reaction score
9
Thare's any actual way to solve this problem?

29vgvp3.png

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!
 
Status
Not open for further replies.
Back
Top