diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-01 17:24:46 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-06-01 17:24:46 +0000 |
commit | 4d8e702854729bd31e9c78c9309f584b91f6e48a (patch) | |
tree | 6df75552dab85c93439b10e2c02d1d4ffecc58a6 /npc/Changelog.txt | |
parent | a17ffd75612eb736367fa0bdb3ec1b109c1f762b (diff) | |
download | hercules-4d8e702854729bd31e9c78c9309f584b91f6e48a.tar.gz hercules-4d8e702854729bd31e9c78c9309f584b91f6e48a.tar.bz2 hercules-4d8e702854729bd31e9c78c9309f584b91f6e48a.tar.xz hercules-4d8e702854729bd31e9c78c9309f584b91f6e48a.zip |
* Updated NPC dialogs and cutins using Aegis 10.3 files.
- Fixed error with the present checking. (Lupus beat me to committing)
- Changed the reward checking to use callsub (fixed the flow of the script)
- Optimized and changed the flow of things slightly.
- Temporary character variables "@" are now ".@"
- Fixed some indentation.
- Changed item names to item IDs
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10659 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/Changelog.txt')
-rw-r--r-- | npc/Changelog.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index d19c024e7..7c162af3c 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,14 @@ Date Added ====== 2007/06/01 + * Rev. 10659 Bard job quest updates. [L0ne_W0lf] + - Updated NPC dialogs and cutins using Aegis 10.3 files. + - Fixed error with the present checking. (Lupus beat me to commiting) + - Changed the reward checking to use callsub (fixed the flow of the script) + - Optimized and changed the flow of things slightly. + - Temporary character variables "@" are now ".@" + - Fixed some indentation. + - Changed item names to item IDs * In thana Quest you may enter either "Charmstone" or "Charm Stone" [Lupus] - Fixed bug in new Crusader Quest, optimized, changed common NPC names to more unique. - Fixed 2 bugs in Bard Job Quest |