
**doh nvm, i guess i accedently changed somehting in code heh..
but any way i got it worked, if any wants it heres how you do it:
in the DlgBoxClick_LevelUpSettings function
on all the if buttons for str, vit, dex, int, mag, char should be something like this but ovesiouly diffrent ints
Code: Select all
// Strength UP - Diuuude
if ((msX >= sX + 195) && (msX <= sX + 205) && (msY >= sY + 127) && (msY <= sY + 133) && (m_iLU_Point > 0)&& (m_cLU_Str+m_iStr < DEF_STATS_LIMIT)) {
the integers for the stats are
m_iStr
m_iVit
m_iDex
m_iInt
m_iMag
m_iCharisma
and for the DEF_STATS_LIMIT, you can just put it in the GlobalDef.h
Code: Select all
#define DEF_STATS_LIMIT 200
**i Updated it... i pulled a newb thing lol.. i forgot client dont send message when you click the add.. hehee newbish hehe...