Page 1 of 1

Howto for Powerful EVENT RemoveCurse

Posted: Tue Jan 05, 2016 5:57 pm
by moguay
The most powerful and optimized event remove curse function.
-That cast cleansing in same time on multiple target.

on event :

Code: Select all

you put in a list all toons need cleaning
     * CurseList=toons called with space separator
     * Add a small timer filter ex: 1s


in curse function :

Code: Select all

if you have ${CurseList.Lengh} && ${Timer}<=0

    you count the ready for cast primary caster toons (ex chm, dru)
     * increase count
     * set countme=count, if caster=Me

    if count < countneed
    you count the ready for cast secondary caster toons (ex clr, pal)
     * iincrease count
     * set countme=count, if caster=Me

    if count < countneed
    you count the ready for cast all other caster toons
     * increase count
     * set countme=count, if caster=Me

    if countme
     * Cast cleansing (spell or item) on CurseList.Arg[${countme}]
     
Clean The List


I leave it to tweak around.
If you like it, share your idea or comment.