Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[MACRO] Gold Counter
#1
Exclamation 
Is there any macro to count all the gold that has the char?

I tried this:
3800 {Show gold} X:=Misc.ItemCount(Gold Coin) HUD.Setup(3, 1, 255, 255, 255) HUD.Display(Gold Coin:!X!)

But the value of X is returning -1 Sad
#2
try this
Code:
3800 {Show gold} X:=Misc.ItemCount(3031) HUD.Setup(3, 1, 255, 255, 255) HUD.Display(Gold Coin:!X!)
#3
Keep returning -1 :/
#4
becouse Misc.ItemCount() return count of item from hotkey use .
You can use Misc.ItemCountEx() - but it return only gold in open backpack.
Its not possible to make hud with all gold in all bps


Forum Jump:


Users browsing this thread: 1 Guest(s)