BBot - The best bot of the world

Full Version: Script Count + Hud Display
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i create there script
Code:
3800 {Gold Coin Count} VarSet(X) Misc.ItemCountex(3031)!X! HUD.Setup(1, 2, 230) HUD.Display(!X! Gold Coins)
but they count item only in open backpack
need in all bps loot
Try that
Code:
3800 {Show gold} X:=Misc.ItemCount(Gold Coin) HUD.Setup(3, 1, 255, 255, 255) HUD.Display(Gold Coin:!X!)
Edit the Hud.Setup as you wish..
But you can also activate the "auto show statistics" in Hud & information, it will show the "supplies" potion.. golds and etc.