Implement the AOE Loot/Mass Loot feature from Mist of Pandaria, allowing players to loot multiple nearby corpses in a single action. Compatible with any emulator using Eluna, including TrinityCore and AzerothCore.
- ✅ AOE Loot in Solo Play.
- ✅ AOE Loot in Group Play.
- ✅ Duplication Protection.
- ✅ Enable/Disable via Interface (CSMH and AIO support).
- ✅ "Skinning" and "Mob Engineering" support.
- ✅ AutoLoot support.
- ✅ Quest item handling.
- Download the
aoe_loot.lua
script. - Download the
aoe_loot_aio.lua
script if you use AIO, or download theaoe_loot_csmh.lua
script if you use CSMH. - Place in your
lua_scripts
directory. You can use a subfolder within that directory if you want. - Download the
.diff
file that corresponds to your emulator (TrinityCore or AzerothCore) and place it at the root of your source (see screenshot).
- Right click in the folder directory, select Open in Terminal, then apply the corresponding
git apply
to add necessary methods to Eluna for your emulator:
git apply --directory=modules/mod-eluna azerothcore_eluna.diff
git apply --directory=src/server/game/LuaEngine trinitycore_eluna.diff
- Recompile your source code.
Enable via the Interface options in-game, which allows for looting multiple nearby corpses simultaneously.
Works with any emulator using Eluna, including TrinityCore and AzerothCore, using the provided .diff
file ensuring full functionality.
Licensed under GNU GPL v3. See the LICENSE file.