| Age | Commit message (Collapse) | Author |
|
|
|
Happy new year
|
|
|
|
|
|
no target
* Pursue is never cast on players at retail, however, being there without a vehicle doesn't prevent the boss from attacking you, nor does it enter evade mode.
Closes #11199
(cherry picked from commit 9671d513273867e62d520ec3d71b4c038802f5ab)
|
|
|
|
- fixed non pch build
- fixed some warnings
- fixed some coverity issues
- some random things here and there
|
|
(cherry picked from commit d3e2918c57786800b8cbc63287f43f37111a6317)
|
|
All quest requirements are now in quest_objectives table
quest_template table contains _ONLY_ WDB data and must not be modified
Currently supported objectives are MONSTER, GAMEOBJECT, ITEM, TALKTO, CURRENCY, REPUTATION, MONEY, PLAYERKILLS, AREATRIGGER
|
|
- Ensures rep adjustment buff is always applied (overrides evade, implements existing evade + re-apply buff)
- Removes un-owned ravagers with incorrect faction from DB (the correct ones are spawned with their masters without the DB entries)
- Create some extra steps in the wolf's waypoints in order to generate some AI events for the Ryga NPC. I think it's a bit of a dirty solution, but it seems to work with minimal changes.
- Created RP series of events with Ryga NPC and Ancestral Wolf Spirit (Ryga Kneels, talks to wolf, then returns to spawn position after around a minute).
Closes #13619
Fix #4028
(cherry picked from commit f2444eedf92fce39f7685eafead61d88d4ad89ef)
Conflicts:
sql/updates/world/2014_12_28_02_world.sql
|
|
Stonecore Teleporters scripted. Some corrections, better handlings, fixed Travis warnings ...
Closes #13626
(cherry picked from commit 9a941ae125c8b22b802270f7f419c1a8bfd2a343)
Conflicts:
src/server/scripts/Maelstrom/Stonecore/boss_high_priestess_azil.cpp
src/server/scripts/Maelstrom/Stonecore/boss_ozruk.cpp
src/server/scripts/Maelstrom/Stonecore/instance_stonecore.cpp
src/server/scripts/Maelstrom/Stonecore/stonecore.cpp
|
|
Fix 'School of Red Snapper' now disappear correctly when using 'Draenei Fishing Net', the bug is caused because the GameObject is SpellFocus type.
Fix #1673
Closes #13748
(cherry picked from commit b0b7a55bdba20aad5b7914c55933daa70afe59ba)
|
|
- Fix Conjure Refreshment for characters above level 85
Closes #13780
|
|
and then Necrotic Plague was omitted
(cherry picked from commit 3d3dafbe380054ef60cbf99658aa42c442b01693)
|
|
|
|
(cherry picked from commit 5d4f26d82028823f4672e370deaf0f6069fb225f)
|
|
(cherry picked from commit 63c1e265aace363a1d889b1621c0cc3a9263e956)
|
|
missing ones
Updates #13255
(cherry picked from commit aff5229cd1777581bd85079d064037a57bf17799)
|
|
Core/Scripts: Add new SpellScript hook
|
|
Rewrite Devour Magic to use new spellscript hook OnEffectSuccessfulDispel.
|
|
|
|
Closes #13643
(cherry picked from commit e2f7b91298d6588c062db2d1132a62ddd8a4437a)
|
|
(cherry picked from commit f743fb3e43036bdfd4e6b96dff1a82c19e3faa59)
|
|
* Implemented item modifiers
* Implemented item bonuses
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/server/scripts/Northrend/Ulduar/HallsOfLightning/boss_loken.cpp
|
|
|
|
(cherry picked from commit 37ccea13cbdb78b4c635ea9f3ec718d2e75e3c50)
|
|
* Implement dialogue after Sapphiron dies.
* Spawn missing triggers at Kel'Thuzad's room.
* Implement a couple of missing texts and emotes to Kel'Thuzad's fight.
(cherry picked from commit dd942db85fbd5e42fcd60fa4620c51093cc7ebfe)
|
|
(cherry picked from commit 884953942b1281c5d7f53a9c5876bba2222de9fa)
|
|
script to EventMaps/BossAI
(cherry picked from commit d417e929307b4db65a89c188b2273199a33d3396)
|
|
drain world tree
|
|
and the one after killing Mr. Bigglesworth
(cherry picked from commit ee1fa933607342947fa579a02bd135858fd6cf99)
|
|
Gothik's death
(cherry picked from commit f7a5a19f00d5a5df8df67b051a5606292d6eea6e
|
|
Conflicts:
src/server/game/DataStores/DBCStores.h
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Unit/Unit.cpp
src/server/game/Server/Protocol/Opcodes.cpp
src/server/scripts/Spells/spell_druid.cpp
|
|
|
|
(cherry picked from commit 548cc1cd2f31ca5fa767f148a086c76f8e9ef903)
|
|
|
|
@todo: instance scripts needs a major clean up
Closes #6471
(cherry picked from commit 09b71ef8bd560166f07273bbf68b62e7d2633b67)
|
|
|
|
|
|
- some work on player starting spells and skills
- fixed basic spell learning
- fixed some spell related datastore loads
|
|
Closes #13648
|
|
|
|
|
|
|
|
unsigned long longs
Fixes wrong data being inserted into the database (i.e explored zones).
More info in #13493
Fixes #13493
Thanks to @jackpoz for finding the code issue and @Vavehl for an expectional bug report.
|