Lich macro

lostsk8r

New member
Joined
Jul 25, 2006
Messages
97
Reaction score
0
Points
0
Can anyone point me to a plugin or macro that will either alert me of low hp, or turn off lich when low hp? I've been 10 boxing lately, while farming on the side on my necro but forgetting to turn off lich and dying. Figured someone had a neat thing to alert or turn it off. :p
 
Code:
(${Me.Buff[Lich spell name].ID} && ${If[${Me.PctHPs}<=50,TRUE,FALSE]}) /nomodkey /notify BuffWindow Buff${Math.Calc[${Me.Buff[Lich spell name].ID}-1].Int} leftmouseup

Just fill in the lich spell name and use that as a downshit

I have no idea if it will 100% work, i haven't logged into game in a long time.
 
thanks, says it couldnt parse it though.

downshit0=(${Me.Buff[Lich].ID} && ${If[${Me.PctHPs}<=40,TRUE,FALSE]}) /nomodkey /notify BuffWindow Buff${Math.Calc[${Me.Buff[Lich].ID}-1].Int} leftmouseup
 
Last edited:
downshit0=(${Me.Buff[Lich].ID} && ${Me.PctHPs}<=40) /nomodkey /notify BuffWindow Buff${Math.Calc[${Me.Buff[Lich].ID}-1].Int} leftmouseup