donkeyg Posted December 12, 2012 Posted December 12, 2012 (edited) 5136,Santa's_Hat_,Antonio's Santa Hat,5,20,,100,,3,,1,0xFFFFFFFF,7,2,256,,0,1,20,{ if(getrefine() > 9) bonus bMaxHP,3; bonus bMaxSP,3 },{},{} i wanna make my hat if +9 or more.. it would add MaxHP and SP to 3% ... but it's doesnt in game.. please help Edited December 15, 2012 by donkeyg Quote
Neo-Mind Posted December 12, 2012 Posted December 12, 2012 (edited) 5136,Santa's_Hat_,Antonio's Santa Hat,5,20,,100,,3,,1,0xFFFFFFFF,7,2,256,,0,1,20,{ if(getrefine() > 9) {bonus bMaxHPrate,3; bonus bMaxSPrate,3;} },{},{} Edited December 12, 2012 by mindstream Quote
Magnetix Posted December 13, 2012 Posted December 13, 2012 (edited) 5136,Santa's_Hat_,Antonio's Santa Hat,5,20,,100,,3,,1,0xFFFFFFFF,7,2,256,,0,1,20,{ if(getrefine() > 9) {bonus bMaxHPrate,3; bonus bMaxSPrate,3;} },{},{} he said +9 or more.. 5136,Santa's_Hat_,Antonio's Santa Hat,5,20,,100,,3,,1,0xFFFFFFFF,7,2,256,,0,1,20,{ if(getrefine() => 9) {bonus bMaxHPrate,3; bonus bMaxSPrate,3;} },{},{} OR just change if(getrefine() > 9) to if(getrefine() > 8) Edited December 13, 2012 by Magnetix Quote
Neo-Mind Posted December 13, 2012 Posted December 13, 2012 5136,Santa's_Hat_,Antonio's Santa Hat,5,20,,100,,3,,1,0xFFFFFFFF,7,2,256,,0,1,20,{ if(getrefine() > 9) {bonus bMaxHPrate,3; bonus bMaxSPrate,3;} },{},{} he said +9 or more.. 5136,Santa's_Hat_,Antonio's Santa Hat,5,20,,100,,3,,1,0xFFFFFFFF,7,2,256,,0,1,20,{ if(getrefine() => 9) {bonus bMaxHPrate,3; bonus bMaxSPrate,3;} },{},{} OR just change if(getrefine() > 9) to if(getrefine() > 8) oops my mistake ... sorry Quote
Question
donkeyg
i wanna make my hat if +9 or more.. it would add MaxHP and SP to 3% ... but it's doesnt in game.. please help
Edited by donkeyg4 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.