Kartselyanski
02f0b4c942
Fixed Archavon's Stone Breath knockback on tank.
2018-06-25 17:55:36 +02:00
Kargatum
7329ad4790
Add GitRevision
...
GitRevision as in TrinityCore
2018-06-24 17:32:50 +02:00
Nefertumm
00b5e3141a
Fix Lady Deathwhisper intro
...
When you are at Lord Marrowgar entrance and he starts his intro, Lady
starts her intro too. With this fix, that is fixed.
2018-06-24 00:59:04 +02:00
Rochet2
a3d3042049
Core Hook - Remove temporary fix and document possible null in hook ( #805 )
...
* Remove workaround
Partially revert temporary crash fix a36e94a49a
* Update ScriptMgr.h
2018-06-20 00:38:32 +02:00
Kargatum
d4f785d705
Fix typo in commit 049386b936
2018-06-18 20:58:53 +07:00
Kargatum
049386b936
Core/Scripts: Add BGScripts and new hooks
...
* OnBattlegroudStart
* OnBattlegroudEndReward
* OnBattlegroudUpdate
* OnBattlegroudAddPlayer
2018-06-18 02:00:20 +07:00
Barbz
a1794c6193
BattlegroundMgr - Fixed typo
...
Quick fix typo in slog
2018-06-17 17:04:56 +02:00
Viste(Кирилл)
a303ba3da3
Core/Arena: fix auto distribute arena points and config option. ( #927 )
2018-06-16 17:28:44 +01:00
Barbz
8d2555ed04
Change Trinity Core to AzerothCore in config files ( #889 )
...
* Authserver.conf - Change Trinity Core to AzerothCore
* Worldserver.conf - Change Trinity Core to AzerothCore
2018-06-15 20:30:49 +02:00
Nefertumm
8481eec5be
Fix brackets from #894
2018-06-08 23:05:10 -03:00
Trystanosaurus
3b307ecb05
Add cooldown to Amplify Damage in phase 3 ( #894 )
...
Added a cooldown to amplify damage in phase 3, else it's cast every frame. Used random between 20 and 30 seconds as that's what's set at the start of phase 3.
2018-06-08 11:32:08 +01:00
Nick Kraftor
3fecbf9f31
Module hook for kills performed by pets/totems ( #912 )
...
* Add hook for pet/totem kills
* Use method to cast unit to creature
2018-06-07 22:00:21 +01:00
Kargatum
dfb81201fc
Change encoding in banner ( #911 )
2018-06-06 15:50:46 +02:00
Kargatum
f122ed57bf
Show default options, missing in config files ( #908 )
2018-06-05 07:14:57 -04:00
ayase
e222cbbc0a
Fix: Stuck at "Retrieving character list". ( #880 )
...
@AyaseCore
* fix: Stuck at "Retrieving character list".
* change 2 to 1.1.
* Use the rochet2 solution.
@Rochet2
* Add more logic from InstanceSaveManager::Update
In `InstanceSaveManager::Update` the `bool warn = event.type < 5;` affects how much time is added to the next reset schedule. This commit takes that into account to the next_reset calculation when skipping resets.
* Simplify code and move it to data loading
2018-06-03 21:56:02 +02:00
BarbzYHOOL
15d8dd36e5
Scripts - Fixed missing headers
...
Without these, the server would not compile when disabling precompiled headers (PCH)
2018-06-02 19:04:41 +02:00
Stoabrogga
7e1c5b16ae
Bugfix: cast items with target "TARGET_DEST_NEARBY_ENTRY" (e.g. item 7247) did not work because the if-clause only checks valid target units or game objects; fixed via additional check for target object type "TARGET_OBJECT_TYPE_DEST" and a valid target destination
2018-05-31 22:02:54 +02:00
ayase
064bbd9270
LFG - Queue again after dungeon (PR #883 )
...
People should now be able to queue again, after last boss is killed.
(Closes issue #856 )
Commits:
* fix:Dungeon Queue - Not working(#856 )
* only the leader can re-queue
* Update LFGHandler.cpp
2018-05-29 22:57:22 +02:00
ayase
00777a80ae
Eluna implementation ( #847 )
...
* azerothcore + eluna done.
* Remove the Eluna single thread limit.
* Read Eluna Settings file.
* submodule change.
* fix(test) Ubuntu - Cant Link Library after Compile
* The ELUNA is disabled by default.
* remove submodule luaEngine.
* some change
* fix a error
* change cmake
* fix: some onplayerchat does not have hooks.
* Eluna: Add BG event Hooks.
* fix:cmake hook AFTER_LOAD_CONF not work.
* Remove the eluna switch.
* Remove some define in the core.
* fix conf file not read in the linux.
* eluna : change bg hook parameter type
* Remove TC log function call
* change bg hook OnBGEnd parameter type.
Note: to enable Eluna, the module is required
2018-05-22 20:22:11 +02:00
Pondaveia
0c0d4626e1
[Naxxramas] Gothik the harvester minions ( #826 )
...
* Minion spells
added spells for living and dead side
* spell events and enter combat updated
* finished adding spells to minions
needs testing
* Minions now cast spells correctly.
Bugfixed
* travis?
2018-05-20 02:18:29 +01:00
Kargatum
6873019ab0
Missing options in conf file (auth and worldserver)
2018-05-17 23:00:45 +02:00
Viste(kirill)
fda3d1a865
Core/Characters: fix player dump load command
2018-05-07 15:51:52 +03:00
Viste(kirill)
53364abcd7
Core/Crypto: Transitional Cryptography update for OpenSSL 1.1
...
Support for both OpenSSL 1.0 LTS and OpenSSL 1.1 versions.
Many Linux distributions are still on 1.0 and will stay on LTS for quite
some time.
Port of CMaNGOS commit: cmangos/mangos-wotlk@e1b0048
2018-05-02 13:57:57 +03:00
Barbz
9db1d639fc
Merge pull request #755 from Nefertumm/PlayerBytes
...
Split playerBytes fields in characters table
2018-04-19 19:51:33 +02:00
Yehonal
737c6ec1e1
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk
2018-04-09 07:12:11 +00:00
Yehonal
d17e1da32a
Missing override keyword
2018-04-09 07:11:44 +00:00
Yehonal
15a2a47cb9
Missing ScriptLoaders for missing instance scripts
2018-04-09 07:10:00 +00:00
Yehonal
f5fcc12fda
Missing scripts for instances
2018-04-09 07:09:57 +00:00
Yehonal
b773662753
New Boolean parameter for OnAfterUpdateEncounterState
...
Now you're able to know if an encounter has been really changed or not
(e.g. respawned bosses)
2018-04-09 07:09:43 +00:00
Yehonal
1b53828c52
fixed some warnings
2018-04-09 07:09:34 +00:00
Yehonal
e49fb94e79
Fixed Twilight torment sartharion
...
thanks to @Morgarr
2018-04-09 07:09:27 +00:00
Barbz
4f477fae11
Merge pull request #806 from BarbzYHOOL/trial_of_the_champion_portcullis
...
Fixes the North Portcullis in TOCh
2018-04-06 22:09:03 +02:00
talamortis
05ed0597c0
Tome of Valor should no longer desapwn the creature
2018-04-01 16:55:50 +01:00
Shauren
77abc1df0e
Core/Misc: Fixed memory leak in trade handler
2018-03-31 23:35:00 +03:00
talamortis
d7e4799728
removed unused code - fix Travis
2018-03-31 19:46:28 +01:00
talamortis
a6e10f2ab2
Instace to return the guid of the gameobject
2018-03-31 18:45:46 +01:00
talamortis
68c0d298ce
After killing Rhahk in deadmines the door will now open correctly.
2018-03-31 18:05:44 +01:00
talamortis
582abe1541
move a bit of code around for mirror image creatureAI
2018-03-29 01:11:08 +01:00
talamortis
4cb370e192
More fixes for Mirror Image
...
When player loses target on the mirror image should still attack the current target
2018-03-29 01:01:38 +01:00
Lee
72f9ef756e
removed extra space
2018-03-26 21:14:34 +01:00
Yehonal
91cbe9e98a
Fixed Creature_SelectLevel hook
2018-03-20 13:50:35 +00:00
Yehonal
9abaf38612
Implemented OnAfterUpdateEncounterState hook
2018-03-20 13:50:27 +00:00
talamortis
5775da199a
Revert "Guild charter should now work as intended."
...
This reverts commit 8a307c7b18 .
Also applied fix using original code.
2018-03-20 08:34:15 +00:00
talamortis
3cd8da7560
Players can now re enter zul'aman after raid wipes.
2018-03-19 11:54:00 +00:00
talamortis
8a307c7b18
Guild charter should now work as intended.
...
closes #807
2018-03-19 11:11:33 +00:00
talamortis
13580238c4
fixed crash issue is creatures are summoned outside of the instance
2018-03-18 22:41:29 +00:00
Barbz
f329d17083
Custom scripts - Style of the readme on Github
...
Made it easier to read
2018-03-18 20:32:32 +01:00
Rochet2
d1646aeb0f
Fix DB type to match core ( #809 )
...
* Fix DB type to match core
Reverts https://github.com/azerothcore/azerothcore-wotlk/pull/733
* Importing pending sql
2018-03-17 14:19:33 +00:00
talamortis
5113715b05
Upon death KT should reopen the door so people can leave.
2018-03-17 09:47:22 +00:00
talamortis
62977e6408
if players now wipe the door will Reset.
2018-03-15 13:08:02 +00:00