Skip to content

Releases: EQEmu/Server

v22.9.0

01 Apr 18:34
090086f
Compare
Choose a tag to compare

Bots

Code

  • Cleanup excessive type casting: string -> char * -> string (#3169) @Aeadoin 2023-04-01

Crash

  • Add Checks for valid pointers or fix existing. (#3164) @Aeadoin 2023-04-01
  • Fix out of bound arrays, other potential crashes (#3166) @Aeadoin 2023-04-01

Fixes

  • Correct SE_SlayUndead & SE_HeadShotLevel limit Value when applied. (#3171) @Aeadoin 2023-04-01
  • Prevent VerifyGroup from setting OOZ membername to Null character. (#3168) @Aeadoin 2023-04-01

Quest API

  • Add missing Luabind definitions to lua_general.cpp (#3167) @Kinglykrab 2023-04-01

v22.8.2

30 Mar 13:30
25f5898
Compare
Choose a tag to compare

Code

Crash

  • Add Checks for out of bounds & dereferencing nullptrs (#3151) @Aeadoin 2023-03-28

Fixes

  • Check Rule "Bots Enabled" to prevent bot database calls on connect (#3154) @Aeadoin 2023-03-29
  • Correct logic checks for Bot rule AllowOwnerOptionAltCombat (#3158) @Aeadoin 2023-03-30
  • Fix an issue with EVENT_DISCONNECT not firing on regular /camp (#3153) @Kinglykrab 2023-03-28
  • Fix bot_raid_members.sql for MYSQL. (#3155) @Aeadoin 2023-03-28
  • Fix for OOZ Group updates when removing/inviting Bots (#3159) @Aeadoin 2023-03-30
  • Fix issues with Lua tables not starting at index 1 (#3160) @Kinglykrab 2023-03-30
  • Fix strcpy-param-overlap (#3157) @Aeadoin 2023-03-29

Rules

v22.8.1

27 Mar 22:03
87cb74b
Compare
Choose a tag to compare

Fixes

  • Fix for NPCs having spells interrupted. (#3150) @Aeadoin 2023-03-27

v22.8.0

26 Mar 00:56
b6917ec
Compare
Choose a tag to compare

Code

Crash

Feature

  • Add support for -1 extradmgskill to allow all skills to be scaled. (#3136) @Kinglykrab 2023-03-26

Fixes

  • Fix for Items looted from corpses. (#3147) @Aeadoin 2023-03-26
  • Fix for SQL Query in npc_scale_global_base (#3144) @Aeadoin 2023-03-26

v22.7.0

24 Mar 20:18
dc475a1
Compare
Choose a tag to compare

Bots

  • Place BOT_COMMAND_CHAR inside messages (#3027) @trentdm 2023-03-05
  • Prevent interrupt spam when OOM (#3011) @nytmyr 2023-03-07

Code

Commands

Read more

v22.4.5

03 Mar 23:16
d3ca636
Compare
Choose a tag to compare

Bots

  • Add additional Heroic Sta/Wis/Int bonuses for Bots. (#3013) @Aeadoin 2023-03-01
  • Cleanup AI_IdleCastCheck Logic (#3004) @Aeadoin 2023-02-26

Code

Crash

  • Fix crash in CheckTradeskillLoreConflict (#3009) @Aeadoin 2023-02-28

Fixes

  • Account for bad data in Tradeskill Recipe Entries (#2991) @Aeadoin 2023-02-25
  • Fix DoAnim quest method default speed (#3016) @Kinglykrab 2023-03-01
  • Fix an issue where EVENT_TIMER timers would not be cleaned up after zone (#3018) @noudess 2023-03-03
  • Fix for Discipline Loading from Database causing issues with slot_ids (#3008) @Aeadoin 2023-02-28
  • Fix for Lore Components where component is returned. (#3005) @Aeadoin 2023-02-27
  • Fix issue where quest saylink responses would occur before the NPC's response (#3010) @Akkadius 2023-03-01
  • Fix log messages when players join channel (#2992) @Valorith 2023-03-03
  • Fix npcfeature and playerfeature (#3017) @Kinglykrab 2023-03-02

Quest API

v22.4.4

25 Feb 02:58
5f68e4a
Compare
Choose a tag to compare

Bots

  • Add Caster Range Command, and IsValidSpellRange Checks (#2942) (Aeadoin) 2023-02-23
  • Cleanup BotDatabase::LoadBuffs (#2981) (Aeadoin) 2023-02-24
  • Verify Bots Group Integrity on join (#2980) (Aeadoin) 2023-02-23

Commands

Doors

  • Fix doors triggering invalid zone fetches of dest_zone of "none" (#2985) (Akkadius) 2023-02-24

Fixes

  • Adjust database manifest to include .sql extension (Akkadius) 2023-02-25
  • Correct Mend reuse time and add reduction support. (#2972) (nytmyr) 2023-02-23
  • Fix Beneficial Target of Target procs (#2987) (Aeadoin) 2023-02-24
  • Fix for undefined MySQL library behavior. (#2834) (KimLS) 2023-02-25

Pathing

  • Improve roambox logic (#2983) (Akkadius) 2023-02-24
  • More z-clip improvements, Wurm and Spectral Iksar race adjustments (#2988) (Akkadius) 2023-02-25
  • Smoother pathing z-correction (#2982) (Akkadius) 2023-02-24

Player Events

Quest API

  • Add IsAutoAttackEnabled() to Perl/Lua (#2979) (Kinglykrab) 2023-02-23
  • Add IsAutoFireEnabled() to Perl/Lua (#2978) (Kinglykrab) 2023-02-23
  • Fix EVENT_TIMER crash when entity is no longer available (#2986) (Akkadius) 2023-02-24

Scaling

  • Add support for zone ID and instance version to NPC Scaling (#2968) (Kinglykrab) 2023-02-25

Tradeskills

v22.4.3

21 Feb 16:49
fcb0a47
Compare
Choose a tag to compare

Bots

  • Change HasBotItem(item_id) to return slot_id instead of bool. (#2966) (Aeadoin) 2023-02-19
  • Change SaveTimers to Replace instead of Insert. (#2951) (Aeadoin) 2023-02-18
  • Fix output of ^spells while ^Enforcespellsettings is enabled (#2959) (Aeadoin) 2023-02-18

Crash

  • Fix crash with EVENT_UNEQUIP_ITEM_BOT (#2973) (Aeadoin) 2023-02-20
  • Fix world crash in player event processing (#2960) (Akkadius) 2023-02-18

Database

  • Address deadlock in player events (#2974) (Akkadius) 2023-02-21

Fixes

Pathing

  • Improvements to z-clipping, z-recovery and z-calculations (#2975) (Akkadius) 2023-02-21

Pets

  • Client Pet summoned by NPC should not change guard location. (#2967) (noudess) 2023-02-19

Player Events

Quest API

Reload API

  • Add world handlers for certain opcodes (#2958) (Akkadius) 2023-02-18

SQL

  • Add date to optional Drakkin Guktan Faction Update (#2965) (joligario) 2023-02-19

v22.4.2

18 Feb 16:25
4ad3ebf
Compare
Choose a tag to compare

Content

  • Added optional SQL 2023_02_17_fix_sseru_mischief_doors.sql to fix sseru/mischief doors (#2955) (Akkadius) 2023-02-18

Logging

  • Remove noisy raid/group/forage errors (#2952) (Akkadius) 2023-02-18

MySQL

  • Add keepalives to UCS and Loginserver (#2953) (Akkadius) 2023-02-18

Player Events

  • Add logging category to hold processing batch logs (#2954) (Akkadius) 2023-02-18

Tradeskills

v22.4.1

17 Feb 20:59
3e47672
Compare
Choose a tag to compare

Bots

  • Set Taunt to enabled for SK/Paladin Bots by Default. (#2941) (Aeadoin) 2023-02-17

DevTools

  • Fix NPC targetting dev tools display window (#2943) (Akkadius) 2023-02-17

Fixes

  • Issue with AssignRaidToInstance that was using the groups repository instead of raid (#2947) (Akkadius) 2023-02-17
  • Missing comma in schema list breaking dumps (Akkadius) 2023-02-17

Player Events

  • Fix issue with item instances not being validated properly before accessing causing crashes on handin (#2945) (Akkadius) 2023-02-17
  • Fix rare out of bound issue when loading event types (#2946) (Akkadius) 2023-02-17
  • Turn off KILLED_NPC (trash) off by default (#2948) (Akkadius) 2023-02-17