|
@@ -3,7 +3,7 @@
|
|
|
//===== By: ==================================================
|
|
|
//= MasterOfMuppets
|
|
|
//===== Current Version: =====================================
|
|
|
-//= 1.2
|
|
|
+//= 1.3
|
|
|
//===== Compatible With: =====================================
|
|
|
//= eAthena
|
|
|
//===== Description: =========================================
|
|
@@ -12,6 +12,7 @@
|
|
|
//= 1.0 First version. [MasterOfMuppets]
|
|
|
//= 1.1 Updated several aspects of the script. [L0ne_W0lf]
|
|
|
//= 1.2 Minor Touchups to quest. [L0ne_W0lf]
|
|
|
+//= 1.3 Fixed a typo with a variable. [L0ne_W0lf]
|
|
|
//============================================================
|
|
|
|
|
|
yuno,164,200,4 script Noyee#G 101,{
|
|
@@ -1075,7 +1076,7 @@ que_god01,55,47,3 script Researcher#G3 803,{
|
|
|
set .@count_sl_1,.@count_sl_1 + 1;
|
|
|
}
|
|
|
next;
|
|
|
- if (count_sl_1 > 14) {
|
|
|
+ if (.@count_sl_1 > 14) {
|
|
|
mes "[Kurdt]";
|
|
|
mes "Ah....!";
|
|
|
mes "The materials you have should be enough for me to conduct my experiment. Thank you so much.";
|