Barbz
b8d2396398
Core/Achiev: Warning if GM mode enabled ( #1028 )
...
* Core: Achievements warning if GM mode enabled
Added a warning ingame and in console when you're a GM testing achievements (else it was confusing).
Added an extra type check in UpdateAchievementCriteria, ported from TrinityCore.
2018-12-08 23:02:41 +01:00
Barbz
b1b02e0328
Core/Script: BRD needs to light 2 braziers to open the doors ( #1069 )
...
Before, it required to light only 1 brazier to bypass the Lyceum.
http://wowwiki.wikia.com/wiki/Shadowforge_Torch
2018-12-05 16:28:56 +01:00
Dmitry Brusenskiy
1320cc21cf
Core: feature add 2FA (OTP) ( #1054 )
...
Add 2 factor authentification for improved security on your websites/apps.
Taken from TrinityCore
Closes #1049 on github.
2018-12-04 19:18:23 +01:00
talamortis
a9b981d619
[Core / Fix] Fixed an issue if charmed creatures was created by spell they wouldn't disappear if owner was too far away from it.
...
Lets take quest Taming the beast for example, Once beast was tamed and player was too far away from the creature it would still appear as a pet and cause issues.
2018-11-30 00:27:32 +00:00
talamortis
50aace0e52
[Core / Fix] Mage: Empowered Fire Talent
...
Fixed an issue where the Mana return was returning 0.2% instead of 2%.
2018-11-29 19:49:47 +00:00
Walter Pagani
914013cd88
Core/NPC: Deathstalker Faerleia text translatable in the DB ( #1070 )
...
Deathstalker Faerleia text can now be translated in the DB
2018-11-28 20:59:26 +01:00
Jinyang li
f2f3872c25
CORE/Spell: add diminishing returns on reflected spell. ( #1050 )
...
Fix "Spell which is reflected doesn't create DR on whom is casting the spell"
Now warrior would not add diminishing returns if he reflect spell (code may be a bit hacky)
Closes issue #650 on github
2018-11-23 22:39:30 +01:00
Jinyang li
4b6342b42f
Core/NPC: Creatures now alert when they detect stealthed players ( #1060 )
...
Creatures stop when they detect a stealthed player like in retail.
Closes #1020
2018-10-31 20:25:23 +01:00
Stoabrogga
59f0d086a6
Core/Script: Add sounds to quest "Let the Fires Come!" ( #1061 )
...
Add voice sounds for the Headless Horseman during quest "Let the Fires Come!"
2018-10-30 15:02:14 +01:00
Barbz
f40dc23242
Core/Conf: Typo in MaxPrimaryTradeSkill desc
...
Wrong number of primary professions in worldserver.conf
2018-10-28 18:57:13 +01:00
talamortis
7ffc68e4aa
Added missed copyrights to CreatureGroups.cpp
2018-10-27 21:28:37 +01:00
talamortis
1fd6b4cff5
[Core / Spell ] Warlock Life Tap
...
Fixed an issue where warlock could kill itself using max rank till fizzled and then low rank.
2018-10-27 21:03:34 +01:00
Barbz
879553ddf8
Core/Conf: Fix StartAllReputation from player.cpp ( #973 )
...
Remove StartAllReputation from player.cpp
Move StartAllReputation to handler
Add the config back
2018-10-23 19:39:14 +02:00
Pondaveia
e8aff9feac
Core/Scripts: Unify GOB commands ( #1037 )
...
- Unify game object related GM commands
- Add deprecation notice to old commands
Closes #1019
2018-10-18 00:07:05 +02:00
Barbz
69840392c4
CORE/conf: Note about MaxCoreStuckTime danger
...
Warning note to avoid stupid crashes.
https://github.com/azerothcore/azerothcore-wotlk/issues/1042
2018-10-14 23:49:23 +02:00
Barbz
1d5407a9d9
Revert "Core: Better fix for stuck at "Retrieving character list"" ( #1040 )
...
This reverts commit c4a6445a23 .
2018-09-30 01:05:51 +02:00
talamortis
841f4fea59
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk
2018-09-28 18:33:57 +01:00
talamortis
c4a6445a23
Core: Better fix for stuck at "Retrieving character list"
...
also fix instance lock always delayed and never expiring
close : #966
2018-09-28 18:33:17 +01:00
BarbzYHOOL
368f187a42
Conf - UseProcessors option explained
...
A bit more detailed example to understand bit masks
2018-09-23 21:17:18 +02:00
talamortis
b68354858f
Mirror image Update
...
Mirror images no longer run to their follow position before start casting
close : #730
2018-09-23 13:54:26 +01:00
d3tr0l
4f2c6fcc31
[Core/Script] Fixed the amount of mana gained from Life tap
...
Patch 3.3.3: Life Tap: This spell no longer scales with spirit, and instead scales with spell power.
2018-09-20 19:18:27 +01:00
talamortis
e715dd3f61
Core/Script: Warlock lifetap's damage
...
Fixed warlocks Lifetap todo the same damage as displayed on tooltip.
2018-09-20 18:24:38 +01:00
Kargatum
0d6eb11db9
Core/Account: Add total time played in account ( #1003 )
...
This saves the total time played on the account, even if your characters have been deleted.
2018-09-17 19:58:42 +02:00
Stoabrogga
205e8eb14e
Log unused config options ( #999 )
...
Now fixed
2018-09-08 20:26:28 +02:00
Stoabrogga
c369ba44e6
fix error message and help text for new 'npc set faction' command
2018-08-12 23:16:01 +00:00
BarbzYHOOL
4d7c06c304
Revert "Show default options, missing in config files ( #908 )"
...
This reverts commit f122ed57bf .
This commit created a critical errors and made the core instable. The feature should be reimplemented in a better way.
2018-08-05 20:49:51 +02:00
talamortis
a47876ebd9
Updated custom commands made.
2018-08-05 00:52:10 +01:00
talamortis
cbf7bc2d3f
Updated code for New config.
...
*enable/disable Minigob Manabonk
*Put the config option in the wrong part, changed from int to bool.
2018-08-05 00:50:24 +01:00
talamortis
ccb3e8c2a4
Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk
2018-07-29 23:09:07 +01:00
talamortis
78e1407f7a
New config option added
...
- Added config to enable/disable Minigob Manabonk.
- Dalaran Wintergrap mage no longer yells if the event has been disabled.
2018-07-29 23:08:56 +01:00
FALL1N1
c6be57c232
Move preloading in the continent transport check
2018-07-28 01:43:23 +02:00
Kartselyanski
1f51bf41cd
And another one...
2018-07-28 01:43:23 +02:00
Kartselyanski
21aae9eec5
Should be out of the check.
2018-07-28 01:43:23 +02:00
Kartselyanski
ea8c85c886
Make the continent transport and preloading optional.
2018-07-28 01:43:23 +02:00
talamortis
4e27109cea
Fixed crash issue with death grip from previous commit.
...
*Tested on both Windows and Linux system.
2018-07-22 12:08:52 +01:00
talamortis
295f461fdd
Added the commands into a sub table
...
Now
.npc set faction temp (id)
.npc set faction original
.npc set faction perm (id)
2018-07-22 00:37:43 +01:00
talamortis
e36dac4258
added two more commands to .npc set
...
* .npc set tempfactionid (35) - will changed the selected npc faction but will not save it.
* .npc set originalFaction - will restore the correct faction from the npc faction template in the DB.
closes #706
2018-07-22 00:23:39 +01:00
talamortis
562833c9d6
Fixed Glyph Learning.
...
* Fixed an issue where if players learn a glyph in spec 1 the same glyph couldnt be applied in spec 2.
closes #739 #411
2018-07-21 23:38:33 +01:00
talamortis
bdbdc8030a
Update Death Grip
...
* Added another check to Death grip to ignore some boss ids, as need for some faction champions in argent crusade.
closes #982
2018-07-21 22:22:59 +01:00
ayase
d29a1a3300
Core: Easy module conf creation & reload ( #931 )
...
* Change the read method of the config of the module.Developers can now easily read the config file in cmake.
e.g. AC_ADD_CONFIG_FILE("${CMAKE_CURRENT_LIST_DIR}/conf/my_first_module.conf.dist")
* Update Master.h
* Update cs_reload.cpp
Command: `.reload config` can now reload the config file of all modules #981
2018-07-19 21:50:29 +02:00
talamortis
8b1f2ece8a
Fixed Typo
...
*Fixed typo on custom hook.
2018-07-18 19:48:44 +01:00
talamortis
a5a130b95a
Added Hook
...
* This hook can be used to cache module database tables.
2018-07-18 13:12:30 +01:00
Stoabrogga
8e9faf8488
Revert WMO changes ( #976 )
2018-07-17 14:27:42 +01:00
Kartselyanski
113ac06929
Ahn'Kahet: Amanitar should cast the fungus only on players without "Mini" aura.
2018-07-17 00:01:09 +02:00
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