allenpogi Posted July 28, 2013 Posted July 28, 2013 I'm having a hard time finding one. please help. thanks in advance:) Quote
whitesn Posted July 29, 2013 Posted July 29, 2013 (edited) prontera,x,y,z script Safe Limit Refine 907,{ setarray .@slots[0],1,2,3,4,5,6,9,10; for( set .@a,0; .@a < getarraysize(.@slots); set .@a,.@a + 1 ) { if( getequipisequiped(.@slots[.@a]) ) { if( .@slots[.@a] == 3 || .@slots[.@a] == 4) { switch( getequipweaponlv(.@slots[.@a]) ) { case 0: set .@r, 4; break; default: set .@r, 8 - getequipweaponlv(.@slots[.@a]); break; } } else { set .@r, 4; } if(getequiprefinerycnt(.@slots[.@a]) < .@r && getequipisenableref(.@slots[.@a]) ) { for( set .@i,0; .@i < .@r; set .@i,.@i + 1) successrefitem .@slots[.@a]; } } sleep2 100; } } Edited July 29, 2013 by 2essy2killu Quote
allenpogi Posted July 30, 2013 Author Posted July 30, 2013 Thanks. I'll try this:) Sir it doesnt work on my server Quote
Question
allenpogi
I'm having a hard time finding one. please help. thanks in advance:)
3 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.