| Age | Commit message (Collapse) | Author |
|
|
|
Blizzlike script for Archivist Mechaton
|
|
|
|
|
|
Forgot in e08efb89e4709c0a6f82e616780b738b9e8ee399
|
|
Also increase parallel build to 10 from 4 (if it is going to fail anyway it can at least fail fast)
|
|
Windows users are now required to download and install mysql server with headers and libraries
|
|
Thanks @Nihilianth
|
|
WorldObject::SummonGameObject respawn time is in seconds and not milliseconds
|
|
Wiki said despawn time for gobjects spawned using smart action 50 was in ms, which was wrong its actually in seconds,
|
|
By AriDEV, closes #12929
|
|
EnsureGridCreated() which is thread safe because although the LoadMap() call probably came from a thread safe EnsureGridCreated() call from the current map instance, multiple map instances can load grids for the same base map in the same time, and each of them has it's own mutex, therefore we should rely on the basemap's mutex
|
|
|
|
NPCS in Sunken temple do not need difficulty flags as there is only one mode
|
|
Explosives on use.
Closes #12243
|
|
|
|
I had already tested script without broadcast ids but failed on pasting column name in right place when I did add them xd.
|
|
several quest complete scripts for quests in Zul'drak
rescripts Explosive Charges Bunny to include the countdown text,
|
|
Close pull request #11288
|
|
Fixed suffix ids for some items with sub-60 itemlevel
Fixes #12898
|
|
arena members
|
|
Core/Channels: fixed possible exploit with channel password
|
|
You were able to setup longer password than you can write into the dialog window. Limit in dialog is 31 chars, in DB is varchar(32) but there was no limit in command /pass <channel> <password>, so that was the problem.
|
|
Rewrite of conditions I used in https://github.com/TrinityCore/TrinityCore/commit/0c1587cc916de846eedf3ccf48f80caf053f427b for a few things I overlooked when I writ original conditions, like fix the issue where someone without quest could click gossip menus and select the gossip menu to get the injured oracle to his feet and then make it impossible to turn in just following orders, gossip is now only displayed if player has or needs to take quest or select gossip option to start event.
conditions to prevent gossip option been selected to start wp while has feign death.
|
|
|
|
Fix Halion event ai not being updated due to private member hiding base class member.
Fixes #12835
|
|
killed builds"
This reverts commit 32673f63c57612fde9dfb3dcd0f67b2a459fa7ca.
|
|
|
|
|
|
|
|
|
|
This is a workaround required by the current spell system limitations.
Close pull request #11915 .
|
|
Close #12855 , thanks @P-Kito
|
|
Close pull request #12657
|
|
Rename of file to reflect this commit is only for 3.3.5
|
|
OnQuestStatusChange hook
Also fixed some comments and added overrides
The OnQuestComplete hook was unused and didnt work properly
|
|
Script by me closes #4172
Also slight modifications to script for the lich kings script as part of the cleansing drak'tharon event as its the same entry of the lich king what is used there that is also used for this quest, so have had to condition the on just summoned events to area and specify wp in the on reached wp events rather than any.
|
|
Working version, WP are not sniffed but we have little choice since this quest was removed from game by Blizzard in cata and no known sniffs/videos of this quest exist.
Closes #1610
|
|
|
|
Ref #12910
|
|
|
|
|
|
|
|
|
|
Core/Spells: Channeled spell pushback is now affected by haste
Closes #12879
|
|
By y1x2 @ cmangos
Closes #12247
|
|
Core/SmartScripts: fix escort quest group-complete
|
|
Core/Quest: Allow money reward to be modified.
|
|
Scripts/SteamVault: Hydromancer Thespia rewritten to BossAI
|
|
|