diff options
author | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-03-02 11:55:27 +0000 |
---|---|---|
committer | ai4rei <ai4rei@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-03-02 11:55:27 +0000 |
commit | abd68f2f5452c236ee5d023048c38f09764c3cd4 (patch) | |
tree | eaf8c41a1e4eaa8ee18654c1c29f1f5354054518 /conf | |
parent | 9d99ade0a1022ea09287d11c6f3f67b06d5c87f2 (diff) | |
download | hercules-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 'conf')
-rw-r--r-- | conf/msg_athena.conf | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/conf/msg_athena.conf b/conf/msg_athena.conf index a186426e3..1d88c076a 100644 --- a/conf/msg_athena.conf +++ b/conf/msg_athena.conf @@ -423,12 +423,7 @@ 502: Day Mode is activated 503: Night Mode is activated -//Supernovice's Guardian Angel -//actually.. new client msgtxt file contains these 3 lines... [Lupus] -//---------------------------- -504: Guardian Angel, can you hear my voice? ^^; -505: My name is %s, and I'm a Super Novice~ -506: Please help me~ T.T +// 504~506 are not used (previously super novice's guardian angel prayer) // Trade Spoof Messages 507: This player has been banned for %d minute(s). |