diff options
author | Dastgir <dastgir@users.noreply.github.com> | 2016-06-21 05:22:48 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-21 05:22:48 +0530 |
commit | fdc5307d320ae0e3eef2e2a8f1d939e91a552d10 (patch) | |
tree | 71531a59154bb977121719cbfa55f3e544a383b8 | |
parent | d024776296cf76f08994fc5162eafde95d04dc93 (diff) | |
parent | 13b2f07d3f72f80b7c30852c4066053d5f6105b7 (diff) | |
download | hercules-fdc5307d320ae0e3eef2e2a8f1d939e91a552d10.tar.gz hercules-fdc5307d320ae0e3eef2e2a8f1d939e91a552d10.tar.bz2 hercules-fdc5307d320ae0e3eef2e2a8f1d939e91a552d10.tar.xz hercules-fdc5307d320ae0e3eef2e2a8f1d939e91a552d10.zip |
Merge pull request #1318 from AtlantisRO/master
Added missed npc Scamp in renewal location of izlude from Shadow Rekember quest.
-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 |