VladimirCastro Posted August 15, 2014 Posted August 15, 2014 just wanna ask for this script instant 100% +10 refine for any items. require item is 40pcs pod per 1 pc of +10 Quote
icabit Posted August 15, 2014 Posted August 15, 2014 (edited) this is not my original script edit these set .@itemid, 20241; //Proof of Donation set .@itemquantity, 300; // item quantity set .@maxrefine, 10; // Max Refineto your liking 10refiner.txt Edited August 15, 2014 by icabit Quote
VladimirCastro Posted August 15, 2014 Author Posted August 15, 2014 its not working. it says sorry i cant refine this anymore even if the items doesnt have any + Quote
icabit Posted August 16, 2014 Posted August 16, 2014 (edited) its not working. it says sorry i cant refine this anymore even if the items doesnt have any + are you sure that the item that you tested is refinable? *getequipisenableref(<equipment slot>) Will return 1 if the item equipped on the invoking character in the specified equipment slot is refinable, and 0 if it isn't. For a list of equipment slots see 'getequipid'.in my script line 125 if (getequipisenableref(@slot) == 0) goto NOWAY; meaning it checks if the item your trying to refine is refinable if its not it will go to NOWAY NOWAY: mes "Oh my, I can't refine this item!!!"; close; try the script with a regular item like a hat or any armor that you are sure that can be refined. your probably trying to refine your custom item that isnt refinable Edited August 16, 2014 by icabit Quote
greyman15 Posted August 16, 2014 Posted August 16, 2014 (edited) Thanks for the script @Icabit just what i'm looking for Edited August 16, 2014 by greyman15 Quote
VladimirCastro Posted August 20, 2014 Author Posted August 20, 2014 i tried for normal blade didnt even work Quote
Question
VladimirCastro
just wanna ask for this script instant 100% +10 refine for any items. require item is 40pcs pod per 1 pc of +10
5 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.