diff options
author | Masao <masao@gmx.ch> | 2013-05-27 22:55:07 +0200 |
---|---|---|
committer | Masao <masao@gmx.ch> | 2013-05-27 23:01:37 +0200 |
commit | b17e2b7eca10674cc9bde7b2f4838bdd29b373dc (patch) | |
tree | 23fa23a47e48026fe49ce36d371f605d97337841 /npc/quests/quests_13_1.txt | |
parent | fe15780e4a60e766c69eca456cf9eed8021284cd (diff) | |
download | hercules-b17e2b7eca10674cc9bde7b2f4838bdd29b373dc.tar.gz hercules-b17e2b7eca10674cc9bde7b2f4838bdd29b373dc.tar.bz2 hercules-b17e2b7eca10674cc9bde7b2f4838bdd29b373dc.tar.xz hercules-b17e2b7eca10674cc9bde7b2f4838bdd29b373dc.zip |
- Added custom HD Refiner NPC Dwarf Mighty Hammer. (Disabled by default.)
* This NPC uses the cash shop HD ores to upgrade your weapon or gear up to +10 when your current gear or weapon is already +7 without breaking it but downgrading it.
- Moved Malaya Port NPC's to re folder and updated the Malaya Port warps.
- Fixed Bug where players weren't able to finish the Guardian of Yggdrasil Quest and didn't get their reward.
- Fixed that players weren't able to start the "Ring of the wise king" and "Finding a Fairy" quest using the Cat Hand Agent warper inside Eden Group Headquarters.
Signed-off-by: Masao <masao@gmx.ch>
Diffstat (limited to 'npc/quests/quests_13_1.txt')
-rw-r--r-- | npc/quests/quests_13_1.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/quests/quests_13_1.txt b/npc/quests/quests_13_1.txt index d585fc6ca..a9dff84d3 100644 --- a/npc/quests/quests_13_1.txt +++ b/npc/quests/quests_13_1.txt @@ -4783,7 +4783,7 @@ mid_camp,240,270,3 script Botanist#ep13 750,{ mid_camp,336,171,1 script Camp Guard#man1 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!"; @@ -4877,7 +4877,7 @@ OnHalt: mid_camp,13,143,5 script Camp Guard#man2 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!"; |