• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

% EXP Bar - Source 1.5

Newbie Spellweaver
Joined
Jul 14, 2013
Messages
8
Reaction score
1
//////////////////////////////////////
****ZCombatinterface.cpp****
//////////////////////////////////////

Search for [Control + G] line 765 and paste below that line


Code:
//New percentage EXP Bar 
 {    char szMsg[70];    sprintf(szMsg, "%d%%", ZGetMyInfo()->GetLevelPercent());    pDC->SetColor(MCOLOR(0xFFFFFFFF));    TextRelative(pDC, 125.f/800.f, 66.f/600.f,szMsg);    }


Leeimeehr - % EXP Bar - Source 1.5 - RaGEZONE Forums


Something simple I do not know if there is another guide or if you have personal credits I only saw it in a source and I contribute it here it is not a new thing but many people know that it does not know how to add it or does not have this code

I hope it works:thumbup1:
 
Last edited:
Back
Top