Lee
d172c43459
[Core/ Spell] Val'anyr Hammer of Ancient Kings Fix ( #1388 )
...
* [Core / Spell] Fixed Val'anyr Hammer of Ancient Kings
Fixed issue with Val'anyr Hammer of Ancient Kings procing on non healing spells such as buffs
2019-02-01 01:59:19 +00:00
Lee
30f28d341e
[Core / Spell] Fixed Amplify Damage ( #1387 )
...
Fixed Amplify Damage for Prince Malchezaar, this will no longer apply the effect on all players in the raid but only single player
2019-01-30 12:15:56 +00:00
Francesco Borzì
d16c17c044
feat(conditions): prevent adding bad contitions + align enums with TC ( #1381 )
2019-01-29 23:02:54 +01:00
Walter Pagani
99fdc32991
refactor: Quest 5742 moved from core to DB ( #1354 )
...
Replace c++ with smart_scripts
2019-01-29 22:34:23 +01:00
Francesco Borzì
38b368e909
feat(gameobject): allow gameobjects to loot money + align table with TC ( #1368 )
2019-01-28 20:24:43 +01:00
Francesco Borzì
1905c36353
fix(quest): fix some quest chains + align NextQuestID with TC ( #1351 )
2019-01-28 20:23:59 +01:00
Francesco Borzì
2f1c01a1fd
feat(SmartAI): display error on unsupported targets + align TC enums ( #1349 )
2019-01-28 20:23:35 +01:00
José González
987095e2c9
fix(Core/Command): fix startup error
2019-01-27 12:23:19 +01:00
Stoabrogga
acf47073ab
feat(SmartAI): Implement action type 115 "SMART_ACTION_RANDOM_SOUND"
2019-01-26 22:16:16 +00:00
Poszer
8c49cec40a
fix(DB/SAI): Lazy Peons quest ( #1348 )
...
- Quest: Lazy Peons: Moved from core to SAI
- Lazy Peon will now play work sounds
- Lazy Peon will now display the axe-swing emote
- Lazy Peon will now kneel in front of the pile, and start cutting in front of the tree
- Lazy Peon will now use better positions and orientations for the wood pile and the trees
- Lazy Peon will fall asleep after 80 seconds of working
- Lazy Peon will now activate itself every 120 000 till 150 000 milliseconds
2019-01-25 22:01:24 +01:00
Francesco Borzì
206feacab3
feat(SmartAI): improve add quest action ( #1333 )
2019-01-24 19:07:13 +00:00
Francesco Borzì
c62fec7f77
feat(SmartAI): handle unused SmartActions ( #1335 )
...
Emit error when there is a SmartAction in the DB that is not yet supported in AzerothCore.
Emit error when there is a SmartAction in the DB that is not supposed to be used in version 3.3.5a.
2019-01-23 15:51:08 +01:00
Lee
662a49bfd8
[Core / Script] Mr Smite Event Update ( #1340 )
...
Fixed an issue where Mr Smite would do his stomp event more than once.
2019-01-22 08:12:46 +00:00
Walter Pagani
b39042d533
DB/Quest: Quest 11223 moved from core to DB ( #1334 )
2019-01-21 06:38:26 +07:00
Francesco Borzì
8931ae74ba
refactor(SmartAI): move AC-only SMART_ACTIONs to avoid conflicts with TC
2019-01-20 19:57:21 +01:00
Francesco Borzì
386b334337
refactor(SmartAI): align some SMART_ACTION(s) to TC ( #1329 )
2019-01-20 14:09:14 +01:00
Francesco Borzì
7c7c5eb203
Core/DB: refactor(creature_template): closes #1181 ( #1322 )
...
* refactor(creature_template): closes #1181
* chore: improve code readability
2019-01-20 13:39:32 +03:00
Francesco Borzì
07d5314a8b
refactoring(SAI): add event_param5 and target_param4 ( #1324 )
2019-01-20 01:02:01 +01:00
Francesco Borzì
aa66ff8f08
Core/Startup: Empty table should not be a startup error ( #1320 )
2019-01-20 02:24:10 +07:00
Poszer
2729b35bb3
fix(Core/Quest): Mr.Floppy's Perilous Adventure fix ( #1314 )
2019-01-19 12:07:26 +01:00
Francesco Borzì
043b9691ab
Fix server motd ( #1319 )
...
* fix: server motd
* add new lines at the end of files
* fix build
2019-01-19 11:53:52 +01:00
ColdIronWow
7bf1167b53
Core/Instance: Naxxramas conversation fix ( #1304 )
...
* Resolve Issue 1138
* Move sql update to a single line
Co-Authored-By: ColdIronWow <46758545+ColdIronWow@users.noreply.github.com >
2019-01-19 13:49:08 +03:00
FrancescoBorzi
0411cc9c21
fix build
2019-01-19 10:23:23 +01:00
FrancescoBorzi
5e08b2b8d9
add new lines at the end of files
2019-01-19 02:55:10 +01:00
FrancescoBorzi
97ae1496a7
fix: server motd
2019-01-19 02:48:00 +01:00
Dmitry Brusenskiy
1952b2fbfb
Core/Packets: Fix calendar event time ( #1289 )
...
No more -3 hours shift when creating events in the calendar.
Closes #1287
2019-01-18 14:43:12 +01:00
Vitoco
c9c9007015
Core/Spells: Fix DeathKnight T10 Tank 2P Bonus ( #1291 )
...
Now correctly increase the damage done by your Death and Decay ability by 20%
2019-01-17 18:53:05 +01:00
Francesco Borzì
b9d14372fd
chore: Update copyright note ( #1292 )
2019-01-16 15:59:02 +01:00
José González
a4d8134e38
Core/Commands: Add new spy command ( #1263 )
...
Add a new spy command for game masters and administrators to receive all conversations of followed players.
How to use:
- Use command .spy follow <characterName> with a GM
- Make that player whisper another player
- You (GM) should receive the message sent
- Use command .spy status. You should get a list with the test subject's name in it.
- Use command .spy unfollow <characterName>
- You should not receive any more messages sent or received by that player
* Core/Commands: Add new spy command
* Importing pending sql
* Fix missing comma in SQL
* Fix travis compile: comment unused parameter
2019-01-15 15:47:14 -03:00
Francesco Borzì
27ea9c3f95
Core/MySQL: wait for the DB to be ready ( #1286 )
...
* Core/MySQL: wait for the DB to be ready
- Closes #1285
* Fix build on windows
2019-01-15 13:52:54 +01:00
Poszer
d5294f7112
Merge pull request #1255 from poszer/QuestAbandonFinishFix
...
Quest abandon finish fix
2019-01-15 13:52:26 +01:00
FrancescoBorzi
57f6a44082
Fix build on windows
2019-01-15 08:46:07 +01:00
Poszer
6ef7c40313
Update Player.cpp
2019-01-15 00:48:54 +01:00
FrancescoBorzi
e5ad0165b3
Core/MySQL: wait for the DB to be ready
...
- Closes #1285
2019-01-14 23:21:50 +01:00
Poszer
c573c60a0f
DB/Quest Going Bearback ( #1267 )
...
-Fix client crash while ussing arrows in quest, and pressing Esc.
-Updating creature spells ( Correct is to have Flaming Arror and Burst of Speed )
2019-01-14 11:26:58 +03:00
Kargatum
66b9f007ea
Core/Reload: Delete useless lines for achievement_reward_locale ( #1277 )
2019-01-14 11:24:45 +03:00
Kargatum
93bccb9b85
Core/Gossip: improve gossips related to Dual Talent Specialization ( #1218 )
2019-01-13 17:16:09 +03:00
FrancescoBorzi
ceb82e3506
Merge branch 'master' into UlagtheCleaverQuestFix
2019-01-13 12:41:13 +01:00
Kargatum
b34bc28e5b
Core/DB: Update all locales to actual TrinityCore ( #1160 )
...
* Core/Misc Update all locales table structure to simple system. Port from TrinityCore
Co-Authored-By: Winfidonarleyan <dowlandtop@yandex.com >
* Core/Db/Gossip Update structure gossip_menu and gossip_menu_action to actual TrinityCore
* Core/DB Update Broadcast system to actual TC
* Core/Mail: implement Quest Mail Sender
* Core/Quest Split quest template locales
2019-01-13 01:56:06 +03:00
Viste(Кирилл)
e7dafc18d2
MySQL: fix MySQL 5.6 find mistake ( #1268 )
2019-01-12 16:02:59 +03:00
Vitoco
bb34d1b90a
Core/Spell: Val'kyr Target Search bypass invuln ( #1229 )
...
This spell now bypass invulnerability.
Fix players using Hand Of Protection to prevent selection from valkyrs.
2019-01-10 14:30:42 +01:00
Poszer
e993c20cac
Update Player.cpp
2019-01-10 13:35:54 +01:00
Poszer
ffd578559a
Update Player.cpp
2019-01-10 13:23:46 +01:00
Kargatum
c00d5fe0ab
CMake: Use source_groups to represent the source tree ( #1247 )
2019-01-10 07:20:32 +03:00
Poszer
cfa2f86a0d
Merge pull request #1241 from poszer/QuestAbandonFinishFix
...
Core/Quests: Abandon&Finish quest items
2019-01-09 19:58:57 +01:00
Stoabrogga
0be44221d2
Core/Pet: additional check if it's a creature ( #1248 )
2019-01-09 20:51:27 +03:00
Viste(Кирилл)
31bce00b2a
Core/Events: announce event system improvement. ( #1228 )
...
* DB: update timestamps for #1187
2019-01-08 16:15:38 +03:00
poszer
cfef52d190
Update zone_tirisfal_glades.cpp
...
Removed script
2019-01-08 13:48:11 +01:00
Kargatum
1a9f8dfc0c
Core/DBC Move WorldSafeLocs.dbc storage to DB ( #932 )
2019-01-08 09:37:31 +03:00
Stoabrogga
3d416de893
Core/Movement: Prevent pet animation stuttering during movement ( #1142 )
...
* fix vanity pet distance and angle
* fix vanity pet distance to player
* put size calculation for normal pets into the if-statement for vanity pets
* change pet speed algorithm
* change distance calculation
* another change to the distance calculation; differentiate between player running or flying
2019-01-08 09:36:25 +03:00