|
@@ -3,7 +3,7 @@
|
|
|
//===== By: ==================================================
|
|
|
//= Euphy
|
|
|
//===== Current Version: =====================================
|
|
|
-//= 1.0
|
|
|
+//= 1.1
|
|
|
//===== Compatible With: =====================================
|
|
|
//= rAthena Project
|
|
|
//===== Description: =========================================
|
|
@@ -13,6 +13,7 @@
|
|
|
//= NOTE: This NPC is currently disabled on official servers.
|
|
|
//===== Additional Comments: =================================
|
|
|
//= 1.0 First version. [Euphy]
|
|
|
+//= 1.1 Do not refine above ticket level. [Euphy]
|
|
|
//============================================================
|
|
|
|
|
|
// Main NPC :: safety_Ref_NPC
|
|
@@ -150,7 +151,7 @@ prontera,184,177,6 script Refine Master 851,{
|
|
|
mes "Please report this.";
|
|
|
close;
|
|
|
}
|
|
|
- successrefitem .@part, .@ticket_lv;
|
|
|
+ successrefitem .@part, .@ticket_lv - getequiprefinerycnt(.@part);
|
|
|
next;
|
|
|
emotion e_ho;
|
|
|
mes "[Refine Master]";
|