ibrahimzxz
New Member
- Joined
- Jan 2, 2015
- Messages
- 53
- Reaction score
- 1
thare any spells editor like edit the cool down time and the damge??
10.77what client version ?
whats wrong with changing the cooldown value in XML file?thare any spells editor like edit the cool down time and the damge??
i edit the cooldown from 4000 to 500 and it didnt workwhats wrong with changing the cooldown value in XML file?
Not sure are there any copy-pasteable spellcreating/spellediting systems, but I'm quite sure they exist (for example I created my own system with LUA)
show the files and lines what you changed. And what did you do in-game to test is the new cooldown set correctly?i edit the cooldown from 4000 to 500 and it didnt workthe same time with cooling down its a bug ???
i did like this and didnt work /show the files and lines what you changed. And what did you do in-game to test is the new cooldown set correctly?
You need to take down exhaustion not groupcooldown you need to do it like this<instant group="attack" spellid="118" name="Eternal Winter" words="exevo gran mas frigo" lvl="60" mana="1050" prem="1" selftarget="1" exhaustion="40000" groupcooldown="1" needlearn="0" script="attack/eternal winter.lua">
<vocation name="Druid"/>
<vocation name="Elder Druid"/>
i did like this and didnt work /
<instant group="attack" spellid="118" name="Eternal Winter" words="exevo gran mas frigo" lvl="60" mana="1050" prem="1" selftarget="1" exhaustion="500" groupcooldown="1000" needlearn="0" script="attack/eternal winter.lua">
<vocation name="Druid"/>
<vocation name="Elder Druid"/>
You need to take down exhaustion not groupcooldown you need to do it like this
Code:<instant group="attack" spellid="118" name="Eternal Winter" words="exevo gran mas frigo" lvl="60" mana="1050" prem="1" selftarget="1" exhaustion="500" groupcooldown="1000" needlearn="0" script="attack/eternal winter.lua"> <vocation name="Druid"/> <vocation name="Elder Druid"/>