Signup Now
Results 1 to 8 of 8
  1. #1
    Free User eachziN's Avatar
    Join Date
    Dec 2013
    Location
    Terra gentil ao turista
    Posts
    49
    Reputation
    14
    Rep Power
    0

    Simple Life/Mana Percent Show

    I just made a pretty simple an basic hppc/mppc to show on hud :P

    if you want something to be changed just ask here or feel free to do it and share with us

    setfontstyle('Tahoma', 7, 75, 0xFFFFFF, 1, color(0, 0, 0, 20))
    setposition($clientwin.right - 130 , $worldwin.top)
    if $hppc < 100 then
    drawtext($hppc..'%', 17, 119)
    else
    drawtext($hppc..'%', 15, 119)
    end
    if $mppc < 100 then
    drawtext($mppc..'%', 17, 134)
    else
    drawtext($mppc..'%', 15, 133)
    end


    What is does:
    Attached Images Attached Images
    Last edited by eachziN; 12-30-2013 at 03:42 AM.

  2. #2
    Free User yracoma's Avatar
    Join Date
    Dec 2013
    Location
    Curitiba, Paraná
    Posts
    197
    Reputation
    15
    Rep Power
    21
    Userfull Hud. Thanks!
    http://i.imgur.com/2OAoXck.gif
    (*) Click on the picture for check my scripts!


  3. #3
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    Oh my god this is freaking awesome I can't believe I lived so long without it.
    Seriously, used to have it on neo times and absolutely loved it, thanks for reminding me of its existence.

  4. #4
    Free User
    Join Date
    Dec 2013
    Posts
    3
    Reputation
    9
    Rep Power
    0
    need auto area atack exori, exori gran, exori mas,

  5. #5
    Banned
    Join Date
    Feb 2014
    Location
    Leetstreet
    Posts
    324
    Reputation
    38
    Rep Power
    0
    So simple and yet so elegant.

    This is the sort of scripts I LOVE, few lines of code but does what it's supposed to at all times! Thanks +rep for you!

  6. #6
    Free User pvzin's Avatar
    Join Date
    Dec 2013
    Location
    USA
    Posts
    974
    Reputation
    48
    Rep Power
    22
    Hell yeah!
    I love this!
    Yours,
    pvzin

  7. #7
    Free User cuaderno's Avatar
    Join Date
    Mar 2014
    Posts
    34
    Reputation
    10
    Rep Power
    0
    Simply perfect, thanks for that code!

  8. #8
    Free User albino's Avatar
    Join Date
    Apr 2014
    Location
    Brazil
    Posts
    183
    Reputation
    27
    Rep Power
    21
    I used to use this on Neo LOL! Thank you!

 

 

Posting Permissions

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