diff options
author | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-08 02:11:31 +0000 |
---|---|---|
committer | daegaladh <daegaladh@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-08-08 02:11:31 +0000 |
commit | d4fbc693bd0c76d4ab354510b2077c05d55fe036 (patch) | |
tree | 67b8fa2776b72e801c4e32f51b852e811a254336 /npc/quests/quests_13_1.txt | |
parent | d40c687bc4bb85fabddc92e9c3abc9ac5c88ec1c (diff) | |
download | hercules-d4fbc693bd0c76d4ab354510b2077c05d55fe036.tar.gz hercules-d4fbc693bd0c76d4ab354510b2077c05d55fe036.tar.bz2 hercules-d4fbc693bd0c76d4ab354510b2077c05d55fe036.tar.xz hercules-d4fbc693bd0c76d4ab354510b2077c05d55fe036.zip |
-Follow up r16601, a better way to avoid players getting quest 10078 without setting ep13_ryu variable to 22 (it's a weird bug D:).
-Follow up r16602, removed korean characters.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16603 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_13_1.txt')
-rw-r--r-- | npc/quests/quests_13_1.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index 5637916dc..b86e393c2 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -1882,12 +1882,12 @@ moc_fild22b,230,197,5 script Munkenro#2 967,{ mes "[Munkenro]"; mes "Ok, just have a good adventure."; next; + set ep13_ryu,22; + changequest 10077,10078; + donpcevent "Head of the Alliance#moo::OnEnable"; mes "[Munkenro]"; mes "If you are too late,"; mes "it will be considered as a failure, so come back soon."; - donpcevent "Head of the Alliance#moo::OnEnable"; - if (checkquest(10078) == -1) changequest 10077,10078; - set ep13_ryu,22; close; case 2: mes "[Munkenro]"; |