12-28-2012, 09:34 AM
[macro]6000 {HUD System by Kimoszin} goldCoin:=Misc.ItemCountEx(3031) goldCoinValue:=1 VarMult(goldCoin, !goldCoinValue!) manaPotion:=Misc.ItemCountEx(268) manaPotionValue:=45 VarMult(manaPotion, !manaPotionValue!) profit:=0 VarAdd(profit, !goldCoin!) VarAdd(profit, !manaPotion!) HUD.Setup(1, 0, 255, 255, 0) HUD.Display(Simple HUD System by Kimoszin) HUD.Setup(1, 0, 255, 255, 255) HUD.Display(---------------) HUD.Setup(1, 0, 106, 106, 255) HUD.Display(ITEMS LOOTED) HUD.Setup(1, 0, 183, 183, 183) HUD.Display(Gold Coin: !goldCoin!) HUD.Display(Mana Potion: !manaPotion!) HUD.Setup(1, 0, 0, 255, 0) HUD.Display(Profit: !profit!)[/macro]