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 | |
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')
-rw-r--r-- | npc/airports/airships.txt | 20 | ||||
-rw-r--r-- | npc/airports/einbroch.txt | 8 | ||||
-rw-r--r-- | npc/airports/lighthalzen.txt | 8 | ||||
-rw-r--r-- | npc/airports/rachel.txt | 2 | ||||
-rw-r--r-- | npc/airports/yuno.txt | 8 |
5 files changed, 23 insertions, 23 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~"; diff --git a/npc/airports/einbroch.txt b/npc/airports/einbroch.txt index 8143c68bf..4ad8749a7 100644 --- a/npc/airports/einbroch.txt +++ b/npc/airports/einbroch.txt @@ -1,12 +1,12 @@ //===== Hercules Script ====================================== //= Einbroch Airport Staff -//===== By: ================================================== +//===== By: ================================================== //= L0ne_W0lf, Muad_Dib -//===== Description: ========================================= +//===== Description: ========================================= //= Einbroch Airport Staff -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= Official NPCs. -//============================================================ +//============================================================ airport,143,43,5 script Airport Staff#airport1a::airport1 90,{ mes "[Airport Staff]"; diff --git a/npc/airports/lighthalzen.txt b/npc/airports/lighthalzen.txt index 817e4b2c3..7fbe8ae6d 100644 --- a/npc/airports/lighthalzen.txt +++ b/npc/airports/lighthalzen.txt @@ -1,12 +1,12 @@ //===== Hercules Script ====================================== //= Lighthalzen Airport Staff -//===== By: ================================================== +//===== By: ================================================== //= L0ne_W0lf, Muad_Dib -//===== Description: ========================================= +//===== Description: ========================================= //= Lighthalzen Airport Staff -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= Official NPCs. -//============================================================ +//============================================================ lhz_airport,143,43,5 script Airport Staff#lhz_air1a::lhz_airport1 90,{ mes "[Airport Staff]"; diff --git a/npc/airports/rachel.txt b/npc/airports/rachel.txt index fce302cbc..88c48cd16 100644 --- a/npc/airports/rachel.txt +++ b/npc/airports/rachel.txt @@ -31,4 +31,4 @@ OnTouch: } mes "Thank you, please come again."; close; -} +}
\ No newline at end of file diff --git a/npc/airports/yuno.txt b/npc/airports/yuno.txt index ffcade3cc..0d2ba73a8 100644 --- a/npc/airports/yuno.txt +++ b/npc/airports/yuno.txt @@ -1,12 +1,12 @@ //===== Hercules Script ====================================== //= Yuno Airport Staff -//===== By: ================================================== +//===== By: ================================================== //= L0ne_W0lf, Muad_Dib -//===== Description: ========================================= +//===== Description: ========================================= //= Yuno Airport Staff -//===== Additional Comments: ================================= +//===== Additional Comments: ================================= //= Official NPCs. -//============================================================ +//============================================================ y_airport,143,43,5 script Airport Staff#y_air1a::y_airport1 90,{ mes "[Airport Staff]"; |