Commit Graph

587 Commits

Author SHA1 Message Date
Stoabrogga
a18d1474a3 tools improvement (#926)
* tools improvement

* added "Source/DetourAssert.cpp" to recastnavigation/Detour/CMakeLists.txt

* increased MMAP and VMAP version numbers

* Will need to re extract MMAPS and VMAPS
2018-07-13 12:46:04 +01:00
Kartselyanski
90fdd10c3f Fix Fishing's spell cast interruption. 2018-07-11 00:16:35 +02:00
Kargatum
7a5ed0c5bb Core/Scripts: Add SpellSC and new hook OnCalcMaxDuration 2018-07-08 01:04:38 +02:00
Kartselyanski
e5d58de641 Core/Scripts: Sapphiron fixes.. 2018-07-07 16:59:31 +02:00
talamortis
2c7485c11c Removed the set faction from animal blood spell 2018-07-06 17:10:41 +01:00
talamortis
775d5094d2 Removed comment from hook - No idea why it was there. 2018-07-06 15:05:47 +01:00
FALL1N1
cbc5172b1c Core/Scripts: Boss Gluth + Spell Infected Wound ... (#937)
* Fixed infinite stacks (and eventually crash) of infected wound. (Also fixes the stranglethorn vale zombies' DoT stack issue and all the mobs using that spell)
* Fixed zombie spawn location (3 gates, only 1 used in 10man, all 3 in 25)
* Fix Gluth's "Zombie Chow" distance, now it's blizzlike. Closes #736
2018-07-06 15:23:42 +02:00
Barbz
c15444a18e Rogue/Spell: Blade Flurry correctly dmg multiple mobs (#939)
Core/Spells: Fixed Blade Flurry not sharing damage/ignoring armor to
2018-07-05 00:41:05 +02:00
lineagedr
fb6d7af046 Update spell_rogue.cpp (#959)
Blade flurry shouldn't target totems.
2018-07-03 09:12:20 +01:00
FALL1N1
613b586485 Fix Maexxna's portal rotation. (#925)
* Maexxna portal rotation.

* Rewritten sql to update, ready to be merged.

* Portal's visual effect should be in different phasemask and appear only when maexxna is killed.

* split the update query in two, forgot that visual is in phase2

* i want to kms.. all should be good now
2018-07-02 19:20:46 +01:00
talamortis
c3a36641ff Fixes Rogue Tier 1
close #955
2018-07-02 18:39:48 +01:00
talamortis
5100a533d2 Added check to player to return if player is in tank spec 2018-06-28 01:57:48 +01:00
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
Kartselyanski
b9f12ddf8a Core/Spells: Fixed Blade FURry not sharing damage/ignoring armor to additional mobs. 2018-06-24 02:59:19 +03: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