PapaZola Posted January 20, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Share 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 Link to comment Share on other sites More sharing options...
GenGen Posted January 23, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 46 Reputation: 0 Joined: 11/22/11 Last Seen: Thursday at 04:39 PM Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted January 24, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share 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 Link to comment Share on other sites More sharing options...
PapaZola Posted January 24, 2012 Group: Members Topic Count: 318 Topics Per Day: 0.07 Content Count: 925 Reputation: 33 Joined: 12/05/11 Last Seen: September 20, 2023 Author Share Posted January 24, 2012 thx sir emistry and GenGen Quote Link to comment Share on other sites More sharing options...
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
Link to comment
Share on other sites
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.