diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-30 16:39:29 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-30 16:39:29 +0000 |
commit | c82f1a6a2a81c9a0eda1355c17e01b710d46f009 (patch) | |
tree | 3abdce4b6fcc86312649b4a7f75387772bb2ee07 /npc/Changelog.txt | |
parent | 17d52c1f1d7bc8f6f25e7e41c23752d5be9c4229 (diff) | |
download | hercules-c82f1a6a2a81c9a0eda1355c17e01b710d46f009.tar.gz hercules-c82f1a6a2a81c9a0eda1355c17e01b710d46f009.tar.bz2 hercules-c82f1a6a2a81c9a0eda1355c17e01b710d46f009.tar.xz hercules-c82f1a6a2a81c9a0eda1355c17e01b710d46f009.zip |
* Even more Fixes to the Kiel Hyre Quest
- Exit will now enable if you are just retrieving the Ring, keeps you from getting stuck.
- Corrected "KH_Kielh02", was setting off a debug, invalid map index. Should have been "kh_Kiehl02"
- Made .KHQuestBusy$ into a temp global variable. $@KHQuestBusy$.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10417 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/Changelog.txt')
-rw-r--r-- | npc/Changelog.txt | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 5ba10d339..3ff91c853 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,13 +1,18 @@ Date Added ====== 2007/05/01 + * Even more Fixes to the Kiel Hyre Quest [L0ne_W0lf] + - Exit will now enable if you are just retrieving the Ring, keeps you from getting stuck. + - Corrected "KH_Kielh02", was setting off a debug, invalid map index. Should have been "kh_Kiehl02" + - Made .KHQuestBusy$ into a temp global variable. $@KHQuestBusy$. * Updated some Gunslinger quests. [SinSloth] - Inferno Quest updated to official. - Garrison Quest updated to official, thanks to Lazarus^. - * Elly now deletes the Iron_Box, and Kiel Hyre deletes the Pin. [L0ne_W0lf] - * More security on the 5th Big Door, now makes sure no one outside of who acticated it initially can use it. Resets after 10 minutes to make it. [L0ne_W0lf] - * Made it so that you need to be at least step 84 to activate the final door. [L0ne_W0lf] - * Corrected not deleting Allysia's Ring from inventory. [L0ne_W0lf] + * More Fixes to the Kiel Hyre Quest [L0ne_W0lf] + - Elly now deletes the Iron_Box, and Kiel Hyre deletes the Pin. [L0ne_W0lf] + - More security on the 5th Big Door, now makes sure no one outside of who acticated it initially can use it. Resets after 10 minutes to make it. + - Made it so that you need to be at least step 84 to activate the final door. + - Corrected not deleting Allysia's Ring from inventory. 2007/04/30 * Fixed small bug in custom JobChanger. [Paradox924X] * Updated Gunslinger weapon Destroyer Quest to official. Thanks to Sinoco [SinSloth] @@ -15,8 +20,8 @@ Date Added * Added $ephiroth's veins/nameless warps update [ultramage] 2007/04/29 * More squashed bugs with if checking in Kiel Hyre quest. [L0ne_W0lf] - * Another bug fixed in the Kiel Hyre quest. (&& instead of ||) [L0ne_W0lf] - * Fixed doors not resetting in kh_kiehl01 after 30 second timer is up. [L0ne_W0lf] + - Another bug fixed in the Kiel Hyre quest. (&& instead of ||) + - Fixed doors not resetting in kh_kiehl01 after 30 second timer is up. * Updated Hotel Employee from Einbroch [Samuray22] * Added AirShip Ticket Quest [Samuray22] * Updated Ammo Casing NPC Kenny to official version [SinSloth] |