Jump to content
  • 0

How to make solar helm become Costume hat?


donkeyg

Question


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

5022,Helm_Of_Sun,Hat of the Sun God,5,20,,2400,,4,,0,0x00CFDF80,63,2,768,,0,1,138,{ bonus bStr,3; bonus bInt,2; },{},{}

How to make solar helm become Costume hat?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  16
  • Topics Per Day:  0.00
  • Content Count:  737
  • Reputation:   216
  • Joined:  11/29/11
  • Last Seen:  

You'll need src edit and change is equip position

e.g

epos = sd->status.inventory.equip;

if( epos&EQP_HEAD_TOP ) { epos &= ~EQP_HEAD_TOP; epos |= EQP_COSTUME_HEAD_TOP; }

 

nb : then I recomend you prevent combo, item script and such being run if it's a costume item.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

You'll need src edit and change is equip position

e.g

epos = sd->status.inventory.equip;

if( epos&EQP_HEAD_TOP ) { epos &= ~EQP_HEAD_TOP; epos |= EQP_COSTUME_HEAD_TOP; }

 

nb : then I recomend you prevent combo, item script and such being run if it's a costume item.

is there already have solar costume?

Link to comment
Share on other sites

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.

×
×
  • Create New...