diff options
author | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-12 13:26:17 +0000 |
---|---|---|
committer | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-04-12 13:26:17 +0000 |
commit | 5eece313e0f3e06e4d22e903c63e43492f6403e5 (patch) | |
tree | 36e6e770f06837cd96df1c843c984d0a8c37a828 /npc/airports | |
parent | 3afdcebb1403dc43b0c38457763e98c5b4b6588b (diff) | |
download | hercules-5eece313e0f3e06e4d22e903c63e43492f6403e5.tar.gz hercules-5eece313e0f3e06e4d22e903c63e43492f6403e5.tar.bz2 hercules-5eece313e0f3e06e4d22e903c63e43492f6403e5.tar.xz hercules-5eece313e0f3e06e4d22e903c63e43492f6403e5.zip |
Blah blah.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6009 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/airports')
-rw-r--r-- | npc/airports/airships.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/airports/airships.txt b/npc/airports/airships.txt index cc4dbf43e..6a31967b3 100644 --- a/npc/airports/airships.txt +++ b/npc/airports/airships.txt @@ -112,13 +112,13 @@ OnTimer130000: donpcevent "#AirshipWarp-2::OnHide";
disablenpc "#AirshipWarp-1";
disablenpc "#AirshipWarp-2";
- mapannounce "airplane.gat","The Airship is leaving the ground. Our next destination is Lighthalzen.",1,0xFF6347;
+ mapannounce "airplane.gat","The Airship is leaving the ground. Our next destination is Lighthalzen.",1,0xFF8600;
end;
OnTimer145000:
- mapannounce "airplane.gat","We are heading to Lighthalzen.",1,0xFF6347;
+ mapannounce "airplane.gat","We are heading to Lighthalzen.",1,0xFF8600;
end;
OnTimer160000:
- mapannounce "airplane.gat","We will arrive in Lighthalzen shortly.",1,0xFF6347;
+ mapannounce "airplane.gat","We will arrive in Lighthalzen shortly.",1,0xFF8600;
end;
OnTimer175000:
set $airplanelocation,3;
@@ -126,10 +126,10 @@ OnTimer175000: enablenpc "#AirshipWarp-2";
donpcevent "#AirshipWarp-1::OnUnhide";
donpcevent "#AirshipWarp-2::OnUnhide";
- mapannounce "airplane.gat","Welcome to Lighthalzen. Have a safe trip.",1,0xFF6347;
+ mapannounce "airplane.gat","Welcome to Lighthalzen. Have a safe trip.",1,0xFF8600;
end;
OnTimer185000:
- mapannounce "airplane.gat","Currently we are in Lighthalzen. The Airship will leave shortly.",1,0xFF6347;
+ mapannounce "airplane.gat","Currently we are in Lighthalzen. The Airship will leave shortly.",1,0xFF8600;
end;
OnTimer195000:
set $airplanelocation,0;
|