|
@@ -3,7 +3,7 @@
|
|
//===== By: ==================================================
|
|
//===== By: ==================================================
|
|
//= kobra_k88, Darkchild, x[tsk]
|
|
//= kobra_k88, Darkchild, x[tsk]
|
|
//===== Current Version: =====================================
|
|
//===== Current Version: =====================================
|
|
-//= 1.4a
|
|
|
|
|
|
+//= 1.4b
|
|
//===== Compatible With: =====================================
|
|
//===== Compatible With: =====================================
|
|
//= eAthena 1.0
|
|
//= eAthena 1.0
|
|
//===== Description: =========================================
|
|
//===== Description: =========================================
|
|
@@ -15,6 +15,7 @@
|
|
//= 1.3 Added Bongun's taming item quest. Credits to Lone_Wolf. [SinSloth]
|
|
//= 1.3 Added Bongun's taming item quest. Credits to Lone_Wolf. [SinSloth]
|
|
//= 1.4 Updated Monster taming item quests. [L0ne_W0lf]
|
|
//= 1.4 Updated Monster taming item quests. [L0ne_W0lf]
|
|
//= 1.4a FIXED item requirement for stellar hairpin. [L0ne_W0lf]
|
|
//= 1.4a FIXED item requirement for stellar hairpin. [L0ne_W0lf]
|
|
|
|
+//= 1.4b Fixed the delitem assosiated with the last uptate. [L0ne_W0lf]
|
|
//============================================================
|
|
//============================================================
|
|
|
|
|
|
alberta_in,173,76,4 script Monster Tamer#alb 125,{
|
|
alberta_in,173,76,4 script Monster Tamer#alb 125,{
|
|
@@ -365,7 +366,7 @@ aldeba_in,168,175,4 script Monster Tamer#alde 125,{
|
|
mes "the cute monster you";
|
|
mes "the cute monster you";
|
|
mes "are raising";
|
|
mes "are raising";
|
|
mes "Stellar Hairpin!";
|
|
mes "Stellar Hairpin!";
|
|
- delitem 1148,1; // Stellar
|
|
|
|
|
|
+ delitem 2294,1; // Stellar
|
|
getitem 10011,1; // Stellar_Hairpin
|
|
getitem 10011,1; // Stellar_Hairpin
|
|
close;
|
|
close;
|
|
}
|
|
}
|