* Rev. 10891 Fixed a Little bug on "How does the Airship Works" Quest.
-Thanks to Tantarian git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10891 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
aa7733ce2e
commit
a0267ae9f1
@ -1,5 +1,8 @@
|
|||||||
Date Added
|
Date Added
|
||||||
======
|
======
|
||||||
|
2007/07/22
|
||||||
|
* Rev. 10891 Fixed a Little bug on "How does the Airship Works" Quest. [Samuray22]
|
||||||
|
-Thanks to Tantarian
|
||||||
2007/07/21
|
2007/07/21
|
||||||
* Rev. 10889 Updated "Titicupe: Headgears" Quest to the Official One. [Samuray22]
|
* Rev. 10889 Updated "Titicupe: Headgears" Quest to the Official One. [Samuray22]
|
||||||
- Blush, Cake Hat, Candle, Chef Hat, Raccoon Hat, Rainbow Eggshell,
|
- Blush, Cake Hat, Candle, Chef Hat, Raccoon Hat, Rainbow Eggshell,
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
//===== By: ==================================================
|
//===== By: ==================================================
|
||||||
//= MasterOfMuppets
|
//= MasterOfMuppets
|
||||||
//===== Current Version: =====================================
|
//===== Current Version: =====================================
|
||||||
//= 0.8b
|
//= 0.9
|
||||||
//===== Compatible With: =====================================
|
//===== Compatible With: =====================================
|
||||||
//= eAthena SVN 3422+(Requires jA Script System)
|
//= eAthena SVN 3422+(Requires jA Script System)
|
||||||
//===== Description: =========================================
|
//===== Description: =========================================
|
||||||
@ -24,7 +24,8 @@
|
|||||||
//= Corrected Dialogs from some NPCs.
|
//= Corrected Dialogs from some NPCs.
|
||||||
//= Added sistem to work with the "How Does the Airship Work" Quest [Samuray22]
|
//= 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.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]
|
//= 0.8b Fixed a Little Bug with the "How Does the Airship Work" Quest. [Samuray22]
|
||||||
|
//= 0.9 Fixed a incorrect variable changed form "mob_inv" to "mobinv". [Samuray22]
|
||||||
//============================================================
|
//============================================================
|
||||||
|
|
||||||
//============================================================
|
//============================================================
|
||||||
@ -667,7 +668,7 @@ while(1)
|
|||||||
mapannounce "airplane_01","The Airship is leaving the ground. Our next destination is Izlude.",1,0x00FF00;
|
mapannounce "airplane_01","The Airship is leaving the ground. Our next destination is Izlude.",1,0x00FF00;
|
||||||
end;
|
end;
|
||||||
OnTimer15000:
|
OnTimer15000:
|
||||||
set $@mobinv, $@mob_inv+1;
|
set $@mobinv, $@mobinv+1;
|
||||||
set $@mobrand, rand(1,3);
|
set $@mobrand, rand(1,3);
|
||||||
if($@mobinv >= 9 && $@mobrand == 3) {
|
if($@mobinv >= 9 && $@mobrand == 3) {
|
||||||
stopnpctimer;
|
stopnpctimer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user