Lelouch vi Britannia Posted September 20, 2016 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted September 20, 2016 As i stated on the topic title i need a +100 refine and de-refiner but with equipment selection and required item (ex. 10x Apple). Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted September 24, 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 September 24, 2016 try this https://pastebin.com/ZzsHpHT6 1 Quote Link to comment Share on other sites More sharing options...
0 Stolao Posted September 20, 2016 Group: Developer Topic Count: 48 Topics Per Day: 0.01 Content Count: 1443 Reputation: 344 Joined: 10/17/12 Last Seen: Sunday at 01:58 PM Share Posted September 20, 2016 have you already modded your src and refine _db? Quote Link to comment Share on other sites More sharing options...
0 Lelouch vi Britannia Posted September 21, 2016 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Author Share Posted September 21, 2016 have you already modded your src and refine _db? Yeah i already did. Bump~ :3 Quote Link to comment Share on other sites More sharing options...
0 Lelouch vi Britannia Posted September 28, 2016 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Author Share Posted September 28, 2016 try this https://pastebin.com/ZzsHpHT6 I tryed it and its not working but thanks for helping Quote Link to comment Share on other sites More sharing options...
0 Skorm Posted September 29, 2016 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: April 11 Share Posted September 29, 2016 I tryed it and its not working but thanks for helping You could try using Emistry's script but modifying it to use getitem2 instead which according to a script I wrote years ago "works"? I'm not exactly sure if the stats get modified or w/e, but it's worth a shot... Test Script: new_1-2,95,71,4 script +101 Refiner 100,{ for ( .@i = 1; .@i <= 10; .@i++ ) { if ( getequipisequiped(.@i) && getequipisenableref(.@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
Lelouch vi Britannia
As i stated on the topic title i need a +100 refine and de-refiner but with equipment selection and required item (ex. 10x Apple).
Link to comment
Share on other sites
5 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.