I've made a macro for endow so in case it doesn't have endow calls for it.
Code: Select all
automacro wind_weapon {
map
status not #<-- My endow
exclusive 1
timeout 30
delay 5
call {
do #bla bla endow
}
}
Code: Select all
automacro wind_weapon {
map
status not #<-- My endow
exclusive 1
timeout 30
delay 5
call {
if ($.status = /.*Earth Weapon.*/) goto end #for example
:end
}
}
$.status gets every status of the character so in case it has blessing or another status it will get "Blessing,Stun,Fire Weapon"