Jump to content
  • 0

something wrong?


Question

Posted (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 by donkeyg

4 answers to this question

Recommended Posts

Posted (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 by mindstream
Posted (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 by Magnetix
Posted

 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 /pat

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...