dantoki Posted January 17, 2019 Group: Members Topic Count: 67 Topics Per Day: 0.01 Content Count: 235 Reputation: 42 Joined: 10/21/12 Last Seen: April 5 Share Posted January 17, 2019 Refiner that can refine even accessories using PODs. Quote Link to comment Share on other sites More sharing options...
0 utofaery Posted January 18, 2019 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 228 Reputation: 19 Joined: 10/27/12 Last Seen: March 17, 2019 Share 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 Link to comment Share on other sites More sharing options...
Question
dantoki
Refiner that can refine even accessories using PODs.
Link 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.