my god.... The gods are back!!! :D can not wait. -- Looks amazing, does this mean maybe an update to sirmates library 0.o? :OO im sure im looking far ahead but cant wait!
Printable View
my god.... The gods are back!!! :D can not wait. -- Looks amazing, does this mean maybe an update to sirmates library 0.o? :OO im sure im looking far ahead but cant wait!
good job!
Is there any way to reset the hud?
really nice hud, waiting anxiously for the release
sirmate , i dont know whats going on , but with one of my knights the weapon skill on the hud doesnt work properly, its getting the fist fighting instead of axe fighting :/
Awesome HUD <3
good job like always !
Having a problem with it, it will not work. It shows up on my screen but will not track my loot unfortunately. o.o
Bro, with Mycological Bow, the Weapon Skill showed is Fist Fighting, not Distance.
reset button?
btw, when i use ratana sword <- the hud wont show my sword skill. it thinks im using no sword.
Sirmate, My paladin is hunting with Crystal Crossbow and the weapon skill is not working, is that a bug or I have to modify something?
Best regards!
Rick_Mandela.
I have an error :(
Im noob in this problems so..
error in Hotkey script windbot__monitor_my_hunting:
[""]:windbot__monitor_my_hunting:90 attempt to perform arithmetic on local 'STRING_HEIGHT' (a nil value)
Where can i move the whole monitor my stats window down a few lines? so i can see my fps :) thanks on advance
Hey @sirmate,
Not sure if it's been mentioned before,but I just wanted to let you know that the Crystal Crossbow doesn't register on your HUD. It just shows the fist skill instead.
~EvoSoft
This hud is amazing, like this bot :D
THX!
I wanted Bot exp/hour too, not only Tibias
@sirmate
Can you add RESET button to botting stats? :P
Why do i get this problem when im trying to load it?
http://2.ii.gl/rzEEOG6v.png
@sirmate , getting the same error as this guy, don't have a clue what to change in order for it to work =/
Beautiful Hud Total Perfection'm using and have not found even one type of bug
Hello my Sirmate MONITOR MY STATS this not working! what can it be? follows the code took more of a scripter still not functioning
-----------------
init start
--
-- 88
-- "" ,d
-- 88
-- ,adPPYba, 88 8b,dPPYba, 88,dPYba,,adPYba, ,adPPYYba, MM88MMM ,adPPYba,
-- I8[ "" 88 88P' "Y8 88P' "88" "8a "" `Y8 88 a8P_____88
-- `"Y8ba, 88 88 88 88 88 ,adPPPPP88 88 8PP"""""""
-- aa ]8I 88 88 88 88 88 88, ,88 88, "8b, ,aa
-- `"YbbdP"' 88 88 88 88 88 `"8bbdP"Y8 "Y888 `"Ybbd8"'
--
-- Name: Monitor My Stats
-- Last Updated: 19/12/2013
-- Version: 1.0
filterinput(false, true, false, false)
local HUD_Sections = {
{Name = 'OTHERS', State = true, Items = {
{'Ping', function() return $ping .. ' (avg: ' .. $pingaverage .. ')' end},
{'Bank Balance', function() return num($balance) end},
}
},
{Name = 'CHARACTER STATS', State = true, Items = {
{'Level', function() return $level .. ' (' .. 100 - math.floor(($exp - expatlvl($level)) * 100 / (expatlvl($level + 1) - expatlvl($level))) .. '%)' end},
{'Experience', function() return num($exp) end},
{'Magic Level', function() return $mlevel .. ' (' .. 100 - $mlevelpc .. '%)' end},
{'Weapon Skill', function() local _ = WeaponSkill() return _.skill .. ' (' .. 100 - _.skillpc .. '%)' end},
{'Shielding', function() return $shielding .. ' (' .. 100 - $shieldingpc .. '%)' end},
{'Fishing', function() return $fishing .. ' (' .. 100 - $fishingpc .. '%)' end}
}
},
{Name = 'ENGINE STATES', State = true, Items = {
{'Spell Healer', function() return getsetting('SpellHealer/Enabled') end},
{'Potion Healer', function() return getsetting('PotionHealer/Enabled') end},
{'Condition Healer', function() return getsetting('ConditionHealer/Enabled') end},
{'Mana Training', function() return getsetting('ManaTrainer/Enabled') end},
{'Cavebot', function() return getsetting('Cavebot/Enabled') end},
{'Looting', function() return getsetting('Looting/Enabled') end},
{'Targeting', function() return getsetting('Targeting/Enabled') end}
}
},
{Name = 'BOTTING STATS', State = true, Items = {
{'Experience per Hour', function() return num($exphour) end},
{'Experience Left', function() return num(exptolevel()) end},
{'Experience Today', function() return num($expgained) end},
{'Time to Next Level', function() return time(timetolevel()) end},
{'Played Time', function() return time(math.floor($timems / 1000)) end},
{'Stamina', function() return time($stamina) end}
}
}
}
local HUD_Colors = {
Font = color(255, 255, 255, 0),
SectionHeaderBackground = {0.0, color(36, 68, 105, 20), 0.23, color(99, 99, 99, 20), 0.76, color(21, 39, 60, 20)},
EntryNameBackground = {0.0, color(75, 75, 75, 20), 0.23, color(45, 45, 45, 20), 0.76, color(19, 19, 19, 20)},
EntryValueBackground = {0.0, color(255, 100, 40, 20), 0.23, color(225, 80, 30, 20), 0.76, color(98, 13, 17, 20)},
EntryValueEnabledBackground = {0.0, color(65, 96, 12, 20), 0.23, color(67, 99, 13, 20), 0.76, color(36, 52, 6, 20)},
EntryValueDisabledBackground = {0.0, color(90, 12, 15, 20), 0.23, color(98, 13, 17, 20), 0.76, color(52, 6, 9, 20)},
}
function WeaponSkill()
local SkillTypes = {
['axe'] = {type = 'axe', skill = $axe, skillpc = $axepc},
['club'] = {type = 'club', skill = $club, skillpc = $clubpc},
['sword'] = {type = 'sword', skill = $sword, skillpc = $swordpc},
['bow'] = {type = 'distance', skill = $distance, skillpc = $distancepc},
['distance weapon'] = {type = 'distance', skill = $distance, skillpc = $distancepc},
['no weapon'] = {type = 'fist', skill = $fist, skillpc = $fistpc},
['rod'] = {type = 'magic', skill = $mlevel, skillpc = $mlevelpc},
['wand'] = {type = 'magic', skill = $mlevel, skillpc = $mlevelpc},
}
return SkillTypes[findweapontype()]
end
local Moving, Temp, Moved = false, {0, 0}, {0, 0}
function inputevents(e)
if (e.type == IEVENT_LMOUSEDOWN) then
for _, Section in ipairs(HUD_Sections) do
if (e.elementid == Section.StateSwitch) then
Section.State = not Section.State
end
end
end
if (e.type == IEVENT_MMOUSEDOWN) then
Moving, Temp = true, {$cursor.x - Moved[1], $cursor.y - Moved[2]}
end
if (e.type == IEVENT_MMOUSEUP) then
Moving = false
end
end
init end
if (Moving) then
auto(10)
Moved = {$cursor.x - Temp[1], $cursor.y - Temp[2]}
end
setposition($clientwin.left + 5 + Moved[1], $worldwin.top + Moved[2])
setfontstyle('Tahoma', 8, 75, 0xFFFFFF, 1, color(0, 0, 0, 20))
local StringWidth, StringHeight = measurestring('TEMP')
setfillstyle('gradient', 'linear', 2, 0, 0, 0, 22)
addgradcolors(unpack(HUD_Colors.SectionHeaderBackg round))
drawroundrect(0, 0, 240, 21, 2, 2)
drawtext('SCRIPT INFO', 6, 21 / 2 - StringHeight * 0.5)
setfillstyle('gradient', 'linear', 2, 0, 0, 0, 22)
addgradcolors(unpack(HUD_Colors.EntryValueBackgrou nd))
drawroundrect(130, 0, 110, 21, 2, 2)
drawtext('by Garkstal', 136, 21 / 2 - StringHeight * 0.5)
setfontsize(7)
local StringWidth, StringHeight = measurestring('TEMP')
setfillstyle('gradient', 'linear', 2, 0, 0, 0, 16)
addgradcolors(unpack(HUD_Colors.EntryNameBackgroun d))
drawroundrect(0, 24 + 0 * 18, 240, 15, 2, 2)
drawtext('[EK] Venore Amazon Camp', 6, 24 + 0 * 18 + 15 / 2 - StringHeight * 0.5 + 1)
setfillstyle('gradient', 'linear', 2, 0, 0, 0, 16)
addgradcolors(unpack(HUD_Colors.EntryNameBackgroun d))
drawroundrect(0, 24 + 1 * 18, 240, 15, 2, 2)
drawtext('Script version:', 6, 24 + 1 * 18 + 15 / 2 - StringHeight * 0.5 + 1)
setfillstyle('gradient', 'linear', 2, 0, 0, 0, 16)
addgradcolors(unpack(HUD_Colors.EntryValueBackgrou nd))
drawroundrect(130, 24 + 1 * 18, 110, 15, 2, 2)
drawtext('1.0.1', 136, 24 + 1 * 18 + 15 / 2 - StringHeight * 0.5 + 1)
local YPosition, SectionRow, SectionItemsRow = 22 + 2 * 19, 0, 0
for _, Section in ipairs(HUD_Sections) do
setfontsize(8)
local StringWidth, StringHeight = measurestring('TEMP')
setfillstyle('gradient', 'linear', 2, 0, 0, 0, 21)
addgradcolors(unpack(HUD_Colors.SectionHeaderBackg round))
drawroundrect(0, YPosition + (SectionRow * 23) + (SectionItemsRow * 19), 240, 20, 2, 2)
drawtext(Section.Name, 6, YPosition + (SectionRow * 23) + (SectionItemsRow * 19) + 20 / 2 - StringHeight * 0.5 + 1)
setfillstyle('gradient', 'linear', 2, 0, 0, 0, 21)
if (Section.State) then
addgradcolors(unpack(HUD_Colors.EntryValueEnabledB ackground))
else
addgradcolors(unpack(HUD_Colors.EntryValueDisabled Background))
end
Section.StateSwitch = drawroundrect(220, YPosition + (SectionRow * 23) + (SectionItemsRow * 19), 20, 20, 2, 2)
drawtext('X', 228, YPosition + (SectionRow * 23) + (SectionItemsRow * 19) + 20 / 2 - StringHeight * 0.5 + 1)
SectionRow = SectionRow + 1
if (Section.State) then
setfontsize(7)
local StringWidth, StringHeight = measurestring('TEMP')
for _, SectionItem in ipairs(Section.Items) do
setfillstyle('gradient', 'linear', 2, 0, 0, 0, 17)
addgradcolors(unpack(HUD_Colors.EntryNameBackgroun d))
drawroundrect(0, YPosition + (SectionRow * 23) + (SectionItemsRow * 19), 240, 16, 2, 2)
drawtext(SectionItem[1], 6, YPosition + (SectionRow * 23) + (SectionItemsRow * 19) + 16 / 2 - StringHeight * 0.5 + 1)
if (Section.Name == 'ENGINE STATES') then
local EngineCurrentState = SectionItem[2]()
setfillstyle('gradient', 'linear', 2, 0, 0, 0, 17)
if (EngineCurrentState == 'yes') then
addgradcolors(unpack(HUD_Colors.EntryValueEnabledB ackground))
else
addgradcolors(unpack(HUD_Colors.EntryValueDisabled Background))
end
drawroundrect(130, YPosition + (SectionRow * 23) + (SectionItemsRow * 19), 110, 16, 2, 2)
drawtext((EngineCurrentState == 'yes' and ('On')) or ('Off'), 136, YPosition + (SectionRow * 23) + (SectionItemsRow * 19) + 16 / 2 - StringHeight * 0.5 + 1)
else
setfillstyle('gradient', 'linear', 2, 0, 0, 0, 17)
addgradcolors(unpack(HUD_Colors.EntryValueBackgrou nd))
drawroundrect(130, YPosition + (SectionRow * 23) + (SectionItemsRow * 19), 110, 16, 2, 2)
drawtext(SectionItem[2](), 136, YPosition + (SectionRow * 23) + (SectionItemsRow * 19) + 16 / 2 - StringHeight * 0.5 + 1)
end
SectionItemsRow = SectionItemsRow + 1
end
end
end
i have error:
error in HUD script NewHUDScript2:
[" {'Ban..."]:NewHUDScript2:22 attempt to call global 'num' (a string value)
stack traceback:
[" drawtext(SectionItem[2](), 1..."]:NewHUDScript2:190 in user script
Amazing thanks!
i have a lag when i active this, can u help me
How do I get it to disable cavebot by clicking on it in the HUD?
my hud start with 6hrs in played time..how to fix this?