tag:github.com,2008:https://github.com/mangoszero/server/releasesTags from server2025-12-24T20:23:21Ztag:github.com,2008:Repository/77837432/v22.04.1122025-12-24T21:11:07ZMangos Zero v0.22 Notice and respect conf changes to min/max bots (#218)MadMaxMangostag:github.com,2008:Repository/77837432/v22.04.1112025-12-24T16:12:51ZMangos 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>MadMaxMangostag:github.com,2008:Repository/77837432/v22.04.1062025-12-24T15:26:03ZMangos Zero v0.22 Fixes all the memory leaks in the AIPlayerBot system I could find (#213)MadMaxMangostag:github.com,2008:Repository/77837432/v22.04.1052025-12-09T23:34:34ZMangos 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>MadMaxMangostag:github.com,2008:Repository/77837432/v22.04.1042025-12-09T22:44:29ZMangos 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 <billy1arm@users.noreply.github.com></p>MadMaxMangostag:github.com,2008:Repository/77837432/v22.04.1032025-07-27T22:22:25ZMangos Zero v0.22 [Tools] Minor styling cleanupMadMaxMangostag:github.com,2008:Repository/77837432/v22.04.1022025-07-27T21:41:44ZMangos Zero v0.22 [Contrib] Clean up dbcEditor and replace corrupted stringsMadMaxMangostag:github.com,2008:Repository/77837432/v22.04.1012025-07-26T20:52:42ZMangos Zero v0.22 [Eluna] Updated Eluna to June 13 2025 commitMadMaxMangostag:github.com,2008:Repository/77837432/v22.04.1002025-07-26T19:22:57ZMangos Zero v0.22 [EasyBuild] Added support for newer OpenSSL and updated packet versionsMadMaxMangostag:github.com,2008:Repository/77837432/v22.04.992025-07-26T08:19:31ZMangos Zero v0.22 [EXTRACTORS] Update to latest revisionMadMaxMangos