diff options
author | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
---|---|---|
committer | Michieru <michieru@0-mail.com> | 2013-10-24 12:10:43 +0200 |
commit | e3afdc2af4c5e50c79237ee092e25f39b7428e47 (patch) | |
tree | 20cfd05dd6fc2e3e53173ef059f045cee1526d58 /npc/airports/airships.txt | |
parent | 491892212d338903179909b89a5bfc2385e52261 (diff) | |
download | hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.gz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.bz2 hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.tar.xz hercules-e3afdc2af4c5e50c79237ee092e25f39b7428e47.zip |
Update to last rAthena npc.
Fix some typos
change sc_bleeding to -> sc_blooding
Updated RE EXP for quests_brasilis.txt
Diffstat (limited to 'npc/airports/airships.txt')
-rw-r--r-- | npc/airports/airships.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt index b45d20312..2b708e1ef 100644 --- a/npc/airports/airships.txt +++ b/npc/airports/airships.txt @@ -19,13 +19,13 @@ airplane,243,73,0 script #AirshipWarp-1 45,1,1,{ OnInit: OnHide: - misceffect 16; + specialeffect EF_BASH; disablenpc strnpcinfo(0); end; OnUnhide: enablenpc strnpcinfo(0); - misceffect 215; + specialeffect EF_SUMMONSLAVE; end; OnTouch: @@ -643,10 +643,10 @@ airplane,50,66,5 script Apple Merchant#airplane 86,{ } } -//============================================================ +//============================================================ //= International Airship Route //= ... -> Izlude -> Juno -> Rachel -> ... -//============================================================ +//============================================================ airplane_01,243,73,0 script #AirshipWarp-3 45,1,1,{ end; @@ -665,13 +665,13 @@ OnTouch: OnInit: OnHide: - misceffect 16; + specialeffect EF_BASH; disablenpc strnpcinfo(0); end; OnUnhide: enablenpc strnpcinfo(0); - misceffect 215; + specialeffect EF_SUMMONSLAVE; end; } @@ -1054,9 +1054,9 @@ airplane_01,71,31,2 script Swordsman Shimizu#air_01 106,{ close; } -//============================================================ +//============================================================ //= Typing Challenge -//============================================================ +//============================================================ airplane_01,32,61,4 script Nils#ein 49,1,1,{ mes "[Nils]"; mes "Welcome to the"; @@ -1229,9 +1229,9 @@ airplane_01,32,61,4 script Nils#ein 49,1,1,{ } } -//============================================================ +//============================================================ //= Apple Gambling -//============================================================ +//============================================================ airplane_01,33,68,4 script Clarice 74,{ mes "[Clarice]"; mes "Hi, I'm Clarice~"; |