eniac
Member
- Joined
- Jul 22, 2010
- Messages
- 107
- Reaction score
- 2
Hi I'm currently playing around with the singular shadowpriest.
I'm trying to prevent the bot from casting "Vampiric Touch" on low healt mobs (absolute health, not percentage) to max out trashmob dps.
Also this should work with low level mobs which have to low total healt for a DOT to tick through.
My solution so far is this
Of cause a coefficient can be used for Me.Base.. or Me.current...healt.
Problem is with huge stamina increases e.g. at lvl 80 this doesn't seem to scale right.
Does anyone have a better idea ???
edit: to be clear, i just need help finding a fitting condition
I'm trying to prevent the bot from casting "Vampiric Touch" on low healt mobs (absolute health, not percentage) to max out trashmob dps.
Also this should work with low level mobs which have to low total healt for a DOT to tick through.
My solution so far is this
Code:
CreateSpellBuff("Vampiric Touch", ret => Me.CurrentTarget.CurrentHealth > Me.BaseHealth )
Problem is with huge stamina increases e.g. at lvl 80 this doesn't seem to scale right.
Does anyone have a better idea ???
edit: to be clear, i just need help finding a fitting condition
Last edited: