Subzero Posted June 3, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 Chaos92 Posted June 3, 2021 Share 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 Link to comment Share on other sites More sharing options...
0 Subzero Posted June 6, 2021 Author Share 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 Link to comment Share on other sites More sharing options...
how to make every 2 level refine bonus atk +20 and str +1
if level refine 9-10
bonus str and dex +5
Link to comment
Share on other sites