Changelog found here: https://github.com/EQEmu/Server/blob/master/CHANGELOG.md
[22.39.0] - 12/27/2023
Character
Combat
Logs
MySQL
- Bulk insert new log settings (#3810) @Akkadius 2023-12-28
- Reclassify unhelpful Info message (#3809) @Akkadius 2023-12-28
Objects
Player Events
Tasks
[22.38.0] - 12/26/2023
Bots
Code
- Remove unnecessary error on SetItemReuse (#3795) @nytmyr 2023-12-20
Database
- Consolidate GetHateRandom(), GetHateRandomBot(), GetHateRandomClient(), and GetHateRandomNPC() (#3794) @kinglykrab 2023-12-25
- Race constants refactor (#3782) @Akkadius 2023-12-23
Fixes
- Fix issue with saylinks query in MySQL 8.0+ (#3800) @Akkadius 2023-12-24
- Update faction mods with Live data (#3799) @joligario 2023-12-23
Forage
- Disable Hide/Improved Hide on Trap damage (#3791) @kinglykrab 2023-12-19
- Fix Bard Invisibility Songs breaking every 4 ticks (#3783) @kinglykrab 2023-12-19
- Fix can_riposte parameter in DoMeleeSkillAttackDmg (#3792) @kinglykrab 2023-12-19
NPC
- Add a rule to disabled using common_food_ids from the list in forage.cpp. currently set to enabled. (#3796) @regneq 2023-12-22
Quest API
- Support for multiple emotes per type, emote variables (#3801) @regneq 2023-12-25
Repositories
- Add GetHateTopBot(), GetHateTopClient(), and GetHateTopNPC() to Perl/Lua (#3793) @kinglykrab 2023-12-22
- Add SummonItemIntoInventory() to Perl/Lua (#3797) @kinglykrab 2023-12-22
[22.37.0] - 12/18/2023
Bots
CI
- Add ScanCloseMobs support to fix AEs (#3786) @nytmyr 2023-12-18
- Expand ^itemuse options (#3756) @nytmyr 2023-12-17
- Fix ^defensive from checking aggressive disciplines. (#3787) @nytmyr 2023-12-18
- Fix ^oo autodefend from sending bots/pets to invalid haters (#3772) @nytmyr 2023-12-16
- Fix unnecessary failed to save timer error (#3788) @nytmyr 2023-12-18
- [Quest API] Add ^clickitem, ^timer, fix GetBestBotSpellForCure (#3755) @nytmyr 2023-12-17
Compilation
Fixes
Quest API
- Drop Invisibility when hit by traps (#3785) @kinglykrab 2023-12-18
- Fix NPCs routing to 0.0, 0.0 on #summon (#3780) @kinglykrab 2023-12-18
- Fix bad merge @Akkadius 2023-12-17
- Fix issue with HOTBonusHealingSplitOverDuration Rule (#3776) @kinglykrab 2023-12-17
- Fixed the discrepacy with time using command #time and in quests. (#3767) @regneq 2023-12-17
- Send Entity ID in Death Events to resolve #3721 (#3779) @kinglykrab 2023-12-18
[22.36.0] - 12/16/2023
- Add EVENT_ALT_CURRENCY_GAIN and EVENT_ALT_CURRENCY_LOSS to Perl/Lua (#3734) @kinglykrab 2023-12-17
- Add EVENT_CRYSTAL_GAIN and EVENT_CRYSTAL_LOSS to Perl/Lua (#3735) @kinglykrab 2023-12-17
- Add EVENT_LDON_POINTS_GAIN and EVENT_LDON_POINTS_LOSS to Perl/Lua (#3742) @kinglykrab 2023-12-17
- Add EVENT_LEVEL_UP and EVENT_LEVEL_DOWN to Bots (#3750) @kinglykrab 2023-12-17
- Add EVENT_LOOT_ADDED to Perl/Lua (#3739) @kinglykrab 2023-12-17
- Add GetNPCAggro() and SetNPCAggro() to Perl/Lua (#3781) @kinglykrab 2023-12-18
Bots
Code
- Add rule to toggle DT hitting owner (#3757) @nytmyr 2023-12-11
- Enable auto-saving of bots. (#3758) @nytmyr 2023-12-13
Corpse
- Cleanup classes.cpp/classes.h (#3752) @kinglykrab 2023-12-13
Database
Fixes
- Make it clearer to users that a database backup is occurring (#3769) @Akkadius 2023-12-16
- When database version is greater than binary, we are up to date (#3771) @Akkadius 2023-12-16
Logging
- Fix Starting Items SQL (#3766) @kinglykrab 2023-12-16
Rules
- Change empty object loading to warning (#3759) @nytmyr 2023-12-11
[22.35.0] - 12/10/2023
- Add DOT and HOT Rules (#3760) @kinglykrab 2023-12-16
Bots
Bug
- Add BotHealOnLevel to fully heal/mana on level. (#3745) @nytmyr 2023-12-08
- Fix bots learning spells on level (#3744) @nytmyr 2023-12-08
CMake
- Fix blocked spells regression from #3638 (#3753) @joligario 2023-12-11
- PR 3638 Missed the blocked spells repository updates (#3748) @fryguy503 2023-12-08
Code
- Update minimum version of CMake (#3743) @joligario 2023-12-08
Commands
- Remove hard-coded Status Checks (#3727) @kinglykrab 2023-12-03
Database
- #guild set CharName 0 did not remove char from guild. (#3717) @noudess 2023-11-25
- #petname changes PC to Nobody if selected. (#3720) @noudess 2023-11-26
- Add #show aas Command (#3710) @kinglykrab 2023-11-26
- Add #task complete Command (#3711) @kinglykrab 2023-11-26
- Cleanup #acceptrules Command (#3716) @kinglykrab 2023-11-26
- Cleanup #disarmtrap Command (#3713) @kinglykrab 2023-11-26
- Cleanup #list Command (#3714) @kinglykrab 2023-11-26
- Cleanup #movement Command (#3715) @kinglykrab 2023-11-26
- Cleanup #object Command (#3722) @kinglykrab 2023-12-03
- Cleanup #zonebootup and #zoneshutdown Commands (#3729) @kinglykrab 2023-12-03
- Fix formatting of #wpinfo output. (#3728) @noudess 2023-12-01
Faction
- Add primary key to keyring table (#3746) @kinglykrab 2023-12-08
- Consolidate Starting Items Table (#3723) @kinglykrab 2023-11-30
- Extra whitespace in #3723 (#3730) @joligario 2023-12-02
- Minor adjustment to #3726 (#3732) @joligario 2023-12-03
- Modify updated column in items table with proper default. (#3726) @joligario 2023-12-02
- Pull Spell Group Cache from Content DB (#3749) @fryguy503 2023-12-08
Fixes
Quest API
- Changing Group Leader Invalidated GetLeaderName() (#3712) @kinglykrab 2023-11-26
- Fix 9245 SQL (#3740) @kinglykrab 2023-12-05
- Fix Swarm Pets Requiring NPC Aggros Flag (#3738) @kinglykrab 2023-12-05
- Guild Message Limits (#3724) @neckkola 2023-11-29
Scripts
- Add EVENT_AA_GAIN to AddAAPoints() (#3733) @kinglykrab 2023-12-03
- Add GMMove Overloads to Perl/Lua (#3719) @kinglykrab 2023-11-25
[22.34.2] - 11/23/2023
- Import items into items_new table instead of writing directly to the existing items table. (#3725) @joligario 2023-11-30
- Revert database engine change from #3702. (#3736) @joligario 2023-12-03
- Update 13th Floor Import Tool (#3702) @joligario 2023-11-26
Admin
Code
- Update date in changelog (#3698) @joligario 2023-11-19
Fixes
- Fix typo in #giveitem (#3704) @kinglykrab 2023-11-22
Loginserver
- Add "IgnoreLevelBasedHasteCaps" rule to GetHaste() (#3705) @jcr4990 2023-11-23
- Fix bots/Mercenaries being removed from hatelist (#3708) @kinglykrab 2023-11-23
- Fix some spell types failing IsValidSpellRange check (#3707) @nytmyr 2023-11-23
[22.34.1] - 11/20/2023
EQTime
Hotfix for world not spamming save messages by setting to detail level logging @Akkadius 2023-11-20
Server Update 12/27/23
Discussion in 'News' started by joligario, Dec 28, 2023.
Comments
Discussion in 'News' started by joligario, Dec 28, 2023.
-
- Thread Status:
- Not open for further replies.
- Thread Status:
- Not open for further replies.
XenPorta 2 PRO
© Jason Axelrod from 8WAYRUN