EQEMu Changelog (Started on Sept 24, 2003 15:50) ------------------------------------------------------- ==12/06/2007 KLS: Fixed logic on duration 7 formula.. again. ==12/02/2007 KLS: Reworked buff duration formula 7 calculations. KLS: (Cripp)Added (Missing?) pathing z rules. ==11/30/2007 FatherNitwit: Reworked pathing z code to be rules based instead of built time options. ==11/29/2007 FatherNitwit: (Derision) Fix BestZ pathing cleanup code top stop hopping. FatherNitwit: (Derision) New fix-z-on-load feature. ==11/28/2007 Rogean: Fixed another no-drop trade hack. ==11/26/2007 KLS: Dynamic zones will now not attempt to boot up more than one instance of the zone if two or more clients request it in quick succession. KLS: Fixed: qglobals will now not be exported for npcs that do not have the qglobal flag set in the perl parser. KLS: Added a new npc special attack 'H' for immune to aggro, mobs with this set should not aggro no matter what a person does to them. KLS: Fixed ATK loading in item bonuses KLS: AEDuration calculation will now take target type into account correctly KLS: Player pets should now persist through a teleport spell KLS: Players will now be able to target themselves for group spells if they are not in a group KLS: Fixed some buff duration oddities. KLS: Level should have somewhat less of an impact for players in the resist code. ==11/14/2007 KLS: Swarm pets should be forced to correctly depop after their owner disappears. KLS: NPCs should be able to use swarm pets correctly now. KLS: #traindisc should no longer learn disciplines over already known disciplines. KLS: Added a few more known spell effects to spdat.h, not implemented any yet KLS: Rez experience should now only goto regular experience, not AA experience. ==11/07/2007 KLS: Reworked swarm pets a bit KLS: Swarm pets should no longer crash zones(I hope) KLS: Swarm pets will now gain all their information from the normal pet tables and the spell data, as a result the aa_swarmpets table is now obsolete. ==11/06/2007 KLS: Reverted client timeouts. KLS: Fixed NPC HP and Mana Regen not loading from DB for NPCs ==11/05/2007 WildcardX: Fixed a bug that prevented player corpse summoning spells from working on Linux platforms. ==11/04/2007 WildcardX: The spell "Reanimation" will no longer restore any player experience. This is a 0% experience resurrection. WildcardX: Corpses moved by a consented player will now remember where it was moved to, even after a zone restart. WildcardX: Necromancers and Shadowknights can now summon corpses belonging to other players. WildcardX: Corrected a bug that would have allowed Necromancers and Shadownights to summon corpses belonging to non-grouped party members. ==11/03/2007 WildcardX: (Cavedude) Implemented perl wrappers for new quest methods supporting the Shadowrest zone implementation. WildcardX: Fixed a bug that prevented a player from experiencing resurrection effects in designated no combat zones. WildcardX: Fixed a bug in graveyard system that could leave a player corpse in the database, but without a location. WildcardX: Fixed a bug that could prevent the corpse decay timer from expiring because the graveyard timer would reset before. WildcardX: Implemented support for the Shadowrest zone. This is configured to be disabled by default. WildcardX: Implemented the command #summonburriedplayercorpse. WildcardX: Implemented the command #getplayerburriedcorpsecount. WildcardX: Implemented the quest function bool summonburriedplayercorpse(int32 char_id, float dest_x, float dest_y, float dest_z, float dest_heading). WildcardX: Implemented the quest function int32 getplayerburriedcorpsecount(int32 char_id). Required SQL: alter table player_corpses add column IsBurried TINYINT(3) NOT NULL default 0; alter table player_corpses add column WasAtGraveyard TINYINT(3) NOT NULL default 0; insert into rule_values values(0, 'Zone:EnableShadowrest', 0); ==11/01/2007 WildcardX: (TheLieka) Bug fix to discontinue player invisibility when the player loots. WildcardX: (TheLieka) Bug fix to remove a type from the #npcedit loottable command. ----- Truncated. See changelog.txt in release for full details.