Quote:
Originally Posted by nynyny
About sequance rotation
Thanks for quick answer, i have read description ofc , i can make a rotation between some spells but i have problems to do this combo , maybye can you check and tell me where is error ?
( example for my acolyte )
global skill 1000ms / intiative 1 ( bind holy light )
sequence line 1 -- oratio -- 1 time ( ms 20000 )
sequence line 2 -- lex divina -- 1 time ( sms 10000 )
sequence line 3 -- aqua benedicta -- 1 time ( ms 60000 )
sequence line 4 -- aspersio -- 1 time ( ms 20000 )
sequence line 5 -- holy light -- 5 times ( ms 1000 )
this sequences are not working, it stuck on "aqua benedicta" if its in cooldown, and my "5 holy light " is doing only 3 times
|
you are wrong about the timeout. :)
timeout doesn't mean your skill cooldown, but it can be called "time to execute your skill". you can set it like this for example :
oratio 1 time 200ms
lex divina 1 time 200ms
aqua benedicta -> better be used in buffs for 60s
aspersio -> better be used in buffs for 20s (but it will only cast once every battle), if you want to cast in battle, just set aspersio 1 time 200ms
holy light 5 times 1500ms
if you not set correctly, for example you are set holy light for 300ms timeout, the bot won't use it for 5 times, because every 300ms (0.3s) it will move to next skill sequence, and you know that holy light need 1s casting time and about 0.5s to throw to mob. you can adjust the timeout to suit your char skill.
in that example, when aspersio is set with 200ms, and happen that the skill is cooldown, the bot will only wait for 200ms and immediately move to holy light so you don't feel the delay.
we hope you can understand the idea :)