Diconfrost VaNz Posted March 16, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: Saturday at 06:24 PM Share Posted March 16, 2016 +10 Refine all items aside from accessories. Will use 10 pcs of 6101, 7711 and 7179 as payment. Thanks! Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted March 17, 2016 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 March 17, 2016 https://pastebin.com/jcenzgNQ 1 Quote Link to comment Share on other sites More sharing options...
0 PandaLovesHamster Posted March 16, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 452 Reputation: 35 Joined: 12/18/14 Last Seen: May 30, 2016 Share Posted March 16, 2016 (edited) //Panda Collections //Sure +10 All Equips Refiner //Requested by Diconfrost VaNz pvp_y_1-4,104,130,5 script Refine 123,{ mes "[ Donation Refining ]"; mes "I can refine all your equipment to +10."; mes "Fee is ...."; menu "Pay the fee",-; for(set .@i,0; .@i < getarraysize(.required); .@i++){ if(countitem(.required[.@i]) < .required_amt[.@i]){ mes "Not Enough.."; close; } } if (getequipisequiped(1)){ set .@upper,getequipid(1); set .@upper_card,getequipcardid(1,0); failedrefitem 1; getitem2 .@upper,1,1,10,0,.@upper_card,0,0,0; } if (getequipisequiped(2)){ set .@armor,getequipid(2); set .@armor_card,getequipcardid(2,0); failedrefitem 2; getitem2 .@armor,1,1,10,0,.@armor_card,0,0,0; } if (getequipisequiped(3)){ set .@left,getequipid(3); set .@left_card1,getequipcardid(3,0); set .@left_card2,getequipcardid(3,1); set .@left_card3,getequipcardid(3,2); set .@left_card4,getequipcardid(3,3); failedrefitem 3; getitem2 .@left,1,1,10,0,.@left_card1,.@left_card2,.@left_card3,.@left_card4; } if (getequipisequiped(4)){ set .@right,getequipid(4); set .@right_card1,getequipcardid(4,0); set .@right_card2,getequipcardid(4,1); set .@right_card3,getequipcardid(4,2); set .@right_card4,getequipcardid(4,3); failedrefitem 4; getitem2 .@right,1,1,10,0,.@right_card1,.@right_card2,.@right_card3,.@right_card4; } if (getequipisequiped(5)){ set .@garment,getequipid(5); set .@garment_card,getequipcardid(5,0); failedrefitem 5; getitem2 .@garment,1,1,10,0,.@garment_card,0,0,0; } if (getequipisequiped(6)){ set .@shoes,getequipid(6); set .@shoes_card,getequipcardid(6,0); failedrefitem 6; getitem2 .@shoes,1,1,10,0,.@shoes_card,0,0,0; } if (getequipisequiped(9)){ set .@middle,getequipid(9); set .@middle_card,getequipcardid(9,0); failedrefitem 9; getitem2 .@middle,1,1,10,0,.@middle_card,0,0,0; } if (getequipisequiped(10)){ set .@lower,getequipid(10); set .@lower_card,getequipcardid(10,0); failedrefitem 10; getitem2 .@lower,1,1,10,0,.@lower_card,0,0,0; } for(set .@i,0; .@i < getarraysize(.required); .@i++){ delitem .required[.@i],.required_amt[.@i]; } next; mes "There you go."; close; end; OnInit: setarray .required,501,502,503,504; setarray .required_amt,1,2,3,4; end; } Here ya go. Description: - Refines ALL ITEMS except for Accessories - Check OnInit for settings -- Adding this to my script collections Edited March 16, 2016 by PandaLovesHamster Quote Link to comment Share on other sites More sharing options...
0 Diconfrost VaNz Posted March 17, 2016 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 996 Reputation: 47 Joined: 11/13/11 Last Seen: Saturday at 06:24 PM Author Share Posted March 17, 2016 OnInit: setarray .required,501,502,503,504; setarray .required_amt,1,2,3,4; end; I'll just change this one, right? Quote Link to comment Share on other sites More sharing options...
0 iJanus Posted March 18, 2016 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 46 Reputation: 0 Joined: 11/05/13 Last Seen: July 13, 2016 Share Posted March 18, 2016 can i ask some script for my npc +10 refiner donation that will upgrade any item not ( all ) just any item they like don't include the accessories here's what i'm gonna use. 10 pcs of 6101, 7711 and 7179 as payment. Thanks in advance ! i need single items only thanks up ! Quote Link to comment Share on other sites More sharing options...
Question
Diconfrost VaNz
+10 Refine all items aside from accessories.
Will use 10 pcs of 6101, 7711 and 7179 as payment.
Thanks!
Link to comment
Share on other sites
4 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.