c e d i e Posted August 25, 2013 Posted August 25, 2013 I want an item that has the effect of Every 10 base str, you gain 1 atk. What script should I use? I tried: bonus bAtk,(bSTR/10); bonus bAtk,(baseSTR/10); bonus bAtk2,(bSTR/10); bonus bAtk2,(baseSTR/10); bonus bAtk,(bStr/10); works but it doesn't add the right amount. My base str is 200, it only add 13 atk. This is an accessory. Please help. Thanks in advance! Quote
c e d i e Posted August 25, 2013 Author Posted August 25, 2013 Thank you so much Sir Emistry! You're the best! (y) Quote
Question
c e d i e
I want an item that has the effect of Every 10 base str, you gain 1 atk. What script should I use?
I tried:
bonus bAtk,(bSTR/10);
bonus bAtk,(baseSTR/10);
bonus bAtk2,(bSTR/10);
bonus bAtk2,(baseSTR/10);
bonus bAtk,(bStr/10); works but it doesn't add the right amount. My base str is 200, it only add 13 atk.
This is an accessory.
Please help. Thanks in advance!
2 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.