![]() |
HUD help needed - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: HUD help needed (/thread-19901.html) |
HUD help needed - puszkyn91 - 05-13-2016 Hey Guys! I'm trying whole day to write a HUD with msg alarms on right side, that says: Low ammo: X Low Heal pots: X Low mana pots: X OR a HUD that shows me all the time: Amunition: x Health pots: x Mana pots: x btw. i wont use Auto show Statistic HUD plz help me RE: HUD help needed - Catar - 05-13-2016 tried to do that sorry, wont work as good as auto show statistics... it will jump around screen and refreshes value.... it really looks bad... RE: HUD help needed - puszkyn91 - 05-13-2016 (05-13-2016, 07:13 PM)Catar Wrote: tried to do that sorry, wont work as good as auto show statistics... it will jump around screen and refreshes value.... can u send me whatever u did? cuz I can do it in 3 scripts, but cant do it all in one... maybe some of yours ideas will be useful RE: HUD help needed - Catar - 05-14-2016 ok I tried something else now and it works fine, (it counts from open backpacks tho) [macro]430 {hud} v1:=Misc.ItemCountEx(3031) v2:=Misc.ItemCountEx(3449) v3:=Misc.ItemCountEx(7364) HUD.Print(3, 2, 200, 222, 250, 500, Gold coin =!v1!) HUD.Print(3, 2, 200, 222, 250, 500, Burst Arrow= !v2!) HUD.Print(3, 2, 200, 222, 250, 500, Sniper Arrow= !v3!) exit() [/macro] You need to match macro refresh rate with value of expire in this command HUD.Print(HAlign, VAlign, R, B, G, Expire, Text) Show a HUD in the game screen with specific settings Made video showing how to change placements RE: HUD help needed - puszkyn91 - 05-14-2016 Already did it too ;D so thx brah |