PewN Posted November 29, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share Posted November 29, 2012 (edited) i have a problem regarding on my refiner i update my trunk cuz on my old trunk (3ceam) i use this refiner and it's work fine gonryun,150,112,5 script Ultimate Refiner 966,{ set .MaxRefine,75; set @Menu$,""; for( set .@i,1; .@i <= 10; set .@i,.@i + 1 ){ set @Menu$, @Menu$ + (( getequipid( .@i ) != -1 || getequiprefinerycnt( @menu ) >= .MaxRefine )?getitemname( getequipid( .@i ) ):"" )+":"; } select( @Menu$ ); mes "How many time You want to Refine ^0000FF"+getitemname( getequipid( @menu ) )+"^000000 ."; mes "^FF0000Equipment Max Refine = "+.MaxRefine+" ^000000"; input @Refine,0,.MaxRefine; if( !@Refine ) close; do{ if( getequiprefinerycnt( @menu ) >= .MaxRefine ) break; successrefitem @menu; set @Refine,@Refine - 1; }while( @Refine ); mes "There you go."; close; } but when i use it on rathena svn i try to refine my item but it's +11 only how can i fix it like on 3ceam Edited November 29, 2012 by TrojanWorm Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 29, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Yesterday at 05:32 PM Share Posted November 29, 2012 i think it's the official behaviour of this refine command now....or it might have some flaw...or bug.... it cant refine more than the MAX_REFINE value that set inside the source... the command will simply upgrade the item...but still give back item with same refine.. but i think there is a bug......because my test server MAX_REFINE was 20 ... the refine was stopped at 21 ...cant go higher...... Quote Link to comment Share on other sites More sharing options...
PewN Posted November 30, 2012 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Author Share Posted November 30, 2012 ya the same Emistry like mine Quote Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted November 30, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share Posted November 30, 2012 (edited) same problem here, dunno why stop at MAX_REFINE+1 not stop at MAX_REFINE but I prefer old successrefitem mode could by pass the MAX_REFINE haha~ maybe this issue should be post in bug report section? Edited November 30, 2012 by QQfoolsorellina Quote Link to comment Share on other sites More sharing options...
Currently Posted December 15, 2012 Group: Members Topic Count: 162 Topics Per Day: 0.03 Content Count: 313 Reputation: 1 Joined: 01/22/12 Last Seen: November 17, 2023 Share Posted December 15, 2012 Bump? Quote Link to comment Share on other sites More sharing options...
Question
PewN
i have a problem regarding on my refiner i update my trunk
cuz on my old trunk (3ceam) i use this refiner and it's work fine
but when i use it on rathena svn i try to refine my item but it's +11 only how can i fix it like on 3ceam
Edited by TrojanWormLink 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.