summaryrefslogtreecommitdiff
path: root/npc/guides/guides_amatsu.txt
diff options
context:
space:
mode:
authorbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-11 20:17:15 +0000
committerbrianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-12-11 20:17:15 +0000
commit4d4d4040ef1ae13f72bca2ca060e869d2d914754 (patch)
tree5b97f26a4ab553608844ad8560ceb0f732239a5e /npc/guides/guides_amatsu.txt
parentfdbec1d35364a6d4fa3ac9d5942e14f5fdf47541 (diff)
downloadhercules-4d4d4040ef1ae13f72bca2ca060e869d2d914754.tar.gz
hercules-4d4d4040ef1ae13f72bca2ca060e869d2d914754.tar.bz2
hercules-4d4d4040ef1ae13f72bca2ca060e869d2d914754.tar.xz
hercules-4d4d4040ef1ae13f72bca2ca060e869d2d914754.zip
- Set svn:eol-style=native for some recently added text files (follow up to r15060).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15062 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guides/guides_amatsu.txt')
-rw-r--r--npc/guides/guides_amatsu.txt216
1 files changed, 108 insertions, 108 deletions
diff --git a/npc/guides/guides_amatsu.txt b/npc/guides/guides_amatsu.txt
index 8fcf0ea57..6bb81586a 100644
--- a/npc/guides/guides_amatsu.txt
+++ b/npc/guides/guides_amatsu.txt
@@ -1,108 +1,108 @@
-//===== eAthena Script =======================================
-//= Amatsu Guide
-//===== By: ==================================================
-//= L0ne_W0lf
-//===== Current Version: =====================================
-//= 1.0
-//===== Compatible With: =====================================
-//= eAthena SVN
-//===== Description: =========================================
-//= [Aegis Conversion]
-//= Guide for the city of Amatsu
-//===== Additional Comments: =================================
-//= 1.0 First version, Renewal guide.
-//============================================================
-
-amatsu,202,91,3 script Amatsu Guide#amatsu 758,{
- mes "[Amachang]";
- mes "Welcome to ^8B4513Amatsu^000000,";
- mes "the town of kind towners";
- mes "and beautiful cherry blossoms.";
- next;
- mes "[Amachang]";
- mes "I'm Amachang,";
- mes "the 13th Miss Amatsu.";
- mes "I will guide you about town";
- mes "as Miss Amatsu.";
- mes "Please tell me";
- mes "if you want to know something.";
- while (1) {
- next;
- switch(select("[ Kafra Employee ]:[ Bar ]:[ Weapon Dealer ]:[ Tool Dealer ]:[ Amatsu Palace ]:[ Chef Assistant ]:[ Ninja Guild Building ]:[ Sea Captain ]:Remove Marks from Mini-Map:Cancel")) {
- case 1:
- mes "[Amachang]";
- mes "The ^0000FFKafra Employee^000000 is";
- mes "marked on your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,102,149,0,0x0A82FF;
- break;
- case 2:
- mes "[Amachang]";
- mes "The ^006400Bar^000000 is";
- mes "marked on your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,215,116,1,0xAAFF00;
- break;
- case 3:
- mes "[Amachang]";
- mes "The ^008080Weapon Dealer^000000 is";
- mes "marked on your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,129,117,2,0x008080;
- break;
- case 4:
- mes "[Amachang]";
- mes "The ^FF1493Tool Dealer^000000 is";
- mes "marked on your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,97,117,3,0xFF1493;
- break;
- case 5:
- mes "[Amachang]";
- mes "The ^8B4513Amatsu Palace^000000 is";
- mes "marked on your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,87,235,4,0x8B4513;
- break;
- case 6:
- mes "[Amachang]";
- mes "The ^8A2BE2Chef Assistant^000000 is";
- mes "marked on your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,206,150,5,0x8A2BE2;
- break;
- case 7:
- mes "[Amachang]";
- mes "The ^4B0082Ninja Guild Building^000000 is";
- mes "marked on your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,148,137,6,0x4B0082;
- break;
- case 8:
- mes "[Amachang]";
- mes "The ^00BFFFSea Captain^000000 is";
- mes "marked on your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 1,195,79,7,0x00BFFF;
- break;
- case 9:
- mes "[Amachang]";
- mes "I'll remove all marks from your mini-map.";
- mes "Is there anything else I can do for you?";
- viewpoint 2,1,1,0,0xFFFFFF;
- viewpoint 2,1,1,1,0xFFFFFF;
- viewpoint 2,1,1,2,0xFFFFFF;
- viewpoint 2,1,1,3,0xFFFFFF;
- viewpoint 2,1,1,4,0xFFFFFF;
- viewpoint 2,1,1,5,0xFFFFFF;
- viewpoint 2,1,1,6,0xFFFFFF;
- viewpoint 2,1,1,7,0xFFFFFF;
- break;
- case 10:
- mes "[Amachang]";
- mes "Enjoy your trip~!!";
- close;
- }
- }
-}
-
+//===== eAthena Script =======================================
+//= Amatsu Guide
+//===== By: ==================================================
+//= L0ne_W0lf
+//===== Current Version: =====================================
+//= 1.0
+//===== Compatible With: =====================================
+//= eAthena SVN
+//===== Description: =========================================
+//= [Aegis Conversion]
+//= Guide for the city of Amatsu
+//===== Additional Comments: =================================
+//= 1.0 First version, Renewal guide.
+//============================================================
+
+amatsu,202,91,3 script Amatsu Guide#amatsu 758,{
+ mes "[Amachang]";
+ mes "Welcome to ^8B4513Amatsu^000000,";
+ mes "the town of kind towners";
+ mes "and beautiful cherry blossoms.";
+ next;
+ mes "[Amachang]";
+ mes "I'm Amachang,";
+ mes "the 13th Miss Amatsu.";
+ mes "I will guide you about town";
+ mes "as Miss Amatsu.";
+ mes "Please tell me";
+ mes "if you want to know something.";
+ while (1) {
+ next;
+ switch(select("[ Kafra Employee ]:[ Bar ]:[ Weapon Dealer ]:[ Tool Dealer ]:[ Amatsu Palace ]:[ Chef Assistant ]:[ Ninja Guild Building ]:[ Sea Captain ]:Remove Marks from Mini-Map:Cancel")) {
+ case 1:
+ mes "[Amachang]";
+ mes "The ^0000FFKafra Employee^000000 is";
+ mes "marked on your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,102,149,0,0x0A82FF;
+ break;
+ case 2:
+ mes "[Amachang]";
+ mes "The ^006400Bar^000000 is";
+ mes "marked on your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,215,116,1,0xAAFF00;
+ break;
+ case 3:
+ mes "[Amachang]";
+ mes "The ^008080Weapon Dealer^000000 is";
+ mes "marked on your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,129,117,2,0x008080;
+ break;
+ case 4:
+ mes "[Amachang]";
+ mes "The ^FF1493Tool Dealer^000000 is";
+ mes "marked on your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,97,117,3,0xFF1493;
+ break;
+ case 5:
+ mes "[Amachang]";
+ mes "The ^8B4513Amatsu Palace^000000 is";
+ mes "marked on your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,87,235,4,0x8B4513;
+ break;
+ case 6:
+ mes "[Amachang]";
+ mes "The ^8A2BE2Chef Assistant^000000 is";
+ mes "marked on your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,206,150,5,0x8A2BE2;
+ break;
+ case 7:
+ mes "[Amachang]";
+ mes "The ^4B0082Ninja Guild Building^000000 is";
+ mes "marked on your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,148,137,6,0x4B0082;
+ break;
+ case 8:
+ mes "[Amachang]";
+ mes "The ^00BFFFSea Captain^000000 is";
+ mes "marked on your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 1,195,79,7,0x00BFFF;
+ break;
+ case 9:
+ mes "[Amachang]";
+ mes "I'll remove all marks from your mini-map.";
+ mes "Is there anything else I can do for you?";
+ viewpoint 2,1,1,0,0xFFFFFF;
+ viewpoint 2,1,1,1,0xFFFFFF;
+ viewpoint 2,1,1,2,0xFFFFFF;
+ viewpoint 2,1,1,3,0xFFFFFF;
+ viewpoint 2,1,1,4,0xFFFFFF;
+ viewpoint 2,1,1,5,0xFFFFFF;
+ viewpoint 2,1,1,6,0xFFFFFF;
+ viewpoint 2,1,1,7,0xFFFFFF;
+ break;
+ case 10:
+ mes "[Amachang]";
+ mes "Enjoy your trip~!!";
+ close;
+ }
+ }
+}
+