TrinityCore
|
#include "LootMgr.h"
#include "Log.h"
#include "ObjectMgr.h"
#include "World.h"
#include "Util.h"
#include "SharedDefines.h"
#include "SpellMgr.h"
#include "SpellInfo.h"
#include "Group.h"
#include "Player.h"
#include "Containers.h"
#include "LootPackets.h"
Classes | |
struct | LootGroupInvalidSelector |
class | LootTemplate::LootGroup |
Functions | |
void | LoadLootTemplates_Creature () |
void | LoadLootTemplates_Disenchant () |
void | LoadLootTemplates_Fishing () |
void | LoadLootTemplates_Gameobject () |
void | LoadLootTemplates_Item () |
void | LoadLootTemplates_Milling () |
void | LoadLootTemplates_Pickpocketing () |
void | LoadLootTemplates_Prospecting () |
void | LoadLootTemplates_Mail () |
void | LoadLootTemplates_Skinning () |
void | LoadLootTemplates_Spell () |
void | LoadLootTemplates_Reference () |
void | LoadLootTables () |
Variables | |
static Rates const | qualityToRate [MAX_ITEM_QUALITY] |
LootStore | LootTemplates_Creature ("creature_loot_template","creature entry", true) |
LootStore | LootTemplates_Disenchant ("disenchant_loot_template","item disenchant id", true) |
LootStore | LootTemplates_Fishing ("fishing_loot_template","area id", true) |
LootStore | LootTemplates_Gameobject ("gameobject_loot_template","gameobject entry", true) |
LootStore | LootTemplates_Item ("item_loot_template","item entry", true) |
LootStore | LootTemplates_Mail ("mail_loot_template","mail template id", false) |
LootStore | LootTemplates_Milling ("milling_loot_template","item entry (herb)", true) |
LootStore | LootTemplates_Pickpocketing ("pickpocketing_loot_template","creature pickpocket lootid", true) |
LootStore | LootTemplates_Prospecting ("prospecting_loot_template","item entry (ore)", true) |
LootStore | LootTemplates_Reference ("reference_loot_template","reference id", false) |
LootStore | LootTemplates_Skinning ("skinning_loot_template","creature skinning id", true) |
LootStore | LootTemplates_Spell ("spell_loot_template","spell id (random item creating)", false) |
void LoadLootTables | ( | ) |
void LoadLootTemplates_Creature | ( | ) |
void LoadLootTemplates_Disenchant | ( | ) |
void LoadLootTemplates_Fishing | ( | ) |
void LoadLootTemplates_Gameobject | ( | ) |
void LoadLootTemplates_Item | ( | ) |
void LoadLootTemplates_Mail | ( | ) |
void LoadLootTemplates_Milling | ( | ) |
void LoadLootTemplates_Pickpocketing | ( | ) |
void LoadLootTemplates_Prospecting | ( | ) |
void LoadLootTemplates_Reference | ( | ) |
void LoadLootTemplates_Skinning | ( | ) |
void LoadLootTemplates_Spell | ( | ) |
LootStore LootTemplates_Creature("creature_loot_template","creature entry", true) |
LootStore LootTemplates_Disenchant("disenchant_loot_template","item disenchant id", true) |
LootStore LootTemplates_Fishing("fishing_loot_template","area id", true) |
LootStore LootTemplates_Gameobject("gameobject_loot_template","gameobject entry", true) |
LootStore LootTemplates_Item("item_loot_template","item entry", true) |
LootStore LootTemplates_Mail("mail_loot_template","mail template id", false) |
LootStore LootTemplates_Milling("milling_loot_template","item entry (herb)", true) |
LootStore LootTemplates_Pickpocketing("pickpocketing_loot_template","creature pickpocket lootid", true) |
LootStore LootTemplates_Prospecting("prospecting_loot_template","item entry (ore)", true) |
LootStore LootTemplates_Reference("reference_loot_template","reference id", false) |
LootStore LootTemplates_Skinning("skinning_loot_template","creature skinning id", true) |
LootStore LootTemplates_Spell("spell_loot_template","spell id (random item creating)", false) |
|
static |