Releases: EQEmu/Server
Releases · EQEmu/Server
v22.58.0
Code
- Add mysql prepared statement support (#4530) @hgtw 2024-11-06
- Update perlbind to 1.1.0 (#4529) @hgtw 2024-11-06
Feature
- Focus Skill Attack Spells (#4528) @mmcgarvey 2024-10-31
Fixes
- Add Missing Lua Registers (#4525) @Kinglykrab 2024-10-24
- Fix cross_zone_set_entity_variable_by_char_id in Lua (#4526) @Kinglykrab 2024-10-24
Loginserver
Quest API
- Add Spawn Circle/Grid Methods to Perl/Lua (#4524) @Kinglykrab 2024-10-24
v22.57.1
v22.57.0
Bots
- Add "silent" option to ^spawn and mute raid spawn (#4494) @nytmyr 2024-10-05
- Add attack flag when told to attack (#4490) @nytmyr 2024-09-29
- Fix timers loading on spawn and zone (#4516) @nytmyr 2024-10-20
Code
- Fixed a typo in Zoning.cpp (#4515) @carolus21rex 2024-10-20
- Optimization Code Cleanup (#4489) @Akkadius 2024-09-30
- Remove Extra Skill in EQ::skills::GetExtraDamageSkills() (#4486) @Kinglykrab 2024-10-03
Crash
Fixes
- Add character_instance_safereturns to tables_to_zero_id (#4485) @Morzain 2024-09-26
- Correctly limit max targets of PBAOE (#4507) @catapultam-habeo 2024-10-11
- FindBestZ selecting false zone floor as bestz - Results in roambox failures (#4504) @fryguy503 2024-10-13
- Fix #set motd Crash (#4495) @Kinglykrab 2024-10-05
- Fix
character_exp_modifiers
Default Values (#4502) @Kinglykrab 2024-10-09 - Fix a display error regarding a few trader/buyer query errors (#4514) @neckkola 2024-10-17
- Fix Group ID 0 in Group::SaveGroupLeaderAA() (#4487) @Kinglykrab 2024-10-03
- Fix Mercenary Encounter Crash (#4509) @Kinglykrab 2024-10-12
- Fix NPC::CanTalk() Crash (#4499) @Kinglykrab 2024-10-07
- Fix Spells:DefaultAOEMaxTargets Default Value (#4508) @Kinglykrab 2024-10-12
- Fix Targeted AOE Max Targets Rule (#4488) @Kinglykrab 2024-10-03
- fixed a bug where it would use npc value instead of faction value in the database. (#4491) @regneq 2024-09-29
- Master of Disguise should apply to illusions casted by others. (#4506) @fryguy503 2024-10-11
- Spells - Self Only (Yellow) cast when non group member is targeted (#4503) @fryguy503 2024-10-11
Loginserver
- Larion loginserver support (#4492) @KimLS 2024-10-03
- Login Fatal Error Spamming (#4476) @KimLS 2024-10-09
Logs
- Add NPC Trades to Player Events (#4505) @Kinglykrab 2024-10-13
Quest API
- Add Buff Fade Methods to Perl/Lua (#4501) @Kinglykrab 2024-10-09
- Add EVENT_READ_ITEM to Perl/Lua (#4497) @Kinglykrab 2024-10-08
- Add NPC List Filter Methods to Perl/Lua (#4493) @Kinglykrab 2024-10-04
- Add Scripting Support to Mercenaries (#4500) @Kinglykrab 2024-10-11
Rules
- Add Rule to disable PVP Regions (#4513) @Kinglykrab 2024-10-17
v22.56.3
v22.56.2
Fixes
- Fix Issue with Database::ReserveName (#4477) @Kinglykrab 2024-09-20
Quest API
- Add GrantAllAAPoints() Overload To Perl/Lua (#4474) @Kinglykrab 2024-09-20
v22.56.1
v22.56.0
Code
Feature
- Add Rule to Limit Task Update Messages (#4459) @Kinglykrab 2024-08-28
- Allow NPCs to cast Sacrifice (#4470) @fuzzlecutter 2024-09-12
- Lazy Load Bank Contents (#4453) @catapultam-habeo 2024-08-27
Fixes
- Add RULE_STRING to RuleManager::ResetRules (#4467) @Kinglykrab 2024-09-07
- Fix Bard Effect in Migration 9237 (#4468) @Kinglykrab 2024-09-09
- ModernAAScalingEnabled() Calculation Error (#4469) @carolus21rex 2024-09-11
Performance
- Move Discipline Loading to Client::CompleteConnect() (#4466) @Kinglykrab 2024-09-09
Rules
- Add a Bandolier Swap Delay Rule (#4465) @Kinglykrab 2024-09-08
v22.55.1
Code
- Remove unused methods (#4449) @Kinglykrab 2024-08-22
Feature
- Add Character:DefaultGuildRank Rule (#4438) @Kinglykrab 2024-08-04
- Add Optional Return to EVENT_DAMAGE_TAKEN (#4454) @Kinglykrab 2024-08-27
- Extend Spell Buckets Functionality (#4441) @Kinglykrab 2024-08-22
Fixes
- Apply Race & Class restrictions to Auto-Combines (#4452) @catapultam-habeo 2024-08-20
- Attune Augments when Equipped (#4446) @fryguy503 2024-08-10
- Correct missed maxlevel reference in exp.cpp (#4463) @N0ctrnl 2024-08-27
- Ensure close of Tribute Item search (#4439) @joligario 2024-08-04
- Fix AddCrystals() in Perl/Lua (#4445) @Kinglykrab 2024-08-10
- Fix Bot Spell Entries IDs Capping at 32,767 (#4444) @Kinglykrab 2024-08-27
- Fix Character ID of 0 being inserted into character_stats_record (#4458) @Kinglykrab 2024-08-22
- Fix Issue with Removed #setfaction Command (#4448) @Kinglykrab 2024-08-11
- Fix Lua Client FilteredMessage (#4437) @Kinglykrab 2024-07-31
- Fix client hotbar exchanging items when zoning (#4460) @neckkola 2024-08-27
- Fix issue with killed mob coordinates (#4457) @Kinglykrab 2024-08-22
- Imitate Death should also clear zone feign aggro (#4436) @fryguy503 2024-07-31
- client_max_level allow leveling to end of level (#4455) @fryguy503 2024-08-20
Improvement
- Filtered Messages Extension (#4435) @fryguy503 2024-07-31
Quest API
- Add AreTasksCompleted() to Perl/Lua. (#4456) @Kinglykrab 2024-08-23
- Add Area-Based Quest Methods to Perl/Lua (#4447) @Kinglykrab 2024-08-27
- Add Several Door Methods to Perl/Lua (#4451) @Kinglykrab 2024-08-16
World
v22.55.0
Code
- Remove unused methods (#4449) @Kinglykrab 2024-08-22
Feature
- Add Character:DefaultGuildRank Rule (#4438) @Kinglykrab 2024-08-04
- Add Optional Return to EVENT_DAMAGE_TAKEN (#4454) @Kinglykrab 2024-08-27
- Extend Spell Buckets Functionality (#4441) @Kinglykrab 2024-08-22
Fixes
- Apply Race & Class restrictions to Auto-Combines (#4452) @catapultam-habeo 2024-08-20
- Attune Augments when Equipped (#4446) @fryguy503 2024-08-10
- Correct missed maxlevel reference in exp.cpp (#4463) @N0ctrnl 2024-08-27
- Ensure close of Tribute Item search (#4439) @joligario 2024-08-04
- Fix AddCrystals() in Perl/Lua (#4445) @Kinglykrab 2024-08-10
- Fix Bot Spell Entries IDs Capping at 32,767 (#4444) @Kinglykrab 2024-08-27
- Fix Character ID of 0 being inserted into character_stats_record (#4458) @Kinglykrab 2024-08-22
- Fix Issue with Removed #setfaction Command (#4448) @Kinglykrab 2024-08-11
- Fix Lua Client FilteredMessage (#4437) @Kinglykrab 2024-07-31
- Fix client hotbar exchanging items when zoning (#4460) @neckkola 2024-08-27
- Fix issue with killed mob coordinates (#4457) @Kinglykrab 2024-08-22
- Imitate Death should also clear zone feign aggro (#4436) @fryguy503 2024-07-31
- client_max_level allow leveling to end of level (#4455) @fryguy503 2024-08-20
Improvement
- Filtered Messages Extension (#4435) @fryguy503 2024-07-31
Quest API
- Add AreTasksCompleted() to Perl/Lua. (#4456) @Kinglykrab 2024-08-23
- Add Area-Based Quest Methods to Perl/Lua (#4447) @Kinglykrab 2024-08-27
- Add Several Door Methods to Perl/Lua (#4451) @Kinglykrab 2024-08-16
World
v22.54.0
Code
- Cleanup Client File Exporting (#4348) @Kinglykrab 2024-07-31
- Cleanup Stance Code (#4368) @Kinglykrab 2024-07-03
- Mask GM Show Buff message behind EntityVariable (#4419) @nytmyr 2024-07-22
Commands
- Extend #devtools Functionality (#4425) @Kinglykrab 2024-07-23
Databuckets
Feature
- Add Barter/Buyer Features (#4405) @neckkola 2024-07-30
- Add Parcel notification for online players when using the Quest API (#4418) @neckkola 2024-07-22
- Implement Move Multiple Items (#4259) @catapultam-habeo 2024-07-30
Fixes
- Aegolism Spell line stacking (#4399) @KayenEQ 2024-07-07
- AllowRaidTargetBlind logic backwards (#4400) @fryguy503 2024-07-01
- AutoSplit unknown bug and cleanup. (#4401) @fryguy503 2024-07-07
- Corpse Call removing Resurrection Effects (#4410) @fryguy503 2024-07-22
- Fix #parcels add subcommand (#4431) @neckkola 2024-07-29
- Fix #setlevel Allowing Skills Above Max (#4423) @Kinglykrab 2024-07-23
- Fix Bot::SetBotStance (#4426) @Kinglykrab 2024-07-23
- Fix Client::RemoveTitle (#4421) @Kinglykrab 2024-07-23
- Fix EVENT_USE_SKILL with Sense Heading (#4424) @Kinglykrab 2024-07-23
- Fix for random disconnects when a large number of guild members zone or disconnect (#4402) @neckkola 2024-07-10
- Fix issue with quest::echo and quest::me (#4433) @Kinglykrab 2024-07-30
- Personal tributes for bard items were not applying correctly (#4416) @neckkola 2024-07-16
- Potential fix for some undesired ranged explotative behavior. (#4413) @fryguy503 2024-07-22
- Proximity Aggro for Frustrated and Undead (#4411) @fryguy503 2024-07-22
- Slay Adjustments (#4389) @fryguy503 2024-07-07
- Stop DOSing ourselves with OP_WearChange (#4432) @catapultam-habeo 2024-07-30
- [Quest API] Fix getraididbycharid and getgroupidbycharid (#4417) @nytmyr 2024-07-16
Improvement
- Flee Overhaul (#4407) @fryguy503 2024-07-30