Releases: EQEmu/Server
Releases · EQEmu/Server
v22.26.1
v22.26.0
Bug
- Additional Wild Ramp param was causing an overflow it appears at least on local testing. (#3589) @fryguy503 2023-09-11
Commands
Feature
- Add Defensive Proc Rules for Level Gap Penalty (#3580) @Kinglykrab 2023-09-17
- Add opcodes for Cast and Scribe book buttons (#3578) @hgtw 2023-09-17
- Cleanup Group Split Money Logic (#3583) @crdunwel 2023-09-17
Fixes
- AA System Fixes (#3572) @KimLS 2023-09-17
- Check for Song Skill Increase on Bard Pulse (#3586) @crdunwel 2023-09-17
- Fix #set faction/#setfaction Command (#3575) @Kinglykrab 2023-09-02
- Fix Killed XYZH support in EVENT_DEATH in Perl. (#3591) @Kinglykrab 2023-09-17
- Fix entity ID on death with #castspell (#3592) @Kinglykrab 2023-09-17
- Zoning logging edge case safety @Akkadius 2023-08-29
Logging
- Add logging to track down Wild Ramp issue (#3588) @fryguy503 2023-09-11
Messages
- Remove duplicate message on tracking begin (#3574) @noudess 2023-09-11
- Swarm pet normal damage messages were missing (#3594) @noudess 2023-09-17
Quest API
- Add ApplySpell() and SetBuffDuration() overloads to Perl/Lua (#3576) @Kinglykrab 2023-09-17
- Add XYZ/XYZH Overloads to Cross Zone Move Methods (#3581) @Kinglykrab 2023-09-17
v22.25.0
Bots
- Add Support for Mana Pool AA Bonuses. (#3571) @Aeadoin 2023-08-21
- Remove In-Game Command References to Bot Groups (#3545) @Aeadoin 2023-08-13
Bug
- Escape item name in trader audit. (#3540) @fryguy503 2023-08-13
CMake
- Add cmake option to re-enable MSVC warnings (#3537) @hgtw 2023-08-13
- Define perlbind option for all targets (#3538) @hgtw 2023-08-13
Charm
Combat Messages
Database
- Change primary key entry to NOT NULL (#3559) @joligario 2023-08-20
- Extend dumper CLI utility to export static instance data (#3562) @Akkadius 2023-08-20
Expansions
Feature
- Add adjustability for AERampage Range. (#3548) @fryguy503 2023-08-20
- Change #reload zone to reload zone headers globally. (#3557) @Kinglykrab 2023-08-20
- Change money type to all lower case as EQ live money shares and split has it that way. (#3550) @regneq 2023-08-18
Fixes
- Add character_stats_record to player tables @Akkadius 2023-08-11
- Bots no longer drop group on death, and raid fixes. (#3542) @Aeadoin 2023-08-13
- Bots will now load AAs properly when spawned. (#3544) @Aeadoin 2023-08-13
- Clearing target window on CHARM wear off had a side effect (#3570) @noudess 2023-08-21
- Fix #motd/#set motd Command (#3558) @Kinglykrab 2023-08-20
- Fix Bot::CheckDataBucket to work with Owner Buckets. (#3552) @Aeadoin 2023-08-18
- Fix to zoning logging exception @Akkadius 2023-08-29
- Instance GetUnusedInstanceID crash fox @Akkadius 2023-08-21
- Minor adjustment to formula calc position to fix modifier bug. (#3565) @Valorith 2023-08-21
Instances
- Honor reserved instances (#3563) @joligario 2023-08-21
- Refine id selection (#3568) @joligario 2023-08-29
Logging
Quest API
Rules
- Add FinalRaidExpMultiplier Rule (#3554) @Valorith 2023-08-20
- Add a rule to adjust the randomization range for Wizard\Caster Merc innate critical ratio. (#3543) @catapultam-habeo 2023-08-13
- Add rule to restrict hand in of quest items to quest flagged NPCs. (#3536) @Valorith 2023-08-13
- Add rule to toggle pets accepting quest items (#3533) @Valorith 2023-08-06
- Also reload rules in world when #reload rules invoked (#3566) @Akkadius 2023-08-21
- Correct explanation of Bots:ManaRegen (#3569) @Aeadoin 2023-08-21
Spawns
- Fixes a rarer issue where spawn2 is not being properly content filtered @Akkadius 2023-08-13
v22.24.0
Character
Code
- Cleanup #view zone_loot Command (#3523) @Kinglykrab 2023-08-02
- Remove Strings::Commify from all identifier values (#3528) @Kinglykrab 2023-08-02
Feature
- Add Support for Drakkin Heritage Illusions (#3521) @Kinglykrab 2023-08-01
Fixes
- Bug fix for raid mark NPC across zones (#3525) @neckkola 2023-08-05
- Bugs table should not target content database (#3535) @Akkadius 2023-08-05
- Fix +/- 0.1 XYZ Door Manipulation (#3527) @Kinglykrab 2023-08-02
- Fix issue with mob scanning when trying to use EVENT_SPAWN (#3529) @Akkadius 2023-08-04
Quest API
v22.23.0
Databuckets
Fixes
- Fix #gm top level alias for #set gm (#3517) @Kinglykrab 2023-07-30
- Fix Appearance Issues (#3520) @Kinglykrab 2023-08-01
- Fix NPC Cast Events not parsing properly. (#3518) @Kinglykrab 2023-08-01
Scaling/Bug Fix
v22.22.1
v22.22.0
Code
- Fix casing in corpse money and decay time. (#3511) @Kinglykrab 2023-07-23
Crash Fix
- Guard against Spells:MaxTotalSlotsPET being set above client allowed maximum. (#3507) @Valorith 2023-07-22
Data Buckets
- Distributed Databucket Caching (#3500) @Kinglykrab 2023-07-24
Database
- Fix console output in database:dump --dump-output-to-console @Akkadius 2023-07-25
Fixes
- Escape search string in #find item (#3510) @Kinglykrab 2023-07-22
Quest API
- Add GetMobTypeIdentifier() to Perl/Lua (#3512) @Kinglykrab 2023-07-28
Saylink
v22.21.2
v22.21.1
Bug
- Show Petition and Show Petition_Info fix (#3503) @fryguy503 2023-07-18
Code
Databuckets
- Fix issue with expired databuckets not being expired and returned properly (#3504) @Akkadius 2023-07-18
Fixes
- #set title_suffix Argument Position (#3505) @Kinglykrab 2023-07-18
v22.21.0
Data Buckets
Fixes
Pathing
Quest API
- Add SetLDoNPoints() to Perl/Lua (#3496) @Kinglykrab 2023-07-16