NANORAY Posted October 23, 2013 Posted October 23, 2013 can some one lend me a script that contains 1 click +10 refiner. also the one that refines only the items that are allowed to refine thanks in advance! Quote
Euphy Posted October 23, 2013 Posted October 23, 2013 for (.@part = 1; .@part <= 14; .@part++) { if (getequipisenableref(.@part)) { for (.@ref = 10 - getequiprefinerycnt(.@part); .@ref > 0; .@ref--) successrefitem .@part; } } 1 Quote
NANORAY Posted October 24, 2013 Author Posted October 24, 2013 for (.@part = 1; .@part <= 14; .@part++) { if (getequipisenableref(.@part)) { for (.@ref = 10 - getequiprefinerycnt(.@part); .@ref > 0; .@ref--) successrefitem .@part; } } thank you sir euphy! Quote
Question
NANORAY
can some one lend me a script that contains 1 click +10 refiner. also the one that refines only the items that are allowed to refine
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.