zzyzzyzzx / Hadar

This will be all my scripts, and uhhh whatever the hell else I want!
6 stars 5 forks source link

feature request for hsp: delay after waking from sleep before recasting #61

Open danj2k opened 9 months ago

danj2k commented 9 months ago

Currently HSP automatically recasts immediately on waking from sleep. However this interferes with functions such as DINV regen ring function which removes regen ring and re-equips normal equipment after waking from sleep.

Would it be possible to implement a short delay when waking from sleep before recasting, so that other things like DINV that happen on wake can happen first? As spellup often takes a long time and blocks input.

zzyzzyzzx commented 9 months ago

I will need to think about this ... i dont use async calls so i cant simply do a wait() ... if anything i can make a toggle on having to auto-recast spells after death