WhatFT Posted May 24, 2012 Share Posted May 24, 2012 (edited) What is the current item script for this? #20001 All Stats +1 [Refine 5~7] Increase damage to Demi-human by 5% [Refine 8~10] Max HP +20% #20002 All Stats +1 Each +1 refine will increase their damage to Demi-human by 2%. THANKS IN ADVANCE ! Edited May 25, 2012 by Paulinds Quote Link to comment Share on other sites More sharing options...
Flaid Posted May 25, 2012 Share Posted May 25, 2012 { bonus bAllStats,1; if(getrefine() >= 5) && (getrefine() <= 7) bonus2 bAddRace,RC_DemiHuman,5; if(getrefine() = 8) bonus2 bAddRace,RC_DemiHuman,6; if(getrefine() = 9) bonus2 bAddRace,RC_DemiHuman,7; if(getrefine() = 10) bonus2 bAddRace,RC_DemiHuman,8; },{},{} and bonus bAllStats,1; bonus2 bAddRace,RC_DemiHuman,getrefine()*2; Quote Link to comment Share on other sites More sharing options...
WhatFT Posted May 25, 2012 Author Share Posted May 25, 2012 Thanks ~ Quote Link to comment Share on other sites More sharing options...
What is the current item script for this?
#20001
All Stats +1
[Refine 5~7]
Increase damage to Demi-human by 5%
[Refine 8~10]
Max HP +20%
#20002
All Stats +1
Each +1 refine will increase their damage to Demi-human by 2%.
THANKS IN ADVANCE !
Edited by PaulindsLink to comment
Share on other sites