Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 42,533
» Latest member: triip
» Forum threads: 21,052
» Forum posts: 108,626
Full Statistics
|
Online Users |
There are currently 6 online users. » 0 Member(s) | 1 Guest(s) Applebot, Bing, Google, UptimeRobot, Yandex
|
Latest Threads |
@Update 10.61
Forum: General
Last Post: MaudHemi
02-07-2025, 09:47 AM
» Replies: 4
» Views: 2,242
|
Downloadlink defekt?
Forum: General
Last Post: [email protected]
02-07-2025, 08:23 AM
» Replies: 2
» Views: 1,280
|
Ezodus scripts
Forum: General
Last Post: luis226
02-06-2025, 09:30 PM
» Replies: 2
» Views: 2,070
|
How to add id item to scr...
Forum: General
Last Post: Cloudjf
02-04-2025, 03:51 AM
» Replies: 5
» Views: 2,533
|
Bbot don't working
Forum: General
Last Post: [email protected]
02-03-2025, 10:56 PM
» Replies: 1
» Views: 1,475
|
Real Tbia BBOT
Forum: General
Last Post: artista
02-02-2025, 12:52 PM
» Replies: 4
» Views: 3,966
|
Variables
Forum: General
Last Post: artista
02-01-2025, 11:02 PM
» Replies: 2
» Views: 1,629
|
framerat limit
Forum: General
Last Post: Malinowamamba
01-30-2025, 03:58 PM
» Replies: 2
» Views: 2,267
|
Help-me Bmega / Computer ...
Forum: General
Last Post: FabioPuniisher
01-27-2025, 02:06 PM
» Replies: 5
» Views: 3,261
|
otion or exhaustion bug,
Forum: General
Last Post: erickpdl
01-27-2025, 12:35 AM
» Replies: 3
» Views: 1,313
|
|
|
Show all supplies HUD |
Posted by: puszkyn91 - 06-02-2016, 10:30 AM - Forum: Free Scripts
- Replies (1)
|
 |
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!)
|
|
|
|