Subzero Posted June 3, 2021 Posted June 3, 2021 how to make every 2 level refine bonus atk +20 and str +1 if level refine 9-10 bonus str and dex +5 Quote
0 Chaos92 Posted June 3, 2021 Posted June 3, 2021 Like this ? bonus bStr,getrefine()/2; bonus bAtk,20*(getrefine()/2); if (getrefine()>9) { bonus bDex,5; bonus bStr,5; } Quote
0 Subzero Posted June 6, 2021 Author Posted June 6, 2021 (edited) On 6/3/2021 at 5:39 PM, Chaos92 said: Like this ? bonus bStr,getrefine()/2; bonus bAtk,20*(getrefine()/2); if (getrefine()>9) { bonus bDex,5; bonus bStr,5; } thanks sir solved Edited June 6, 2021 by Subzero Quote
Question
Subzero
how to make every 2 level refine bonus atk +20 and str +1
if level refine 9-10
bonus str and dex +5
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.