Commit Graph

519 Commits

Author SHA1 Message Date
Rochet2
bb70286d18 Fix crash with dangling player pointer
For a more educated fix would need to get access to git history for why the hook was moved here.
Or alternatively, try research what would be the correct place for the hook.
2018-03-11 17:54:48 +02:00
ariel-
43498cc1a2 Core/Misc: fix bad dbc data for lock 'Locked ball and chain'
Closes #494 author is @ariel- not sure yet how smartgit works...
2018-03-06 14:38:45 +01:00
Yehonal
c7e91800fc Fixed typo in ScriptMgr comments 2018-03-06 00:05:46 +00:00
Yehonal
bfca8601c0 Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk 2018-03-06 00:01:13 +00:00
Yehonal
fbb4929299 CustomData for Map class 2018-03-06 00:01:07 +00:00
Nefertumm
11862840e2 Mechanic_immune_mask added in npc info command (#771) 2018-03-04 23:24:54 +01:00
Trystanosaurus
f477948595 Implement RATE_CREATURE_AGGRO
Make aggroRate a local variable and return aggro range of 0 if aggroRate is 0 to save unnecessary calculations.
2018-03-04 19:00:03 +01:00
Yehonal
a36e94a49a Fixed crashes with not initialized CustomData 2018-03-02 21:03:40 +00:00
yehonal
93cf5edd57 Moved ScriptMgr macros to separated header and created ModuleScript
it will allow Modules to create their own Hooks inside the
module itself, to customize/extend their functionalities.

An example of its usage will be available in VAS Module:
You'll be able to disable VAS with custom conditions from other modules.
2018-02-28 20:20:10 +01:00
ladiszlai
4b8a10e605 Addon message read fix (#796) 2018-02-23 12:52:39 +01:00
talamortis
fbbc70e318 Fix for item https://wotlk.evowow.com/?item=50130 Quest: Crushing the Crown 2018-02-13 13:27:23 +00:00
talamortis
ac54e94907 Fix heirlooms to apply stats before giving health. 2018-02-09 09:19:15 +00:00
Yehonal
a6e91bc4ac Fix lootable items re-fill when not really empty 2018-02-06 22:15:35 +00:00
Yehonal
9e680b4aed Fixed ossirian crysthal 2018-02-06 22:15:14 +00:00
Inifield
7bc6b57432 Implement Rate.Auction.Deposit
Fixes #764
2018-02-04 19:13:59 +01:00
Rochet2
96761f0741 Fix VS 2015 compile 2018-02-03 01:33:07 +02:00
Rochet2
7696bd355e Add missing include (travis passed though) 2018-02-02 00:52:49 +02:00
Rochet2
6217874f77 Update DataMap.h 2018-02-02 00:41:26 +02:00
Rochet2
96167c54ea Fix copy paste mistakes 2018-02-02 00:39:55 +02:00
Rochet2
0a3be94815 Implement convenience functions for DataMap
See https://github.com/azerothcore/azerothcore-wotlk/pull/748#issuecomment-362411082 for more.
2018-02-02 00:27:14 +02:00
José González
d85e55dd9b Fix compile error related to last commit (#776) 2018-02-01 18:21:41 +00:00
Rochet2
ff2851164d Implement data storage for Entitiies (#748) 2018-02-01 13:46:34 +01:00
Nefertumm
de7d331daf Implemented guild info command (#756) 2018-01-28 20:27:17 +01:00
Francesco Borzì
92d41d77bf Merge pull request #766 from Gargarensis/Unbound_Plague
Fix Unbound Plague, credit to Nefertumm
2018-01-27 20:01:14 +01:00
Nefertumm
ca2ee81939 Wrong logs for creature_equip_template + startup errors fixes (#758)
* Fixed wrong logs

* Added some errors fixes on startup
2018-01-27 20:00:54 +01:00
Nefertumm
99587f6057 Fix Unbound Plague 2018-01-24 10:59:13 +01:00
Nefertumm
4158d2a0d8 Implemented account_muted and feature mutehistory command (#753)
* Implemented account_muted and feature

mutehistory command.

* Added some Syntax.

* Fix sql_rev
2018-01-15 03:18:23 +00:00
Kaev
05cd8c8c61 Move area trigger storage from DBC to database (#742)
Renamed AreaTrigger + related stuff to AreaTriggerTeleport
2018-01-02 22:08:08 +01:00
Yehonal
ce412ec7dc Fixed warning 2017-12-21 15:23:25 +01:00
Yehonal
e51b48ef6c Fixed map_extractor cmake 2017-12-21 11:45:19 +01:00
Yehonal
8f7bc1c749 Moved files after merging 2017-12-21 11:29:24 +01:00
Yehonal
403ed2600f Merge branch 'master' of https://github.com/azerothcore/azerothcore-wotlk into dir-restructure 2017-12-21 11:26:43 +01:00
Yehonal
acd60005e8 removed gamefw target lib 2017-12-21 01:41:18 +01:00
Yehonal
b9e82c3bf0 Fixed linux compilation 2017-12-21 01:27:53 +01:00
Yehonal
685a89e03f fixed cmake 2017-12-21 00:48:33 +01:00
Yehonal
17332304fd Using TC structure allowing easier patches importing 2017-12-21 00:20:29 +01:00
talamortis
a0d17509a2 Fixed Mirror Image
close #730
2017-12-13 19:14:38 +00:00
Kaev
6d5f59d83a Removed item DBC loading and use item_template table instead (#732)
* Removed item DBC loading and use item_template table instead
Added all NPC only items to item_template

* Used the recommended way to add SQL files
2017-12-12 19:17:27 +01:00
Yehonal
cc69bd6304 Added SetCorpseTarget for SpellCastTargets 2017-12-11 02:45:19 +00:00
Yehonal
11d815e9d7 Use getRace instead of direct uint32 value access for Corpse 2017-12-11 02:45:16 +00:00
talamortis
a32e81545f Added Immunity Stun to spell effect bladestorm.
close #729
2017-12-09 10:20:41 +00:00
Yehonal
7a0a5613d0 Fixed Encounter Boss Faerlina:
+ fixed in combat with summons, you cannot skip them now
+ fixed naxxramas woshipper immunity: they are not immune to charm spells in 25 mode
+ fixed invisible Widow's Embrace spell in possessed npc bar
2017-12-08 10:43:22 +00:00
Yehonal
b9d7c85786 Rewritten Naxxramas boss state system using BossAI methods 2017-12-06 01:37:57 +00:00
Yehonal
2979fd6c1f Fixed Majordomo Executus respawn at server restart 2017-12-05 18:14:34 +00:00
Yehonal
bd9178368e Fixed saving of icc buff switch 2017-12-05 18:12:23 +00:00
neltharionorg
29f4a1e090 Import uptime table and feature from TC (#717) 2017-12-04 23:57:42 +01:00
Kaev
7a6c6315b8 Realmlist returns 0 instead of 1 characters after you deleted all characters (#724) 2017-12-04 22:08:26 +01:00
Kaev
d4e8035a9a Added getter for ObjMgr::_itemTemplateStoreFast (#725) 2017-12-04 21:37:57 +01:00
yehonal
52ae84d581 Fixed crash after 635f7831e1 2017-12-04 02:14:30 +00:00
Yehonal
c044cbfdff Improved OnItemRoll hook
Now you can change the chance temporary and dinamically
2017-12-04 02:12:48 +00:00