Sook103 Posted May 30, 2015 Posted May 30, 2015 (edited) Okay for my items i want Top Headgears to do all stats 3 and reduce damage from demi humans by each refine. Example { bonus bAllStats,3; bonus2 bSubRace,RC_DemiHuman,1; bonus2 bSubRace,RC_Player,1;,(getrefine()*10)); },{},{} It still doesn't work any idea? Got it working never mind !! Edited May 30, 2015 by Sook103 Quote
Elsa Mist Posted May 30, 2015 Posted May 30, 2015 (edited) Okay for my items i want Top Headgears to do all stats 3 and reduce damage from demi humans by each refine. Example { bonus bAllStats,3; bonus2 bSubRace,RC_DemiHuman,1; bonus2 bSubRace,RC_Player,1;,(getrefine()*10)); },{},{} It still doesn't work any idea? Got it working never mind !! bonus bAllStats,3; bonus2 bSubRace,RC_DemiHuman,1,(getrefine()/1); oh didnt see it have been solved. Put this thread as SOLVED please... Edited May 30, 2015 by Elsa Mist Quote
Question
Sook103
Okay for my items i want Top Headgears to do all stats 3 and reduce damage from demi humans by each refine.
Example
{ bonus bAllStats,3; bonus2 bSubRace,RC_DemiHuman,1; bonus2 bSubRace,RC_Player,1;,(getrefine()*10)); },{},{}
It still doesn't work any idea?
Got it working never mind !!
Edited by Sook1031 answer 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.