BBot - The best bot of the world
Script Count + Hud Display - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: Script Count + Hud Display (/thread-1810.html)



Script Count + Hud Display - raphaelignacio - 01-17-2012

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


Re: Script Count + Hud Display - upking - 01-19-2012

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.