Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Perfect refiner to +30?

Newbie Spellweaver
Joined
Dec 5, 2010
Messages
11
Reaction score
0
Also if anyone has a card remover that would be awsum.

So a refiner, with no breakage, to +30. :D thanks

Josh
 
Junior Spellweaver
Joined
Nov 7, 2010
Messages
171
Reaction score
11
i think trygun's script will work but im not sure,

but that script is for refining all characters equipments..
 
Newbie Spellweaver
Joined
Aug 14, 2009
Messages
67
Reaction score
2
Then try thid one...

prontera,150,150,5, script Refiner 78,{
for(set @part,1;@part<11;set @part,@part+1) if(getequipisequiped(@part)) while(getequiprefinerycnt(@part) < 30) successrefitem @part;
end;
}


---------- Post added at 08:39 PM ---------- Previous post was at 08:36 PM ----------

i think trygun's script will work but im not sure,

but that script is for refining all characters equipments..

This script is simple that i made..xD
 
Back
Top