johnsamir
Advanced OT User
Hello Community
As title says, spell range declared in spells.xml does not work in tfs 1.3. what can be wrong? this occurs with every spell, like for example:
it says range 3 and in fact players can shoot from anywhere
As title says, spell range declared in spells.xml does not work in tfs 1.3. what can be wrong? this occurs with every spell, like for example:
LUA:
<instant group="attack" spellid="88" name="Energy Strike" words="exori vis" level="12" mana="20" premium="1" range="3" casterTargetOrDirection="1" blockwalls="1" cooldown="2000" groupcooldown="2000" needlearn="0" script="attack/energy_strike.lua">
<vocation name="Sorcerer" />
<vocation name="Druid" />
<vocation name="Master Sorcerer" />
<vocation name="Elder Druid" />
</instant>
