diff options
author | Masao <masao@gmx.ch> | 2013-05-28 18:24:15 +0200 |
---|---|---|
committer | Masao <masao@gmx.ch> | 2013-05-28 18:24:44 +0200 |
commit | 80510a00c928c1da9bf22a01c1f617e744cfe6f5 (patch) | |
tree | d001b3a4bbb601d81a7fbe8da35510c208b66f21 /npc/quests | |
parent | 035213e85a4a62f92b5ff3a32d4db0a6fa0c0593 (diff) | |
download | hercules-80510a00c928c1da9bf22a01c1f617e744cfe6f5.tar.gz hercules-80510a00c928c1da9bf22a01c1f617e744cfe6f5.tar.bz2 hercules-80510a00c928c1da9bf22a01c1f617e744cfe6f5.tar.xz hercules-80510a00c928c1da9bf22a01c1f617e744cfe6f5.zip |
Follow up from my last commit.
- Updated the custom HD Refiner with it's original file. Credits and a big thanks to Euphy.
- Restored official authorship of Malaya Port Warps and fixed an minor issue.
- Forgot to add an check in episode 13.1 quest.
- Removed an not yet ready instance for Malaya Port from the scripts.conf file.
Again an big thanks to Euphy for pointing out those issues.
Signed-off-by: Masao <masao@gmx.ch>
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/quests_13_1.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index a9dff84d3..78c843ae5 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -4939,7 +4939,7 @@ OnHalt: mid_camp,9,215,5 script Camp Guard#man3 852,{ if (ep13_animal == 0) { - if (ep13_newbs == 6 || ep13_newbs == 19) goto OnHalt; + if (ep13_newbs == 6 || ep13_newbs == 19 || ep13_start == 100) goto OnHalt; else { mes "[Camp Guard]"; mes "Stop!"; |