Fix an issue where emote messages would overflow the buffer of 256 by increasing the size and changing some of the initialization

Added a custom Health Update message that will display in the middle of the players screen, to enable this server wide you must enable rule 'Character:MarqueeHPUpdates'
(Haynar) Fixed some runspeed issues with Perl and LUA scripts
(Haynar) Updated #showstats and #npcstats for new speed calcs to display speeds again in familiar float format.
(Haynar) Improved client movement while AI Controlled, such as feared and charmed.  Movement will be much smoother from clients perspective.
This commit is contained in:
Akkadius
2015-07-01 01:23:00 -05:00
parent b71e856c8c
commit 2bf49be855
9 changed files with 33 additions and 1 deletions
@@ -0,0 +1 @@
INSERT INTO `rule_values` (`rule_name`, `rule_value`, `notes`) VALUES ('Character:MarqueeHPUpdates', 'false', 'Will show Health % in center of screen < 100%');