donkeyg Posted December 12, 2012 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 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 Link to comment Share on other sites More sharing options...
Neo-Mind Posted December 12, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 806 Reputation: 221 Joined: 03/13/12 Last Seen: September 17, 2024 Share 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 Link to comment Share on other sites More sharing options...
Magnetix Posted December 13, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 446 Reputation: 30 Joined: 12/08/11 Last Seen: October 13, 2024 Share 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 Link to comment Share on other sites More sharing options...
donkeyg Posted December 13, 2012 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 13, 2012 Thx! Quote Link to comment Share on other sites More sharing options...
Neo-Mind Posted December 13, 2012 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 806 Reputation: 221 Joined: 03/13/12 Last Seen: September 17, 2024 Share 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 Link to comment Share on other sites More sharing options...
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 donkeygLink to comment
Share on other sites
4 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.