diff options
author | AtlantisRO <atlas@atlantis-ro.net> | 2016-06-20 13:56:17 -0600 |
---|---|---|
committer | AtlantisRO <atlas@atlantis-ro.net> | 2016-06-20 13:56:17 -0600 |
commit | 13b2f07d3f72f80b7c30852c4066053d5f6105b7 (patch) | |
tree | e772f15b47dd8cd53822aca4a26bcb9500ba5075 /npc/re | |
parent | c9b481bb26a14317964656d95767d52aae30656d (diff) | |
download | hercules-13b2f07d3f72f80b7c30852c4066053d5f6105b7.tar.gz hercules-13b2f07d3f72f80b7c30852c4066053d5f6105b7.tar.bz2 hercules-13b2f07d3f72f80b7c30852c4066053d5f6105b7.tar.xz hercules-13b2f07d3f72f80b7c30852c4066053d5f6105b7.zip |
Added missed npc Scamp in renewal location of izlude from Shadow Rekember quest.
Diffstat (limited to 'npc/re')
-rw-r--r-- | npc/re/quests/quests_lighthalzen.txt | 39 | ||||
-rw-r--r-- | npc/re/scripts.conf | 1 |
2 files changed, 40 insertions, 0 deletions
diff --git a/npc/re/quests/quests_lighthalzen.txt b/npc/re/quests/quests_lighthalzen.txt new file mode 100644 index 000000000..070368a23 --- /dev/null +++ b/npc/re/quests/quests_lighthalzen.txt @@ -0,0 +1,39 @@ +//================= Hercules Script ======================================= +//= _ _ _ +//= | | | | | | +//= | |_| | ___ _ __ ___ _ _| | ___ ___ +//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __| +//= | | | | __/ | | (__| |_| | | __/\__ \ +//= \_| |_/\___|_| \___|\__,_|_|\___||___/ +//================= License =============================================== +//= This file is part of Hercules. +//= http://herc.ws - http://github.com/HerculesWS/Hercules +//= +//= Copyright (C) 2012-2016 Hercules Dev Team +//= Copyright (C) AtlantisRO +//= +//= 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/>. +//========================================================================= +//= Quest NPCs located in Lighthalzen +//================= Description =========================================== +//= Quests related to Lighthalzen City. +//================= Current Version ======================================= +//= 1.0 +//========================================================================= + +izlude,172,73,5 duplicate(Scamp) Scamp#iz 4_M_YURI +izlude_a,172,73,5 duplicate(Scamp) Scamp#iz_a 4_M_YURI +izlude_b,172,73,5 duplicate(Scamp) Scamp#iz_b 4_M_YURI +izlude_c,172,73,5 duplicate(Scamp) Scamp#iz_c 4_M_YURI +izlude_d,172,73,5 duplicate(Scamp) Scamp#iz_d 4_M_YURI diff --git a/npc/re/scripts.conf b/npc/re/scripts.conf index b03ebe46a..7d0a41b29 100644 --- a/npc/re/scripts.conf +++ b/npc/re/scripts.conf @@ -167,6 +167,7 @@ npc: npc/re/quests/quests_dewata.txt npc: npc/re/quests/quests_dicastes.txt npc: npc/re/quests/quests_eclage.txt npc: npc/re/quests/quests_izlude.txt +npc: npc/re/quests/quests_lighthalzen.txt npc: npc/re/quests/quests_malangdo.txt npc: npc/re/quests/quests_malaya.txt npc: npc/re/quests/quests_mora.txt |