summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
diff options
context:
space:
mode:
authorai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-03-02 11:55:27 +0000
committerai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec>2011-03-02 11:55:27 +0000
commitabd68f2f5452c236ee5d023048c38f09764c3cd4 (patch)
treeeaf8c41a1e4eaa8ee18654c1c29f1f5354054518 /Changelog-Trunk.txt
parent9d99ade0a1022ea09287d11c6f3f67b06d5c87f2 (diff)
downloadhercules-abd68f2f5452c236ee5d023048c38f09764c3cd4.tar.gz
hercules-abd68f2f5452c236ee5d023048c38f09764c3cd4.tar.bz2
hercules-abd68f2f5452c236ee5d023048c38f09764c3cd4.tar.xz
hercules-abd68f2f5452c236ee5d023048c38f09764c3cd4.zip
* Updates to the super novice's guardian angel prayer effect and related handling code.
- Removed the server-side chat tracking code (since r492) responsible for invoking the effect, since this functionality is handled by the client (invocation also processed by the server). This also fixes the missing 7 lines requirement on the server-side handling (bugreport:4786). - Updated the checks in the client-invoked code part and documented the packet. - Now only the prayer in client-side data\msgstringtable.txt (lines 791~794) applies. - The prayer is no longer blocked by noskill-restrictions. - Exp at 0% and 100% no longer causes the effect to trigger. - Fixed the exp percent check to also check one digit after the decimal point (requirement is 10.0% not 10%). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14729 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r--Changelog-Trunk.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt
index e65c95a51..307423d68 100644
--- a/Changelog-Trunk.txt
+++ b/Changelog-Trunk.txt
@@ -1,5 +1,13 @@
Date Added
+2011/03/02
+ * Updates to the super novice's guardian angel prayer effect and related handling code. [Ai4rei]
+ - Removed the server-side chat tracking code (since r492) responsible for invoking the effect, since this functionality is handled by the client (invocation also processed by the server). This also fixes the missing 7 lines requirement on the server-side handling (bugreport:4786).
+ - Updated the checks in the client-invoked code part and documented the packet.
+ - Now only the prayer in client-side data\msgstringtable.txt (lines 791~794) applies.
+ - The prayer is no longer blocked by noskill-restrictions.
+ - Exp at 0% and 100% no longer causes the effect to trigger.
+ - Fixed the exp percent check to also check one digit after the decimal point (requirement is 10.0% not 10%).
2011/03/01
* Fixed packet 0x839 (new guild member expel notification) was expected on clients 2010-06-08aRagexeRE~2010-07-30aRagexeRE, although those do not implement it (bugreport:4789, since r14718, related r14368). [Ai4rei]
2011/02/26