summaryrefslogtreecommitdiff
path: root/npc/airports
diff options
context:
space:
mode:
authorSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-15 16:01:40 +0000
committerSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-15 16:01:40 +0000
commit6a71384339ee2f4c194dd6afcddd14374dba95ec (patch)
tree8e786917a0dd1dd3293106b6de6a98a8fe2f2520 /npc/airports
parent3cbb53133257184daad49cebfdcf6c27330a06e7 (diff)
downloadhercules-6a71384339ee2f4c194dd6afcddd14374dba95ec.tar.gz
hercules-6a71384339ee2f4c194dd6afcddd14374dba95ec.tar.bz2
hercules-6a71384339ee2f4c194dd6afcddd14374dba95ec.tar.xz
hercules-6a71384339ee2f4c194dd6afcddd14374dba95ec.zip
* Added all Hugel-related quests. Thanks to MasterOfMuppets for scripting most of them.
- Updated some Hugel, Lighthalzen, Einbroch and Airship NPCs regarding those new quests. - Moved a lot of Hugel NPCs to proper quest file. * Added Odin Temple Excavation quest. - Updated Hugel warps and Odin Temple Sailor according to the quest. * Added Heart Fragment quest. * Updated Ayothaya's Ring quest to official. Credits to MasterOfMuppets. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10772 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/airports')
-rw-r--r--npc/airports/airships.txt31
1 files changed, 10 insertions, 21 deletions
diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt
index 5ab544dc5..d3693d351 100644
--- a/npc/airports/airships.txt
+++ b/npc/airports/airships.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= MasterOfMuppets
//===== Current Version: =====================================
-//= 0.7
+//= 0.8
//===== Compatible With: =====================================
//= eAthena SVN 3422+(Requires jA Script System)
//===== Description: =========================================
@@ -23,6 +23,7 @@
//= 0.7 Implemented Few Missings NPCs like (Pilot, Aanos, etc...).
//= 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]
//============================================================
//============================================================
@@ -364,19 +365,6 @@ s_Material:
}
-airplane,33,69,4 script Kaci 73,{
- callfunc "applegamble","Kaci";
- end;
-
- OnLose:
- emotion e_wah;
- end;
-
- OnWin:
- emotion e_no1;
- end;
-}
-
airplane,80,71,4 script Zerta 834,{
mes "[Zerta]";
mes "Oh, hello adventurer.";
@@ -757,7 +745,7 @@ OnTimer195000:
OnReturn:
killmonsterall "airplane_01";
set $@mobinv, 0;
- mapannounce "airplane_01","Monster thread nullfied. The Airship is now returning to normal operation.",1,0x00FF00;
+ mapannounce "airplane_01","Monster threat nullfied. The Airship is now returning to normal operation.",1,0x00FF00;
startnpctimer;
end;
}
@@ -813,6 +801,12 @@ airplane_01,69,63,2 script Old Man#06 55,{
}
airplane_01,33,68,4 script Clarice 74,{
+ mes "[Clarice]";
+ mes "Hi, I'm Clarice~";
+ mes "How would you like";
+ mes "to wager some Apples";
+ mes "in a friendly game of Dice?";
+ next;
callfunc "applegamble","Clarice";
end;
}
@@ -1042,12 +1036,7 @@ yuno,88,263,5 duplicate(Airship Staff) Airship Staff#yuno02 91
//============================================================
function script applegamble {
- mes "["+getarg(0)+"]";
- mes "Hi, I'm "+getarg(0)+"~";
- mes "How would you like";
- mes "to wager some Apples";
- mes "in a friendly game of Dice?";
- next;
+
switch(select("Play Dice Game:Learn Dice Game Rules:Cancel")){
case 3:
mes "["+getarg(0)+"]";