diff options
author | euphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2013-03-31 01:19:36 +0000 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-04-11 16:29:34 -0300 |
commit | 53369ab05d2f087d826b5fbb2dcb335a1ac59a1d (patch) | |
tree | c7cf2e833c13005702b658d538f672956268221a /npc/re/quests/quests_dicastes.txt | |
parent | 4519b9f207fec921433843278198a8ff886c9a72 (diff) | |
download | hercules-53369ab05d2f087d826b5fbb2dcb335a1ac59a1d.tar.gz hercules-53369ab05d2f087d826b5fbb2dcb335a1ac59a1d.tar.bz2 hercules-53369ab05d2f087d826b5fbb2dcb335a1ac59a1d.tar.xz hercules-53369ab05d2f087d826b5fbb2dcb335a1ac59a1d.zip |
* Added "Play with Baby Cats" to Malangdo quests.
* Updated quest_db with all remaining Malangdo entries.
* Temporariliy added new coordinates to Warlock job quest to match new Morroc map. (tid:80650)
* Fixed some misplaced 'close2' commands in El Dicastes quests (incl. bugreport:7431).
* Moved equip index constants in pc.h so that equip_index no longer needs to updating. (follow-up r17221, Hercules ea42e92)
* Minor changes to script_commands.txt.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@17224 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/quests/quests_dicastes.txt')
-rw-r--r-- | npc/re/quests/quests_dicastes.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/re/quests/quests_dicastes.txt b/npc/re/quests/quests_dicastes.txt index bf5317195..e55ed80a6 100644 --- a/npc/re/quests/quests_dicastes.txt +++ b/npc/re/quests/quests_dicastes.txt @@ -308,7 +308,7 @@ OnTouch: donpcevent "Suspicious Guy#ep133_::OnDisable"; mes "The guy in all black disappeared suddenly."; mes "Who was that?"; - close2; + close; } end; } @@ -339,7 +339,7 @@ OnEnable: mes "[Capital City Guard]"; mes "Access to the city is restricted from other races without permits."; mes "Please go back."; - close2; + close; } else if (ep13_3_invite == 5) { mes "[Capital City Guard]"; @@ -383,7 +383,7 @@ OnEnable: mes "[Capital City Guard]"; mes "Unknown situation occurred. Case " + strnpcinfo(2); mes "Please inquiry with a GM."; - close2; + close; } dic_fild01,146,281,5 duplicate(Guard#ep133_11) Capital City Guard#1 492 dic_fild01,153,281,3 duplicate(Guard#ep133_11) Capital City Guard#2 450 |