|
@@ -3,7 +3,7 @@
|
|
|
//===== By: ==================================================
|
|
|
//= MasterOfMuppets
|
|
|
//===== Current Version: =====================================
|
|
|
-//= 0.8
|
|
|
+//= 0.8b
|
|
|
//===== Compatible With: =====================================
|
|
|
//= eAthena SVN 3422+(Requires jA Script System)
|
|
|
//===== Description: =========================================
|
|
@@ -24,6 +24,7 @@
|
|
|
//= Corrected Dialogs from some NPCs.
|
|
|
//= Added sistem to work with the "How Does the Airship Work" Quest [Samuray22]
|
|
|
//= 0.8 Moved Gambling NPC Kaci since it's part of a quest. [SinSloth]
|
|
|
+//= 0.9 Fixed a Little Bug with the "How Does the Airship Work" Quest. [Samuray22]
|
|
|
//============================================================
|
|
|
|
|
|
//============================================================
|
|
@@ -668,7 +669,7 @@ while(1)
|
|
|
OnTimer15000:
|
|
|
set $@mobinv, $@mob_inv+1;
|
|
|
set $@mobrand, rand(1,3);
|
|
|
- if($@mobinv == 9 && $@mobrand == 3) {
|
|
|
+ if($@mobinv >= 9 && $@mobrand == 3) {
|
|
|
stopnpctimer;
|
|
|
enablenpc "Quest_Izl";
|
|
|
donpcevent "Quest_Izl::OnInvasion";
|