This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "CreatureAI.h" | |
#include "TemporarySummon.h" | |
#include "Pet.h" | |
#include "ScriptedGossip.h" | |
#include "Player.h" | |
#include "ScriptMgr.h" | |
#include "ScriptedGossip.h" | |
#include "ScriptedCreature.h" | |
#include "Player.h" | |
#include "Unit.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/server/game/Handlers/ChatHandler.cpp b/src/server/game/Handlers/ChatHandler.cpp | |
index c9e69ba6c0..84d25c2014 100644 | |
--- a/src/server/game/Handlers/ChatHandler.cpp | |
+++ b/src/server/game/Handlers/ChatHandler.cpp | |
@@ -43,6 +43,7 @@ | |
#include "World.h" | |
#include "WorldPacket.h" | |
#include <algorithm> | |
+#include <Configuration\Config.h> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/server/game/Entities/Player/Player.cpp b/src/server/game/Entities/Player/Player.cpp | |
index a694b45..2e39c33 100644 | |
--- a/src/server/game/Entities/Player/Player.cpp | |
+++ b/src/server/game/Entities/Player/Player.cpp | |
@@ -79,6 +79,7 @@ | |
#include "WorldPacket.h" | |
#include "WorldSession.h" | |
#include "GameObjectAI.h" | |
+#include "Config.h" | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Add the following at the end of your worldserver.conf | |
GamblerNPC.Announce = 1 | |
Gambler.Amount1 = 1 | |
Gambler.Amount2 = 2 | |
Gambler.Amount3 = 3 | |
Gambler.Amount4 = 4 | |
Gambler.Amount5 = 5 | |
Gambler.Jackpot = 50 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "TemplateNPC.h" | |
void sTemplateNPC::LearnPlateMailSpells(Player* player) | |
{ | |
switch (player->getClass()) | |
{ | |
case CLASS_WARRIOR: | |
case CLASS_PALADIN: | |
case CLASS_DEATH_KNIGHT: | |
player->learnSpell(PLATE_MAIL); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "ScriptMgr.h" | |
#include "World.h" | |
#include "Player.h" | |
#include "Chat.h" | |
#include "WorldSession.h" | |
#include "ScriptedGossip.h" | |
#include "ScriptedCreature.h" | |
#include "CreatureAI.h" | |
class npc_script_example : public CreatureScript |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "TemplateNPC.h" | |
#include "Item.h" | |
#include "DBCStores.h" | |
#include "Log.h" | |
#include "DatabaseEnv.h" | |
#include "Player.h" | |
#include "WorldSession.h" | |
#include "ScriptedGossip.h" | |
#include "ScriptMgr.h" | |
#include "ScriptedCreature.h" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- ===================================================================================================================== -- | |
-- | |
-- [3.3.5] Transmog Mall, Created by philippovitch, Updated by mindsear (Jul-25-2018) for the latest TrinityCore TDB 335.64 | |
-- | |
-- ===================================================================================================================== -- | |
Set @Subname_OS_WOTLK_1 := "Transmog Off-Set WOTLK 'Uncommon'"; | |
Set @Subname_OS_WOTLK_2 := "Transmog Off-Set WOTLK 'Rare & Epics'"; |
NewerOlder