summaryrefslogtreecommitdiff
path: root/npc/Changelog.txt
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-02 01:15:07 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-02 01:15:07 +0000
commite8c89d85b61e53646b8a243618a27bd4b06cb7f1 (patch)
treed8f7a41c9fd45c58bf4013566cc3425434abedb6 /npc/Changelog.txt
parent95667bfa39da665dc6da8fd4fc354c658774824e (diff)
downloadhercules-e8c89d85b61e53646b8a243618a27bd4b06cb7f1.tar.gz
hercules-e8c89d85b61e53646b8a243618a27bd4b06cb7f1.tar.bz2
hercules-e8c89d85b61e53646b8a243618a27bd4b06cb7f1.tar.xz
hercules-e8c89d85b61e53646b8a243618a27bd4b06cb7f1.zip
* Rather large update to the WoE scripts.
- Eliminated unofficial map-broadcasts (opening treasures/guardian death.) - Fixed several errors in guardian spawning (script-wise.) - Treasure spawning itself is done weird... What exactly is the last paramater for anyway? Near as I can see it's ALWAYS 1. Why is it used? what does it do? Why is it undocumented? Mysteries and more! - Updated dialog and restructured several NPCs. * Created a unique function for novice WoE as the new manager does not support it. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11633 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/Changelog.txt')
-rw-r--r--npc/Changelog.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 5ff1c8590..836ae1ad4 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,6 +1,14 @@
Date Added
======
2007/11/01
+ * Rev. 11633 Rather large update to the WoE scripts. [L0ne_W0lf]
+ - Eliminated unofficial map-broadcasts (opening treasures/guardian death.)
+ - Fixed several errors in guardian spawning (script-wise.)
+ - Treasure spawning itself is done weird... What exactly is the last
+ paramater for anyway? Near as I can see it's ALWAYS 1. Why is it used?
+ what does it do? Why is it undocumented? Mysteries and more!
+ - Updated dialog and restructured several NPCs.
+ * Created a unique function for novice WoE as the new manager does not support it.
* Added timers to trigger OnAgitEliminate after Emperium is broken
(this was previously done from inside the source code) [ultramage]
2007/10/31