donkeyg Posted December 27, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share Posted December 27, 2013 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? Quote Link to comment Share on other sites More sharing options...
Lighta Posted December 27, 2013 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 737 Reputation: 216 Joined: 11/29/11 Last Seen: December 20, 2020 Share Posted December 27, 2013 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. Quote Link to comment Share on other sites More sharing options...
donkeyg Posted December 27, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted December 27, 2013 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? Quote Link to comment Share on other sites More sharing options...
Question
donkeyg
How to make solar helm become Costume hat?
Link to comment
Share on other sites
2 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.