Mad Walker Posted July 7, 2013 Posted July 7, 2013 (edited) 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. Edited July 7, 2013 by Qube Eks Quote
Critica Posted July 7, 2013 Posted July 7, 2013 so you want this? bonus bSetRace,n; Race becomes n search for epoque's bonus pack Quote
Mad Walker Posted July 7, 2013 Author Posted July 7, 2013 (edited) Hi Critica, I already have the codes. The problem is that the codes i have only works on "onequip" not on itemscript. Edited July 7, 2013 by Qube Eks Quote
Critica Posted July 9, 2013 Posted July 9, 2013 so you want the bonus to work on items? like misc items? Quote
Question
Mad Walker
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.
bump.
Edited by Qube Eks3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.