Save-Point

Full Version: Save-Point
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Board Message
Sorry, you do not have permission to access this resource.
Save-Point - EXP HUD Metin2 Style

Save-Point

Full Version: EXP HUD Metin2 Style
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Welcome. I can't find that script, that I write a request here.

I want Metin2 Style EXP Hud.
For ex.
4 balls (25 % of each ball)
That fills with gold for each percent of experience.

For ex.
10 % exp => 1 ball in 40 %
20 % exp => 1 ball in 80 %
50 % exp => 2 balls in 100 %
60 % exp => 2 balls in 100 % and one ball in 40 %
100 % exp => 4 balls in 100 %

I don't know method to write circles... and filling it..

Can anyone help me make this (or give solution)?
Hey hey hey, Narzew. I remember something similar from Bearcat and I snagged this from the HUD/BAR section of our Forum Script Listings thread, an index of the scripts in the forum:

(06-19-2009, 04:09 AM)DerVVulfman Wrote: [ -> ]XP - Icon Bar
by Bearcat (November 14th, 2007)

This is a really simple script I wrote for my game and I thought that it might be useful for some other people. Basically, it makes a bar out of two different icons, an empty and a full one. It splits the icons into halves and makes a bar out of them (think the Zelda life bar with full, half, and empty hearts).


Having hearts show filled and partially filled sound vaguely like something you'd want? Winking Maybe not exactly, but it is a start.
Thanks, it's good. But I need some changes to it.

First change : Bar is filled horizontally. I need vertically filling bar.
Second change : The bar has only 3 positions : empty,half,full. I need a position for each percent of value.
Third change : Use a val/max for each 100 instead of each 2.