Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

% 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