PapaZola Posted January 20, 2012 Posted January 20, 2012 hello all may i request npc refiner using 50 poring coin to refine middle and lower like using commands @refine 512 010(For Middle) @refine 1 010(For Lower) thx all bump Quote
GenGen Posted January 23, 2012 Posted January 23, 2012 prontera,100,100,5 script refine 100,{ mes "[ Refine ]"; mes "You would like me to refine which part?"; mes "Each +1 refine, I need 50 poring coins"; swtch(select("Middle headgear:Lower headgear")){ case 1: next; if(countitem(7539<50) goto takcukup; mes "[ Refine ]"; mes "yeehaa! I just succesfully refine your equipment by 1"; atcommand "@refine 512 1"; close; case 2: next; if(countitem(7539<50) goto takcukup; mes "[ Refine ]"; mes "yeehaa! I just succesfully refine your equipment by 1"; atcommand "@refine 1 1"; close; } takcukup: mes "[ Refine ]"; mes "You dont have the item requirements"; close; } try this. Quote
Emistry Posted January 24, 2012 Posted January 24, 2012 you can try this also ~ http://rathena.org/board/topic/53320-%e2%99%a5-e-m-i-s-t-r-y-s-s-c-r-i-p-t-s-%e2%99%a5/page__view__findpost__p__71628 if you want it to use 50 items...then edit this if( !countitem( getarg(0) ) ) and this delitem getarg(0),1; Quote
Question
PapaZola
hello all
may i request npc refiner using 50 poring coin to refine middle and lower like using commands
@refine 512 010(For Middle)
@refine 1 010(For Lower)
thx all
bump
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.