Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.49 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.49 KB

logo AzerothCore

# mod-aoe-loot

English | Español

  • Latest build status with azerothcore:

Build Status

Important notes

There may still be some improvements to be made to the module, but you could say that it is pretty good. However, we are still going to continue working and trying to revise what is needed, as long as tests are performed and it can be determined that the reports are valid.

For the module to work, 4 things are needed.

  • Create the CanSendErrorAlreadyLooted hook. (created)
  • Create the hook CanSendCreatureLoot (created)
  • Create the hook OnBeforeCreatureLootMoney (created)
  • The module works, if the player takes an object from the loot. If the player selects gold, it does not run. So we want to check that and also correct to be able to add up the total amount of gold obtained.
  • If the creature can be skinned, the body remains for a while, and when it is skinned, it automatically disappears to avoid being skinned again.

This module requires the following pull request

azerothcore/azerothcore-wotlk#16589

Description

The objective of this module is to allow players to obtain all items from various npc's within a certain distance range.