v00m3r Posted May 17, 2012 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 291 Reputation: 4 Joined: 04/24/12 Last Seen: January 30, 2014 Share Posted May 17, 2012 (edited) Can I request a Sure +10 Refiner? Im having trouble finding it. This is what it do.. The player Click the NPc and choose the item to plus. To make it +10 the item should not have any refine. and it needs 3 TCG ticket for this.. Thanks in advance.. anyone? Edited May 17, 2012 by v00m3r Quote Link to comment Share on other sites More sharing options...
Rikimaru Posted May 17, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 658 Reputation: 57 Joined: 11/20/11 Last Seen: July 1, 2017 Share Posted May 17, 2012 You could try this one,too,I just added a Derefiner and a Repairman to it,too. Here's the Link : https://rikisscripts.googlecode.com/svn/trunk/npc/Refiner.txt If you want the NPC to refine it just to +10 except to +100 then just change this part : mes "[smith]"; mes "Okay I'm going"; mes "to refine your Equipment"; mes "to +100,Thx for using my Service!"; next; for(set @part,1;@part<101;set @part,@part+1) if(getequipisequiped(@part)) while(getequiprefinerycnt(@part) < 100) successrefitem @part; mes "[smith]"; mes "Congrats Enjoy it!"; close; end; to this : mes "[smith]"; mes "Okay I'm going"; mes "to refine your Equipment"; mes "to +10,Thx for using my Service!"; next; for(set @part,1;@part<11;set @part,@part+1) if(getequipisequiped(@part)) while(getequiprefinerycnt(@part) < 10) successrefitem @part; mes "[smith]"; mes "Congrats Enjoy it!"; close; end; Have fun,I hope that I helped you. Quote Link to comment Share on other sites More sharing options...
Emistry Posted May 17, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Wednesday at 12:29 PM Share Posted May 17, 2012 My Refine Function can do this. Script Release > Script Collection > Emistry Script > Refine Function Quote Link to comment Share on other sites More sharing options...
v00m3r Posted May 17, 2012 Group: Members Topic Count: 53 Topics Per Day: 0.01 Content Count: 291 Reputation: 4 Joined: 04/24/12 Last Seen: January 30, 2014 Author Share Posted May 17, 2012 (edited) My Refine Function can do this. Script Release > Script Collection > Emistry Script > Refine Function thanks ill try this one.. i love your script ^^ Edited May 17, 2012 by v00m3r Quote Link to comment Share on other sites More sharing options...
Question
v00m3r
Can I request a Sure +10 Refiner?
Im having trouble finding it.
This is what it do..
The player Click the NPc and choose the item to plus.
To make it +10 the item should not have any refine. and it needs 3 TCG ticket for this..
Thanks in advance..
anyone?
Edited by v00m3rLink 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.