Jump to content
  • 0

Request NPC Refiner and job changer like RWC


Question

Posted

Can i request refiner NPC tt just refine item(s) up to its safe refine limit?

ie: if weapon lv 1 it'll refine up to +7, wep lv 2 +6, wep lv 3 +5, wep lv 4 +4, armor +4 safe refine, but it will not refine higher than that...

Thanks in advance ^^

Solved.

Sry For Bothering i got this script

pvp_y_4-2,138,156,4 script Refiner 813,{

for ( set .@i, 1; .@i <= 6; set .@i, .@i +1 ) {

if ( getequipid(.@i) == -1 ) continue;

switch ( getequipweaponlv(.@i) ) {

case 1: set .@r, 7; break;

case 2: set .@r, 6; break;

case 3: set .@r, 5; break;

default: set .@r, 4;

}

while( getequiprefinerycnt(.@i) < .@r )

successrefitem .@i;

waitingroom "Refiner",0,0,1;

}

end;

}

Credits to another Forums

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...