and i made a one for mana but i dont think i did it right because everytime i used a pot for mana it went up to 783 and stopppedQuote:
public uint BaseMaxHP()
{
Ready = false;
double hp = Vit * 24 + Str * 3 + Agi * 3 + Spi * 3;
if (Job == 11)
hp *= 1.05;
if (Job == 12)
hp *= 1.08;
if (Job == 13)
hp *= 1.1;
if (Job == 14)
hp *= 1.12;
if (Job == 15)
hp *= 1.15;
Ready = true;
return (uint)hp;
}
so i tried to fix by finding all
and added BaseMaxMP() and ye it had codes infront of it but there was alot and the same error occuredQuote:
BaseMaxHP()
so can anyone teach me why?






