boonpal2 Posted July 9, 2018 Posted July 9, 2018 (edited) Hello guys, I have just recently started to learn about scripting and editing my offline server, so. Let's get to the point is there anyway i can make an equipment that would give, let's say, 4% str or if refined 7 or more would give 5% str based on base str Thank you for your help, Have a good day ! Edited July 12, 2018 by boonpal2 Quote
0 Relzz Posted July 9, 2018 Posted July 9, 2018 Use Str variable and multiply it by 0.X, 1 meaning 100% and sum it to the total Str like bonus bStr,bStr*0.24; Meaning that it will increase Str by 24% Quote
0 Dissidia Posted July 9, 2018 Posted July 9, 2018 bonus bStr,readparam(bStr)*11/100; It will give STR + 11% Quote
0 boonpal2 Posted July 12, 2018 Author Posted July 12, 2018 Thank you so much ! @Dissidia and @M45T3R I appreciate all your help !! Quote
Question
boonpal2
Hello guys,
I have just recently started to learn about scripting and editing my offline server, so. Let's get to the point
is there anyway i can make an equipment that would give, let's say, 4% str or if refined 7 or more would give 5% str based on base str
Thank you for your help,
Have a good day !
Edited by boonpal23 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.