Super Arki Posted October 31, 2015 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 30 Reputation: 0 Joined: 10/25/15 Last Seen: March 28, 2020 Share Posted October 31, 2015 Hi. Is it possible to have this script? Like instant refine to +100 and derefine by 10? Thank you! Quote Link to comment Share on other sites More sharing options...
Haziel Posted October 31, 2015 Group: Content Moderator Topic Count: 22 Topics Per Day: 0.00 Content Count: 639 Reputation: 609 Joined: 11/25/11 Last Seen: March 7 Share Posted October 31, 2015 Did you made the needed Source Mods to accomplish this request? Quote Link to comment Share on other sites More sharing options...
Super Arki Posted October 31, 2015 Group: Members Topic Count: 18 Topics Per Day: 0.01 Content Count: 30 Reputation: 0 Joined: 10/25/15 Last Seen: March 28, 2020 Author Share Posted October 31, 2015 (edited) Yes. I did. The one i'm requesting is an npc for +100 auto refine. If possible. Edited October 31, 2015 by Super Arki Quote Link to comment Share on other sites More sharing options...
Elsa Mist Posted October 31, 2015 Group: Members Topic Count: 23 Topics Per Day: 0.01 Content Count: 387 Reputation: 60 Joined: 10/08/13 Last Seen: July 14, 2022 Share Posted October 31, 2015 prontera,151,180,6 script +100 Refiner 100,{ for ( .@i = 1; .@i <= 10; .@i++ ) { if ( getequipisequiped(.@i) ) { .@id = getequipid(.@i); .@ref = getequiprefinerycnt(.@i); .@card1 = getequipcardid( .@i, 0 ); .@card2 = getequipcardid( .@i, 1 ); .@card3 = getequipcardid( .@i, 2 ); .@card4 = getequipcardid( .@i, 3 ); delitem2 .@id, 1, 1, .@ref, 0, .@card1, .@card2, .@card3, .@card4; getitem2 .@id, 1, 1, 101, 0, .@card1, .@card2, .@card3, .@card4; equip .@id; } } end; } Quote Link to comment Share on other sites More sharing options...
Question
Super Arki
Hi. Is it possible to have this script? Like instant refine to +100 and derefine by 10? Thank you!
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.