Item recast timer check
Posted: Tue Apr 16, 2013 5:27 pm
I'm trying to check if a spell can be recast from an item.
For the example, I'm using the item "Valtron's Necklace of Wonder" with the spell buff "Divine Blessing", casting time 0.5s, recast type 2 : 10m
I've tried :
/echo ${FindItem[Valtron's Necklace of Wonder].TimerReady} => always 0
/echo ${FindItem[Valtron's Necklace of Wonder].Timer} => always 0
/echo ${Cast.Ready[Valtron's Necklace of Wonder]} => always TRUE
/echo ${Cast.Ready[Divine Blessing]} => always FALSE
I'm using MQ2Emu UF StormHaven compile.
Anyone's got an idea ?
For the example, I'm using the item "Valtron's Necklace of Wonder" with the spell buff "Divine Blessing", casting time 0.5s, recast type 2 : 10m
I've tried :
/echo ${FindItem[Valtron's Necklace of Wonder].TimerReady} => always 0
/echo ${FindItem[Valtron's Necklace of Wonder].Timer} => always 0
/echo ${Cast.Ready[Valtron's Necklace of Wonder]} => always TRUE
/echo ${Cast.Ready[Divine Blessing]} => always FALSE
I'm using MQ2Emu UF StormHaven compile.
Anyone's got an idea ?