Jump to content
  • 0

Request NPC Refiner and job changer like RWC


Chickz

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  36
  • Reputation:   0
  • Joined:  03/18/12
  • Last Seen:  

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

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  29
  • Topics Per Day:  0.01
  • Content Count:  375
  • Reputation:   88
  • Joined:  12/30/11
  • Last Seen:  

rathena/trunk/npc/merchants/refine.txt

line 571:

callfunc "refinemain","Hollgrehenn",0;

Change 0 to 1.

Do the same at lines:

575,579,583,587,591,595

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