1 Attachment(s)
SaidDias' ManaBar - Feel Like a Tibia Flash.
Hello I made a simple HUD a mana bar, is well similar with Tibia Flash.
See more or less how it looks:
Attachment 4217
Let the Code:
Code:
auto(200)
setposition($worldwin.left, $worldwin.top)
setbordercolor(-1)
init start
useworldhud()
init end
local r = getbararea($self)
if ( r ) then
setfillstyle('color', -1)
drawrect(r.left, r.top+1, 25, 2)
setfillstyle('color', 0x0000CD)
drawrect(r.left, r.top+1, 25*($mppc/100), 2)
end
The use is free, but leave the credits. :cool:
Thank you all!