tag:github.com,2008:https://github.com/mangoszero/server/releases Tags from server 2025-12-24T20:23:21Z tag:github.com,2008:Repository/77837432/v22.04.112 2025-12-24T21:11:07Z Mangos Zero v0.22 Notice and respect conf changes to min/max bots (#218) MadMaxMangos tag:github.com,2008:Repository/77837432/v22.04.111 2025-12-24T16:12:51Z Mangos Zero v0.22 Improves the bot spawning and teleporting logic in the following ways: The creature min and max levels for all areas is calculated at boot time. The AIPlayerBot will only spawn a bot in a zone that is their faction or neutral, and only if the creatures are in the level range specified in aiplayerbot.conf file. Existing Bots found in illegal zones are teleported away. This has the following effects: 1. Players can find bots in their level range to group with in appropriate zones. 2. Players do not have to deal with high level other-faction bots killing the locals. (#219) <p>Improves the bot spawning and teleporting logic in the following ways…</p> <p>…: The creature min and max levels for all areas is calculated at boot time. The AIPlayerBot will only spawn a bot in a zone that is their faction or neutral, and only if the creatures are in the level range specified in aiplayerbot.conf file. Existing Bots found in illegal zones are teleported away. This has the following effects: 1. Players can find bots in their level range to group with in appropriate zones. 2. Players do not have to deal with high level other-faction bots killing the locals. (<a class="issue-link js-issue-link" href="https://github.com/mangoszero/server/pull/219">#219</a>)</p> MadMaxMangos tag:github.com,2008:Repository/77837432/v22.04.106 2025-12-24T15:26:03Z Mangos Zero v0.22 Fixes all the memory leaks in the AIPlayerBot system I could find (#213) MadMaxMangos tag:github.com,2008:Repository/77837432/v22.04.105 2025-12-09T23:34:34Z Mangos Zero v0.22 Auction House Limited-Vendor-Item Availability (#212) <p>Auction House Limited-Vendor-Item Availability (<a class="issue-link js-issue-link" href="https://github.com/mangoszero/server/pull/212">#212</a>)</p> <p>The Problem: <br />The Auction House Bot is intended to mimic real player auction <br />behavior, which includes selling items commonly farmed and sold <br />by players. However, the AH Bot was designed to not sell any <br />item that an NPC Vendor sells in any quantity. While this makes <br />sense, it prevents items that any Vendor sells in even very limited <br />quantities (such as all sorts of Leather) from every being listed.</p> <p>The Fix: <br />Better mimic desired player auction behavior by allowing the AH Bot <br />to sell limited-quantity vendor items by narrowing the general <br />vendor item restriction to ONLY those items that vendors sell <br />in unlimited quantities.</p> <p>The Details: <br />The AH Bot queries the npc_vendor table to compile a list of items <br />it will Not list on the AH. These query results are narrowed by adding <br />'WHERE maxcount = 0', which will only capture items that vendors <br />sell in Unlimited quantities, thus allowing Leather to appear on the AH.</p> MadMaxMangos tag:github.com,2008:Repository/77837432/v22.04.104 2025-12-09T22:44:29Z Mangos Zero v0.22 Fixed non PCH build and updated GitHub actions (#211) <p>Fixed non PCH build and updated GitHub actions (<a class="issue-link js-issue-link" href="https://github.com/mangoszero/server/pull/211">#211</a>)</p> <p>* Fixed non PCH build <br /> - Updated CMakeLists.txt <br /> - Updated GitHub actions <br /> - Updated non-portable / not safe localtime* methods <br /> - Minor refactoring on some time-to-string methods</p> <p>* Fixed error from GitHub actions</p> <p>* fix trailing space</p> <p>---------</p> <p>Co-authored-by: Antz &lt;billy1arm@users.noreply.github.com&gt;</p> MadMaxMangos tag:github.com,2008:Repository/77837432/v22.04.103 2025-07-27T22:22:25Z Mangos Zero v0.22 [Tools] Minor styling cleanup MadMaxMangos tag:github.com,2008:Repository/77837432/v22.04.102 2025-07-27T21:41:44Z Mangos Zero v0.22 [Contrib] Clean up dbcEditor and replace corrupted strings MadMaxMangos tag:github.com,2008:Repository/77837432/v22.04.101 2025-07-26T20:52:42Z Mangos Zero v0.22 [Eluna] Updated Eluna to June 13 2025 commit MadMaxMangos tag:github.com,2008:Repository/77837432/v22.04.100 2025-07-26T19:22:57Z Mangos Zero v0.22 [EasyBuild] Added support for newer OpenSSL and updated packet versions MadMaxMangos tag:github.com,2008:Repository/77837432/v22.04.99 2025-07-26T08:19:31Z Mangos Zero v0.22 [EXTRACTORS] Update to latest revision MadMaxMangos