diff options
Diffstat (limited to 'npc/re/guides/guides_umbala.txt')
-rw-r--r-- | npc/re/guides/guides_umbala.txt | 121 |
1 files changed, 0 insertions, 121 deletions
diff --git a/npc/re/guides/guides_umbala.txt b/npc/re/guides/guides_umbala.txt deleted file mode 100644 index e8bb6b257..000000000 --- a/npc/re/guides/guides_umbala.txt +++ /dev/null @@ -1,121 +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) Euphy -//= Copyright (C) L0ne_W0lf -//= -//= 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/>. -//========================================================================= -//= Umbala Guides (Renewal) -//================= Description =========================================== -//= Guides for the city of Umbala. -//================= Current Version ======================================= -//= 1.1 -//========================================================================= - -umbala,128,94,3 script Umbala Guide#01umbala::GuideUmbala 4_F_GON,{ - mes "[Umbala Guide]"; - mes "Welcome to ^8B4513Umbala^000000,"; - mes "the Village of the Utan Tribe."; - next; - mes "[Umbala Guide]"; - mes "Since I have been exploring here for several months."; - mes "I am familiar with this area's geography and the points of interest in this village."; - mes "Do you need help navigating the village?"; - F_Navi("[Umbala Guide]"); - while (1) { - next; - switch(select("[ Kafra Employee ]", "[ Chief's House ]", "[ Shaman's House ]", "[ Weapon Shop ]", "[ Tool Shop ]", "[ Bungee Jump Area ]", "[ Tree of Yggdrasil ]", "Remove Marks from Mini-Map", "Cancel")) { - case 1: - mes "[Umbala Guide]"; - mes "Let me mark the location of the"; - mes "^0000FFKafra Employee^000000"; - mes "on your mini-map."; - mes "Would you like to check any other locations?"; - viewpoint 1,87,160,0,0x0A82FF; - break; - case 2: - mes "[Umbala Guide]"; - mes "Only the "+F_Navi("Chief","umbala,68,251","^006400")+" knows the language of the outside world."; - mes "So you'd better visit him before anything else."; - mes "Would you like to check any other locations?"; - viewpoint 1,68,251,1,0xAAFF00; - break; - case 3: - mes "[Umbala Guide]"; - mes "The "+F_Navi("Shaman","umbala,219,188","^008080")+" has some sort of mystic power."; - mes "People say she can create rough enchanted stones, and divide a pure enchanted stone into rough ones."; - mes "Would you like to check any other locations?"; - viewpoint 1,219,188,2,0x008080; - break; - case 4: - mes "[Umbala Guide]"; - mes "The "+F_Navi("Weapon Shop","umbala,125,155","^FF1493")+" inside Umbala"; - mes "supplies the weapons"; - mes "for defending against their enemies."; - mes "Would you like to check any other locations?"; - viewpoint 1,125,155,3,0xFF1493; - break; - case 5: - mes "[Umbala Guide]"; - mes "There are many useful things for"; - mes "traveling in the "+F_Navi("Tool Shop","umbala,136,127","^8B4513")+" in Umbala."; - mes "Would you like to check any other locations?"; - viewpoint 1,136,127,4,0x8B4513; - break; - case 6: - mes "[Umbala Guide]"; - mes "Umbala has a unique locale called"; - mes "the "+F_Navi("Bungee Jump Area","umbala,138,198")+"."; - mes "If you're interested in testing"; - mes "your courage, why don't you try it."; - mes "Would you like to check any other locations?"; - viewpoint 1,221,176,5,0x9400D3; - break; - case 7: - mes "[Umbala Guide]"; - mes "There's the "+F_Navi("Tree of Yggdrasil","umbala,107,284")+" in the northern part of town."; - mes "You should pay it a visit since that's a place I recommend when you visit Umbala."; - mes "Would you like to check any other locations?"; - viewpoint 1,107,284,6,0xA52A2A; - break; - case 8: - mes "[Umbala Guide]"; - mes "Sure, 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; - break; - case 9: - mes "[Umbala Guide]"; - mes "Be safe on your travels."; - close; - } - } -} -umbala,99,158,3 duplicate(GuideUmbala) Umbala Guide#02umbala 4_F_GON |