BBot - The best bot of the world

Full Version: Show all supplies HUD
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey, thats my second self made HUD
It shows your supplies (ammo, hp, mp, food, runes) after pressing Right Alt
It also shows skills %, stamina minues

Quote:Tibia.IsKeyDown(18)==1
ammo:=Misc.ItemCountEx(16142)
spearr:=Misc.ItemCountEx(7378)
speare:=Misc.ItemCountEx(7367)
stars:=Misc.ItemCountEx(7368)
hp:=Misc.ItemCountEx(236)
mp:=Misc.ItemCountEx(237)
food:=Misc.ItemCountEx(3725)
sd:=Misc.ItemCountEx(3155)
mwall:=Misc.ItemCountEx(3180)
#SUPPLIES
HUD.Print(1, 2, 250, 250, 20, 5000, .::SUPPLIES::.)
HUD.Print(1, 2, 255, 255, 255, 5000, --------------)
HUD.Print(1, 2, 250, 252, 145, 5000, Arrows: !ammo!)
HUD.Print(1, 2, 250, 252, 145, 5000, Spears: R: !spearr! E: !speare!)
HUD.Print(1, 2, 250, 252, 145, 5000, Assasin stars: !stars!)
HUD.Print(1, 2, 255, 255, 255, 5000, --------------)
HUD.Print(1, 2, 128, 226, 250, 5000, Mana Potions: !mp!)
HUD.Print(1, 2, 255, 152, 152, 5000, Health Potions: !hp!)
HUD.Print(1, 2, 128, 255, 140, 5000, Food: !food!)
HUD.Print(1, 2, 255, 255, 255, 5000, --------------)
HUD.Print(1, 2, 190, 190, 192, 5000, SD Runes: !sd!)
HUD.Print(1, 2, 242, 250, 128, 5000, MW Runes: !mwall!)
HUD.Print(1, 2, 255, 255, 255, 5000, --------------)
lv:=Self.Level
lv%:=Self.Level%
mlv:=Self.MagicLevel
mlv%:=Self.MagicLevel%
dist:=Self.Skill.Distance
dist%:=Self.Skill.Distance%
sh:=Self.Skill.Shielding
sh%:=Self.Skill.Shielding%
sta:=Self.StaminaMins
sta%:=Self.Stamina%
Qntitem1:=!sta!
item1:=!sta!
item1Value:=2400
VarSub(item1, !item1Value!)
#HUD
HUD.Print(3, 2, 250, 250, 20, 5000, .::EXP & SKILLS::.)
HUD.Print(3, 2, 255, 255, 255, 5000, --------------)
HUD.Print(3, 2, 195, 255, 142, 5000, Level: !lv! (!lv%!%))
HUD.Print(3, 2, 152, 252, 219, 5000, Magic: !mlv! (!mlv%!%))
HUD.Print(3, 2, 255, 255, 255, 5000, --- )
HUD.Print(3, 2, 250, 252, 145, 5000, Distance: !dist! (!dist%!%))
HUD.Print(3, 2, 250, 252, 145, 5000, Shielding: !sh! (!sh%!%))
HUD.Print(3, 2, 255, 255, 255, 5000, --------------)
HUD.Print(3, 2, 255, 152, 152, 5000, Stamina: !sta! (!sta%!%))
HUD.Print(3, 2, 255, 152, 152, 5000, Premium: !item1!)
I prefer built in "show all statistics option."

Also shows average usage per hour