I was wondering if I can make it to an Enchant Race just like the orb str + 1 etc...? Because the bonus only works on equip item.
But enchanting the item makes it's on equip effect useless.
...this is the code that i used.
SP_SETRACE
===========================
case SP_SETRACE:
if(val < 0 || val > RC_MAX-1) {
ShowWarning("pc_bonus: invalid race defined for 'bChangeRace', set to %d.\n", val);
} else if(sd->state.lr_flag != 2)
{
sd->battle_status.race = val;
}
break;
==========================
bChangeRace<tab>2045
bump.