Item Refiner
Posted November 25, 2014
This NPC requires a specific item that you can modify as payment for refinement of an equipped item.
https://rathena.org/board/topic/99263-refine-ticket-custom/#comment-274783
Default Configuration:
setarray .cost, // Ticket cost per level.
1, 1, 1, 1, 1, 1, 1, 1, 1, 1, // 1~10
2, 2, 2, 2, 2, 2, 2, 2, 2, 2, // 11~20
5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5; // 21~31
.ref_cap = 10; // An item must be at least this refine before it can be refined by this npc. 0 disabled.
.max_ref = 31; // This is the max refine. 0 disabled.
.min_ref = 10; // This is the min refine. 0 disabled.
.chk_rf_able = 1; // Check if the item is refine-able? 0 disabled.
.chk_rf_prct = 0; // Check refine-able percentages? 0 disabled.
.chk_rf_gtim = 0; // The npc will switch to getitem if the refine cap is too high. 0 disabled.