Skip to content

Aldori15/lua_aoe_loot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗡️ AOE Loot Script for Eluna

Overview

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.

Features

  • ✅ 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.

🚀 Installation

  1. Download the aoe_loot.lua script.
  2. Download the aoe_loot_aio.lua script if you use AIO, or download the aoe_loot_csmh.lua script if you use CSMH.
  3. Place in your lua_scripts directory. You can use a subfolder within that directory if you want.
  4. Download the .diff file that corresponds to your emulator (TrinityCore or AzerothCore) and place it at the root of your source (see screenshot).

image

  1. 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
  1. Recompile your source code.

🎮 Usage

Enable via the Interface options in-game, which allows for looting multiple nearby corpses simultaneously.

🔄 Compatibility

Works with any emulator using Eluna, including TrinityCore and AzerothCore, using the provided .diff file ensuring full functionality.

📚 References

📜 License

Licensed under GNU GPL v3. See the LICENSE file.

About

AOE Loot for Eluna.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 100.0%