EverWrath/src/server/game/Scripting/ScriptDefines
Hasn e644dd949f
feat(Core/Scripting): Implement hook OnAfterCalculateLootGroupAmount() (#17456)
Add hook 'OnAfterCalculateLootGroupAmount' to GlobalScript, similar to existing hook 'OnAfterRefCount'. Allows for dynamic modification of the group loot rate
2023-10-08 17:18:44 -03:00
..
AccountScript.cpp fix(Core): CanAccountCreateCharacter hook parameters (#13060) 2022-09-21 07:42:56 -04:00
AchievementCriteriaScript.cpp refactor(Core): remove unused imports (#9767) 2021-12-19 19:41:14 +01:00
AchievementScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
AllCreatureScript.cpp feat(Core/Scripting): Implement OnBeforeCreatureSelectLevel() hook (#17391) 2023-10-01 02:25:06 -03:00
AllGameObjectScript.cpp feat(Core/DB): Add Hooks On creature/game object save to db (#11246) 2022-05-06 00:42:49 -03:00
AllMapScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
AreaTriggerScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
ArenaScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
ArenaTeamScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
AuctionHouseScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
BattlegroundScript.cpp chore(Core/Misc): Change all TODO to doxygen comment (#14966) 2023-02-12 10:05:34 -03:00
BGScript.cpp feat(Core/Battleground): rework bg queue system (#10817) 2022-03-15 14:36:49 -03:00
CommandSC.cpp refactor(Scripts/Commands): convert cs_misc to new system (#8939) 2021-12-21 19:32:21 +07:00
CommandScript.cpp feat(Core/Common): add new helpers for time utility (#10207) 2022-01-19 12:01:59 +07:00
ConditionScript.cpp refactor(Core): remove unused imports (#9767) 2021-12-19 19:41:14 +01:00
CreatureScript.cpp feat(core): OnFfaPvpStateUpdate Event (#13023) 2022-09-21 08:33:28 -04:00
DatabaseScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
DynamicObjectScript.cpp refactor(Core): remove unused imports (#9767) 2021-12-19 19:41:14 +01:00
FormulaScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
GameEventScript.cpp feat(Scripting/Hooks): Implement OnGameEventCheck() hook (#10761) 2022-02-20 17:39:08 -03:00
GameObjectScript.cpp feat(Core/GameObject): Implement OnGameObjectModifyHealth() hook (#17374) 2023-09-28 22:39:57 +02:00
GlobalScript.cpp feat(Core/Scripting): Implement hook OnAfterCalculateLootGroupAmount() (#17456) 2023-10-08 17:18:44 -03:00
GroupScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
GuildScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
InstanceMapScript.cpp refactor(Core): remove unused imports (#9767) 2021-12-19 19:41:14 +01:00
ItemScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
LootScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
MailScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
MiscScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
MovementHandlerScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
OutdoorPvPScript.cpp feat(Core/Common): add new helpers for time utility (#10207) 2022-01-19 12:01:59 +07:00
PetScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
PlayerScript.cpp feat(Core/Player): Addition of a Hook in CanFlyInZone check (#16590) 2023-09-20 22:40:08 +02:00
ServerScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
SpellSC.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
SpellScriptLoader.cpp refactor(Core): remove unused imports (#9767) 2021-12-19 19:41:14 +01:00
TransportScript.cpp refactor(Core): remove unused imports (#9767) 2021-12-19 19:41:14 +01:00
UnitScript.cpp feat(Core/Scripting): Pass SpellInfo through the ModifyPeriodicDamage… (#14360) 2022-12-24 11:38:21 -03:00
VehicleScript.cpp refactor(Core): remove unused imports (#9767) 2021-12-19 19:41:14 +01:00
WeatherScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
WorldObjectScript.cpp feat(Core/ScriptMgr): replace macro and cleanup (#9598) 2021-12-10 15:05:28 -03:00
WorldScript.cpp feat(Core/ScriptMgr): add new hook OnAfterUnloadAllMaps (#10279) 2022-01-21 08:21:00 -03:00