diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:34:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-25 18:36:21 +0300 |
commit | 23a94d16832820bc955b7085e25d625c52b87799 (patch) | |
tree | bedf88e96dca5805fb2dc225a3fe89a48cb252fd /npc/pre-re/guides/guides_amatsu.txt | |
parent | 777fe98ba1ea18a6dbcd7586ba05ba51164c2bb6 (diff) | |
download | hercules-23a94d16832820bc955b7085e25d625c52b87799.tar.gz hercules-23a94d16832820bc955b7085e25d625c52b87799.tar.bz2 hercules-23a94d16832820bc955b7085e25d625c52b87799.tar.xz hercules-23a94d16832820bc955b7085e25d625c52b87799.zip |
Remove conf dir.
Diffstat (limited to 'npc/pre-re/guides/guides_amatsu.txt')
-rw-r--r-- | npc/pre-re/guides/guides_amatsu.txt | 138 |
1 files changed, 0 insertions, 138 deletions
diff --git a/npc/pre-re/guides/guides_amatsu.txt b/npc/pre-re/guides/guides_amatsu.txt deleted file mode 100644 index 3409b71ae..000000000 --- a/npc/pre-re/guides/guides_amatsu.txt +++ /dev/null @@ -1,138 +0,0 @@ -//================= Hercules Script ======================================= -//= _ _ _ -//= | | | | | | -//= | |_| | ___ _ __ ___ _ _| | ___ ___ -//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| -//= | | | | __/ | | (__| |_| | | __/\__ \ -//= \_| |_/\___|_| \___|\__,_|_|\___||___/ -//================= License =============================================== -//= This file is part of Hercules. -//= http://herc.ws - http://github.com/HerculesWS/Hercules -//= -//= Copyright (C) 2012-2015 Hercules Dev Team -//= Copyright (C) Silent -//= Copyright (C) L0ne_W0lf -//= Copyright (C) MasterOfMuppets -//= -//= Hercules is free software: you can redistribute it and/or modify -//= it under the terms of the GNU General Public License as published by -//= the Free Software Foundation, either version 3 of the License, or -//= (at your option) any later version. -//= -//= This program is distributed in the hope that it will be useful, -//= but WITHOUT ANY WARRANTY; without even the implied warranty of -//= MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//= GNU General Public License for more details. -//= -//= You should have received a copy of the GNU General Public License -//= along with this program. If not, see <http://www.gnu.org/licenses/>. -//========================================================================= -//= Amatsu Guides (Pre-Renewal) -//================= Description =========================================== -//= Guides for the City of Amatsu -//================= Current Version ======================================= -//= 1.3 -//========================================================================= - -amatsu,207,89,3 script Amatsu Guide#ama 4_F_JPN,{ - mes "[Amachang]"; - mes "Welcome to Amatsu,"; - 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."; - next; - switch(select("Palace", "Tool Shop", "Weapon Shop", "Bar")) { - case 1: - viewpoint 1,85,235,0,0xFF3355; - mes "[Amachang]"; - mes "On the mini-map,"; - mes "go to ^FF3355+^000000"; - mes "to find the Palace."; - mes "Have a good time"; - mes "in Amatsu."; - close; - case 2: - viewpoint 1,96,118,1,0xCE6300; - mes "[Amachang]"; - mes "On the mini-map,"; - mes "go to ^CE6300+^000000"; - mes "to find the Tool Shop."; - mes "Have a good time"; - mes "in Amatsu."; - close; - case 3: - viewpoint 1,132,117,2,0x55FF33; - mes "[Amachang]"; - mes "On the mini-map,"; - mes "go to ^55FF33+^000000"; - mes "to find the Weapon Shop."; - mes "Have a good time"; - mes "in Amatsu."; - close; - case 4: - viewpoint 1,217,116,3,0x3355FF; - mes "[Amachang]"; - mes "On the mini-map,"; - mes "go to ^3355FF+^000000"; - mes "to find the Bar."; - mes "Have a good time"; - mes "in Amatsu."; - close; - } -} - -amatsu,251,283,4 script Guide Man#2ama 8_M_JPNSOLDIER,{ - mes "[Guide Man]"; - mes "Welcome, tourist from Rune-Midgard."; - mes "I'm the guide of"; - mes "our beautiful town, Amatsu."; - next; - mes "[Guide Man]"; - mes "What are you looking for?"; - next; - switch(select("Palace", "Tool Shop", "Weapon Shop", "Bar")) { - case 1: - viewpoint 1,85,235,0,0xFF3355; - mes "[Guide Man]"; - mes "On the mini-map,"; - mes "go to ^FF3355+^000000"; - mes "to find the Palace."; - mes "Have a good time"; - mes "in Amatsu."; - close; - case 2: - viewpoint 1,96,118,1,0xCE6300; - mes "[Guide Man]"; - mes "On the mini-map,"; - mes "go to ^CE6300+^000000"; - mes "to find the Tool Shop."; - mes "Have a good time"; - mes "in Amatsu."; - close; - case 3: - viewpoint 1,132,117,2,0x55FF33; - mes "[Guide Man]"; - mes "On the mini-map,"; - mes "go to ^55FF33+^000000"; - mes "to find the Weapon Shop."; - mes "Have a good time"; - mes "in Amatsu."; - close; - case 4: - viewpoint 1,217,116,3,0x3355FF; - mes "[Guide Man]"; - mes "On the mini-map,"; - mes "go to ^3355FF+^000000"; - mes "to find the Bar."; - mes "Have a good time"; - mes "in Amatsu."; - close; - } -} |