Jump to content
  • 0

Old NPC Refiner on SHR Server Problem


PewN

Question


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

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 by TrojanWorm
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2351
  • Joined:  10/28/11
  • Last Seen:  

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..

bd69I.png

but i think there is a bug......because my test server MAX_REFINE was 20 ...

the refine was stopped at 21 ...cant go higher......

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  209
  • Topics Per Day:  0.05
  • Content Count:  892
  • Reputation:   27
  • Joined:  12/09/11
  • Last Seen:  

ya the same Emistry like mine

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   104
  • Joined:  11/19/11
  • Last Seen:  

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 by QQfoolsorellina
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...