![]() |
[MACRO] Gold Counter - 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: [MACRO] Gold Counter (/thread-13416.html) |
[MACRO] Gold Counter - Krause - 01-05-2014 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 ![]() RE: [MACRO] Gold Counter - gusttavomarinho - 01-09-2014 try this Code: 3800 {Show gold} X:=Misc.ItemCount(3031) HUD.Setup(3, 1, 255, 255, 255) HUD.Display(Gold Coin:!X!) RE: [MACRO] Gold Counter - Krause - 01-20-2014 Keep returning -1 :/ RE: [MACRO] Gold Counter - howcio - 01-20-2014 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 |