Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Low hp/mp/ammo/food HUD
#1
Hey guys
I've build a macro that shows u a massage in HUD when your hp/mp/ammo or food is going low Smile quite useful for pally while hunting

Quote:2000 {autocheckall}
#MANA
mp:=Misc.ItemCountEx(237)
#HEALTH
hp:=Misc.ItemCountEx(236)
#AMUNITION
ammo:=Misc.ItemCountEx(16142)
#FOOD
food:=Misc.ItemCountEx(3725)
#HUD
!mp!<10 [jump1]
HUD.Print(3, 3, 2, 2, 222, 2000, Low Mana Potions:!mp!)
{jump1}
!hp!<10 [jump2]
HUD.Print(3, 3, 222, 2, 2, 2000, Low Health Potions:!hp!)
{jump2}
!ammo!<150 [jump3]
HUD.Print(3, 3, 2, 222, 2, 2000, Low Ammunition:!ammo!)
{jump3}
!food!<10
HUD.Print(3, 3, 255, 255, 20, 2000, Low Food:!food!)
exit
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)