ayennnnnnn Posted March 4, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 80 Reputation: 1 Joined: 08/20/13 Last Seen: October 20, 2018 Share Posted March 4, 2014 (edited) Can someone help to script this? Edited March 4, 2014 by ayennnnnnn Quote Link to comment Share on other sites More sharing options...
sandbox Posted March 5, 2014 Group: Members Topic Count: 38 Topics Per Day: 0.01 Content Count: 949 Reputation: 174 Joined: 06/12/12 Last Seen: April 18 Share Posted March 5, 2014 1 line only.. if(readparam(bStr) >= 90) { bonus bAllStats,1; bonus bMaxHPrate,1; bonus bMaxSPrate,1; bonus bStr,getrefine(); } if(readparam(bAgi) >= 90) { bonus bAllStats,1; bonus bMaxHPrate,1; bonus bMaxSPrate,1; bonus Agi,getrefine(); } if(readparam(bVit) >= 90) { bonus bAllStats,1; bonus bMaxHPrate,1; bonus bMaxSPrate,1; bonus bVit,getrefine(); } if(readparam(bInt) >= 90) { bonus bAllStats,1; bonus bMaxHPrate,1; bonus bMaxSPrate,1; bonus bInt,getrefine(); } if(readparam(bDex) >= 90) { bonus bAllStats,1; bonus bMaxHPrate,1; bonus bMaxSPrate,1; bonus bDex,getrefine(); } if(readparam(bLuk) >= 90) { bonus bAllStats,1; bonus bMaxHPrate,1; bonus bMaxSPrate,1; bonus bLuk,getrefine(); } Quote Link to comment Share on other sites More sharing options...
Question
ayennnnnnn
Can someone help to script this?

Edited by ayennnnnnnLink to comment
Share on other sites
1 answer 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.