Log in

View Full Version : NVE Level Pro


B?-Y?u
05-25-2006, 10:00 PM
NVE Level Pro
What is this ?
Galaga Hack (https://vborg.vbsupport.ru/showthread.php?t=83126) + RPG Stats (https://vborg.vbsupport.ru/showthread.php?p=769270) = NVE Level Pro

Demo:
See screenshots blow.

How to install ?
Read file install.txt in attach Files

Say thank with Zero Tolerance (https://vborg.vbsupport.ru/member.php?u=48782) & Zachery (https://vborg.vbsupport.ru/member.php?u=18025)

Enjoy it, Click Install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=116728)

♥ B?-Y?u ♥ (https://vborg.vbsupport.ru/member.php?u=144551)

Stifler
05-26-2006, 01:54 PM
very cool! gonna try this out.

vBB-vietnam
05-26-2006, 02:02 PM
kul, i love it :x

lasto
05-26-2006, 02:14 PM
foreign lanuage on mouseover

also how does this work out - is it based on posts and if so how do we change it

BeaLzeBuB
05-26-2006, 02:27 PM
cool installed

which critters affects our life/magic and exp etc?

Daniel
05-26-2006, 02:35 PM
Very interesting. Installed. :)

BeaLzeBuB
05-26-2006, 02:43 PM
Quote:Knoman

HP drops and rises according to the members activeness.
MP determins how long a user has been with the forums, and how active they are.
EXP determins how close a user is to reaching the next level.



Let's break it down to simple English, shall we?


$level = pow (log10 ($post[posts]), 3);
This is a simple logarithm that will calculate the how much post a member needs in order to get to the next level. This is the engine that will control all other calculations. Now, I've cubed it so leveling resembles Final Fantasy; where the max level is 99. If you are into D&D, squaring the formula would be best, requiring a lot of post before a user can reach level 20. In short, the higher the exponent, the quicker it is to level up.

$ep = floor (100 * ($level - floor ($level)));
This is the basis for the Experience system. What i did here, was take the remainder (or mod) from the Level logarithm and converted it to a percentage. I wasnt sure if PHP had a MOD function, so I did it the hard way.

$showlevel = floor ($level + 1);
I cant have a user with level zero, but i didnt want to affect the engine with a false number either. So, I created another variable $showlevel and added 1, which will only be used to show users, and wont affect the calculations.

$hpmulti =round ($postsperday / 6, 1);
if ($hpmulti > 1.5) {
$hpmulti = 1.5;
}
if ($hpmulti < 1) {
$hpmulti = 1;
}
This code here was to add to the randomness. This is my HP bonus multiplier. I took the post per day and divided by six and rounded it to the tenths decimal. I use a few IF functions to prevent it from being too high and too low.

$maxhp = $level * 25 * $hpmulti;
Determins the Max HP. Not much to be said here, 25 just seem to be a nice number.

$hp= $postsperday / 10;
If a person couldnt perform a ten post per day average, HP will drop.

if ($hp >= 1) {
$hp= $maxhp;
} else {
$hp= floor ($hp * $maxhp);
}
Sets the limit on how high your HP will go. Keeps it at or under the Max HP

$hp= floor ($hp);
$maxhp= floor ($maxhp);
HP calcualations are down. Rounding down for viewing sake.

if ($maxhp <= 0) {
$zhp = 1;
} else {
$zhp = $maxhp;
}
Debugs the Divide by Zero error.

$hpf= floor (100 * ($hp / $zhp)) - 1;
Is used in the templates.

$maxmp= ($jointime * $level) / 5;
Determins Max MP. Again, the 5 just seems right.

$mp= $post[posts] / 3;
Determins MP, not sure why I chose to do what I did, but it works. This is the reason why MP is still a mystery to my members and even to me.

if ($mp >= $maxmp) {
$mp = $maxmp;
}
Keeps MP from going above its max.

$maxmp = floor ($maxmp);
$mp = floor ($mp);
MP calculations done. Rounding down.

if ($maxmp <= 0) {
$zmp = 1;
} else {
$zmp = $maxmp;
}
Debugs the divide by zero error.

$mpf= floor (100 * ($mp / $zmp)) - 1;
Is used in the templates.




like i've mentioned earlier, this hack was spun off of role playing games (i.e. final fantasy). hp stands for health points. the more your points, well.... the better your health is. mp stands for magic points, your ability to cast certain spells and such. and, well... you know what experience is.

now, what drives this entire system is this one code:
$level = pow (log10 ($post[posts]), 3);

what that code does is set the standard at when a member is able to level up, and how much hp/mp s/he should recieve. a low level member is able to reach the next level very easily (only requiring a handful of posts). those at the high end levels would require a whole lot more posts to achieve the next level.

the rise and fall of the hp meter is determine by this variable $postperday. what that does is take the total number of posts and devide it by the total number of days the person has been registered. the quotient is then taken and divided even further by the max hp... by doing so, it gives me a percentage that changes constantly.

i've feel that i've explained everything the best way that i could. any further would be me teaching you how to read and understand php... or any programming language for the matter. none of this is technical, it's mostly multiplication and division. this was my very first project with php. i knew nothing about it. but what i did was open a math book and headed to php.net.

you give a man a fish, he feeds for a day.
you teach a man to fish, he feeds for life.

.......

Barakat
05-26-2006, 02:52 PM
nice one . realy great

Zachery
05-26-2006, 04:16 PM
Would have been nice to ask for my permission to use the code.

nestoras
05-26-2006, 05:14 PM
nice one
thanks

ROUTER
05-26-2006, 05:28 PM
thanks..

Turkish questions:) = T?rk?e anlamlarını bilen var mı?

FreshFroot
05-26-2006, 06:52 PM
Is there anyway you can change the writing to english? When you hover over the stars, it's all in another language.

BeaLzeBuB
05-26-2006, 07:17 PM
thanks..

Turkish questions:) = T?rk?e anlamlarını bilen var mı?

LEVEL(SEVİYE): Bu sizin kullanıcı seviyeniz.Leveliniz.Ne kadar ?ok mesaj o kadar y?ksek level.Klasik RP mantığı burada da işliyor.İlk levelleri atlamak kolay.
Ama ileriki levellerde giderek level atlamak zorlaşıyor.

EXPERIENCE(TECR?BE): Buda tecr?be ibreniz.Mesaj attık?a bu ibre doluyor ve tam olarak dolduğunda level atlıyorsunuz.Sonra ibre baştan dolmaya başlıyor.Boşalan ibreyi yine doldurursanız bir level daha atlıyorsunuz.Ne kadar y?ksek levelseniz ibrenin dolması o kadar zorlaşıyor.

HP (CAN PUANI): Bu sizin aktifliğinizle doğru orantılı.Bir g?n başına attığınız ortalama mesaj sayısı bu puanın artmasını yada azalmasını sağlıyor.

MP (B?Y? PUANI): Ne kadar s?re forumda takılıyorsunuz ve yine ne kadar aktifsiniz.Buda mana puanınızı etkiliyor.

ROUTER
05-26-2006, 08:35 PM
LEVEL(SEVİYE): Bu sizin kullanıcı seviyeniz.Leveliniz.Ne kadar ?ok mesaj o kadar y?ksek level.Klasik RP mantığı burada da işliyor.İlk levelleri atlamak kolay.
Ama ileriki levellerde giderek level atlamak zorlaşıyor.

EXPERIENCE(TECR?BE): Buda tecr?be ibreniz.Mesaj attık?a bu ibre doluyor ve tam olarak dolduğunda level atlıyorsunuz.Sonra ibre baştan dolmaya başlıyor.Boşalan ibreyi yine doldurursanız bir level daha atlıyorsunuz.Ne kadar y?ksek levelseniz ibrenin dolması o kadar zorlaşıyor.

HP (CAN PUANI): Bu sizin aktifliğinizle doğru orantılı.Bir g?n başına attığınız ortalama mesaj sayısı bu puanın artmasını yada azalmasını sağlıyor.

MP (B?Y? PUANI): Ne kadar s?re forumda takılıyorsunuz ve yine ne kadar aktifsiniz.Buda mana puanınızı etkiliyor.

Teşekk?rler

lovevn
05-27-2006, 09:14 AM
Is there anyway you can change the writing to english? When you hover over the stars, it's all in another language.


Open the file nve_level_pro.xml and look at line 68 you will find

"alt='♥ B?-Y?u ♥'>"

Change ♥ B?-Y?u ♥ to what you like!

Ky*Niem*Buon
05-27-2006, 10:04 AM
foreign lanuage on mouseover

also how does this work out - is it based on posts and if so how do we change it


Is there anyway you can change the writing to english? When you hover over the stars, it's all in another language.


Sorry. This is my nick name. U can delete/edit it in NVE Level Pro plugin or
open the file nve_level_pro.xml and look at line 68 you will find

"alt='♥ B?-Y?u ♥'>"

Change ♥ B?-Y?u ♥ to what you like!
Thank lovevn :)

Would have been nice to ask for my permission to use the code.

Sorry U. I don't know...I hope U like it...Sorry again :)
Good luck for u !

vBB-vietnam
06-06-2006, 04:13 AM
Can you upload PDS file ?
Thank !

Gbml2u
10-07-2006, 04:13 AM
Click install.
Can you upgrade for vbb 3.6 ?
Thank !

snowlion
11-08-2006, 09:56 AM
this mod work with 3.6.x

YeşiLMeN
05-14-2007, 07:18 AM
Nice Job..

YeşiLMeN Click Install..

gforce75
08-06-2007, 02:54 AM
What are the stars for?

Lord Raiden
01-24-2008, 04:52 PM
Hello,

i have a problem in Threads everything is ok but in Pn system the hp points 0 and mpmax = over 10000

can everyone help me ?

muhammedislam
10-12-2008, 01:06 AM
Hi,
I test it but I could not work it.
I think my forum is subdomain so,
Than can u tell me how I can make it for subdomain,
like; forum.xxxcccccccc.com

TGAREED
05-15-2009, 11:20 PM
Hello,

Can I use it for 3.8.2 vB...!!