Jump to content
  • 0

Question

Posted (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.

 

3_zps09148253.jpg

 

But enchanting the item makes it's on equip effect useless.

 

1_zps51298502.jpg

 

...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. /ic

Edited by Qube Eks

3 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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...