PewN Posted November 29, 2012 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
Emistry Posted November 29, 2012 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
QQfoolsorellina Posted November 30, 2012 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
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 TrojanWorm4 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.