dantoki Posted January 17, 2019 Posted January 17, 2019 Refiner that can refine even accessories using PODs. Quote
0 utofaery Posted January 18, 2019 Posted January 18, 2019 (edited) Spoiler prontera,126,210,0 script F20_refiner 4_M_03,{ .@x = 10; for ( set .@i,0; .@i <= .@x; set .@i,.@i + 1) { if ( !getequipisequiped(.@i) ) continue; while (getequiprefinerycnt(.@i) < .@x) successrefitem .@i; } npctalk "Best Refiner's work."; end; } .@x = 10; change 10 to any value Edited January 18, 2019 by utofaery Quote
Question
dantoki
Refiner that can refine even accessories using PODs.
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.