Signup Now
Results 1 to 4 of 4
  1. #1
    Free User saiddias's Avatar
    Join Date
    Jul 2014
    Posts
    28
    Reputation
    10
    Rep Power
    0

    Wink 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:
    mana bar.png

    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.
    Thank you all!
    Last edited by saiddias; 09-17-2014 at 09:14 PM. Reason: Name wrong
    Live life hard!

  2. #2
    Free User coyotebross's Avatar
    Join Date
    Apr 2014
    Posts
    26
    Reputation
    16
    Rep Power
    0
    LOL, you just edited my mana bar, and want people to leave your credits?

  3. #3
    Moderator Dehan's Avatar
    Join Date
    Dec 2013
    Posts
    1,404
    Reputation
    315
    Rep Power
    26
    @coyotebross, it is a simple HUD script, you can't blame him lol

    Level Latest Scripts by Dehan
    250+
    [EK & ED & MS & RP] [Navigation] Prison -1
    200+
    [EK & ED & MS] [Navigation] Asura Palace
    200+
    [EK & ED] [Navigation] Lower Roshamuul Softcore

  4. #4
    Free User saiddias's Avatar
    Join Date
    Jul 2014
    Posts
    28
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by coyotebross View Post
    LOL, you just edited my mana bar, and want people to leave your credits?
    Dude, you're crazy?
    Look at your script and my script ...
    Do not talk nonsense guy!
    After all my HUD is not bugged like yours! Do not quit talking nonsense my script and COMPLETELY different than yours!

    Quote Originally Posted by Dehan View Post
    @coyotebross, it is a simple HUD script, you can't blame him lol
    If you look at the scripts are very different, and it's huge and my simple and small.
    Are completely different bro!
    Last edited by saiddias; 09-20-2014 at 06:48 AM.
    Live life hard!

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •