Commit Graph

2279 Commits

Author SHA1 Message Date
AzerothCoreBot
2379c9a6bf Import pending SQL update file...
Referenced commit(s): 24307697eb
2019-05-17 22:55:43 +00:00
Poszer
24307697eb fix(DB/Fishing): Fix db errors (#1828)
- 3479 (The Veiled Sea is missing in table skill fishing_base_level which giving us sometimes errors in DB logs).
Based on some informations, since it's near Desolace and This zone is part of Ashenvale which is Level 31-40 zones:, i'm importing there skill 225 too.
- Also importing some loot related to this area
2019-05-18 00:53:31 +02:00
AzerothCoreBot
f24b93973f Import pending SQL update file...
Referenced commit(s): d321388981
2019-05-17 18:54:49 +00:00
Poszer
d321388981 fix(DB/Gameobject): Missing in DB (Giving conflicts on quest) (#1829)
- Adding missing gameobject_template in DB.
- Required for Quest https://wotlk.evowow.com/?quest=10629
2019-05-17 20:52:45 +02:00
AzerothCoreBot
d0f583cd96 Import pending SQL update file...
Referenced commit(s): 55ef766b19
2019-05-17 00:51:05 +00:00
Stoabrogga
55ef766b19 fix(DB): Defendo-tank 66D - fix target of "say" action (#1819)
- The Defendo-tank 66D talks on aggro, but uses "SMART_TARGET_ACTION_INVOKER" instead of "SMART_TARGET_SELF". This is corrected through this PR.
2019-05-17 02:48:50 +02:00
Pondaveia
78b897f852 fix(Core/SAI) Add missing parameters for SMART_ACTION_MOVE_TO_POS (#1813)
* Imported changes from TC

Game/AI: Implement ContactDistance for ACTION_MOVE_TO_POS

* Contactdistance

* We don't have disablePathFinding

* Update src/server/game/AI/SmartScripts/SmartScript.cpp

Co-Authored-By: Pondaveia <43385840+Pondaveia@users.noreply.github.com>

* Update src/server/game/AI/SmartScripts/SmartScript.cpp

* Update SmartScriptMgr.h

* Update src/server/game/AI/SmartScripts/SmartScript.cpp

Co-Authored-By: Stoabrogga <38475780+Stoabrogga@users.noreply.github.com>
2019-05-16 02:49:11 +02:00
AzerothCoreBot
24daecddfa Import pending SQL update file...
Referenced commit(s): b2c15f795c
2019-05-15 09:22:38 +00:00
Pondaveia
b2c15f795c fix(DB) TC Alignment - Characters arena stats (#1810)
* Boss re-order

* Revert "Boss re-order"

This reverts commit 03289cb064ae51c38e3efebba11f3e3882ae350a.

* alter character_arena_stats

* Update rev_1557226918417685700.sql
2019-05-15 10:20:24 +01:00
AzerothCoreBot
cb8788aba3 Import pending SQL update file...
Referenced commit(s): f92f167c4f
2019-05-15 01:21:26 +00:00
Poszer
f92f167c4f fix(DB/Creature): Deadmines Pathing for 23 creatures (#1808)
- Fix Pathing for 23 creatures inside instance
- Fix ERROR: WaypointMovementGenerator
2019-05-15 03:19:09 +02:00
AzerothCoreBot
0077342bcb Import pending SQL update file...
Referenced commit(s): 85e46e06b2
2019-05-14 10:31:09 +00:00
Pondaveia
85e46e06b2 fix(Core/Dungeon) Blackrock Depths - Ambassador Flamelash (#1803)
* Boss re-order

* Revert "Boss re-order"

This reverts commit 03289cb064ae51c38e3efebba11f3e3882ae350a.

* Reworking Ambassador flamelash

- Removed timers
- Scripting the boss properly, missing event and talk emote

* Update boss_ambassador_flamelash.cpp

* Update boss_ambassador_flamelash.cpp

* Ambassador Flamelash reworked

- Burning spirits spawn at the correct places
- When they get close to the boss they die, thus buffing the boss with a stackable buff
- When encounter begins the runes start burning
- Burning Spirits chase the boss around the room

* Missing aggro emote and cleanup

* travis

* Cleaner code

Changed the enum usage to a Vector and iterated over every gameobject entry to make them active or ready.

* Cleanup

Removed not used enum

* types

* Update boss_ambassador_flamelash.cpp

* Added dynamic spawning algorithm

Before this commit, Spirits could be summoned on the same rune.
After this commit Spirits will not be summoned on the same position.

* bad null conversion

* declaration and initialization inside function

changed randomPosition to an Int inside the getValidRandomPosition().

* wrong type declaration

variable needs to be declared outside of while cycle.

* useless variable

* Bugfixing

- New fireblast
- When burning spirits die killed by the player, new event to summon new ones
- Make them aggro the player and attack them

* miss typed ;

* Trying to fix mentioned issues

- If spirits are in combat, keep summoning new ones
- If spirits are in combat, then the boss can't kill them if they get close to them

* IsInCombat typo

* Exploit fixing

* Summoning massive waves fix

* Fixing last issue hopefully
2019-05-14 12:28:49 +02:00
AzerothCoreBot
963b2b8cb6 Import pending SQL update file...
Referenced commit(s): c420603a52
2019-05-14 00:42:08 +00:00
Poszer
c420603a52 fix(DB/Quest): Healthy Dragon Scale (#1807)
* fix(DB/Quest): Healthy Dragon Scale

- Added conditions. Item will be drop, just if the quest 5529 is completed.
- Loot updated to 100 drop chance.

* fix(DB/Quest): Healthy Dragon Scale

- Updated drop chance to 6 (Source: wowhead and some other DB's for patch 3.3.5)
2019-05-14 01:39:55 +01:00
AzerothCoreBot
f05fee7436 Import pending SQL update file...
Referenced commit(s): 31ee4b14f2
2019-05-13 17:15:14 +00:00
Poszer
31ee4b14f2 fix(DB/Creature): Delete creature, wrong spawn (#1804)
* fix(DB/Creature): Posible wrong spawned

- Delete one creature from Borean T. Creature is wrongly spawned there causing issue entering in combat with other creature (CreatureTextMgr: Could not find TextGroup 1 for Creature(Bone Warrior) GuidLow 97670 Entry 26126. Ignoring.

* fix(DB/Creature): Posible wrong spawned

- Deleting two more wrong spawned creatures
* GUID 101638, ID 25660 (Festering Ghoul)
* GUID 101626, ID 25660 (Festering Ghoul)
2019-05-13 19:13:15 +02:00
AzerothCoreBot
bd74996186 Import pending SQL update file...
Referenced commit(s): 9a7084e42d
2019-05-13 06:19:11 +00:00
IntelligentQuantum
9a7084e42d feat(Core/Commands): Arena command (#1798)
* New arena command
2019-05-13 08:16:57 +02:00
AzerothCoreBot
b7863dc4f1 Import pending SQL update file...
Referenced commit(s): 2b4fb29c08
2019-05-12 21:12:05 +00:00
José González
2b4fb29c08 feat: Add creation_date column to characters table (#1825) 2019-05-12 17:09:49 -04:00
AzerothCoreBot
dd4d89294f Import pending SQL update file...
Referenced commit(s): 9f040c626d
2019-05-12 07:11:14 +00:00
Poszer
9f040c626d fix(DB/Quest): Returning the Favor (#1797)
* Shamans and Reavers are creatures for this quest.
2019-05-12 09:09:24 +02:00
AzerothCoreBot
67b8c47222 Import pending SQL update file...
Referenced commit(s): bc4b261350
2019-05-11 17:24:19 +00:00
AzerothCoreBot
9428e9d9fe Import pending SQL update file...
Referenced commit(s): e675150c4c
2019-05-11 17:22:01 +00:00
Poszer
bc4b261350 fix(DB/Creature): Delete some creatures in Dragonblight (#1816)
* fix(DB/Creature): Delete some creatures in Dragonblight

- Posible wrongly spawned
- Creatures are stucked.
- Too many of them are at this place which is wrong.

* fix(DB/Creature): Delete some creatures in Dragonblight

- 4 more wrong
2019-05-11 19:20:27 +02:00
Poszer
e675150c4c fix(DB/SAI): Bleeding Hollow Riding Worg despawn (#1799)
* fix(DB/SAI): Bleeding Hollow Riding Worg despawn

- Force despawn for creatures.
https://wotlk.evowow.com/?npc=19640

* fix(DB/SAI): Bleeding Hollow Riding Worg despawn

- Comment
2019-05-11 13:19:37 -04:00
AzerothCoreBot
1f8b1547ed Import pending SQL update file...
Referenced commit(s): 1e4e36b588
2019-05-11 16:11:31 +00:00
Poszer
1e4e36b588 fix(DB/SAI): Void Spawner - Quest - Warp Rifts (#1796)
* fix(DB/SAI): Void Spawner - Quest - Warp Rifts

- Creature(quest item) should be despawned after quest done /Gather 3 Warp Nethers
2019-05-11 18:09:20 +02:00
Poszer
4b271008c2 fix(Core): Auth/World conf.dist corrections (#1801)
- Typo, grammar corrections.
- Rate.Mining.Amount changed to correct config Rate.Talent  (It was set to Rate.Talent for mining amount using default value: 1 which is totally wrong. - Rate.Talent is for talents points per level.)
2019-05-10 21:30:44 +02:00
AzerothCoreBot
f1def5ec32 Import pending SQL update file...
Referenced commit(s): ed6f91a5e7
2019-05-10 10:13:42 +00:00
Stoabrogga
ed6f91a5e7 fix(DB): Raised Mud Despawn (quest "An Embarassing Incident") (#1794)
Despawn game object "Raised Mud" after using it (see quest "An Embarassing Incident", ID 12699).
2019-05-10 12:11:29 +02:00
Pondaveia
609c410605 fix(Core/Dungeon) BRD - The seven minibosses re-order (#1792)
* Boss re-order

1st attacker is Anger'rel ID 9035
2nd attacker is Seeth'rel ID 9038
3rd Attacker is Dope'rel ID 9040
4th Attacker is Gloom'rel ID 9037
5th attacker is Vile'rel ID 9036
6th attacker is Hate'rel ID 9034
7th attacker is Doom'rel after his death spawnt the chest and the doors go back to ID 9039

* Domrel eventmap

swapped timers to events

* Update boss_tomb_of_seven.cpp

* Update boss_tomb_of_seven.cpp

* Update boss_tomb_of_seven.cpp

* Update boss_tomb_of_seven.cpp

* Update boss_tomb_of_seven.cpp

* Doomrel ain't the first boss

* Don't ignore first boss

* Gossip option

* Gossip done
2019-05-10 02:30:04 +02:00
AzerothCoreBot
2a7c7b96aa Import pending SQL update file...
Referenced commit(s): d3ab863dea
2019-05-09 11:12:52 +00:00
Poszer
d3ab863dea fix(DB/SAI): Blackrock Depths creatures (#1791)
* Add spells/abilities to the following creatures
Ported from 56405c8571
2019-05-09 12:10:03 +01:00
AzerothCoreBot
23fdbaa39e Import pending SQL update file...
Referenced commit(s): ad009e1f42
2019-05-09 07:34:35 +00:00
Stoabrogga
ad009e1f42 fix(DB): Sturdy Vine Despawn (quest "Some Make Lemonade, Some Make Liquor") (#1790)
- The vines will correctly despawn (they respawn after ca. 5 minutes).
2019-05-09 09:32:27 +02:00
AzerothCoreBot
ed00db2b85 Import pending SQL update file...
Referenced commit(s): 268fab03a9
2019-05-08 10:29:50 +00:00
Poszer
268fab03a9 feat(Core/Commands): Deserter command (BG/Instance) (#1786)
* feat(Core/Commands): Deserter command (BG/Instance)

- Adding .deserter command
- Subcommands ;
* instance add
* instance remove
* bg add
* bg remove

Time is in seconds, example usage:
.deserter instance add 3600 (One hour)
.deserter bg add 3600 (One hour)

* Update cs_deserter.cpp

* Update cs_deserter.cpp

another try

* Update cs_deserter.cpp

again

* Update cs_deserter.cpp

sick of this

* Update cs_deserter.cpp

* Update cs_deserter.cpp

Remove some lines
2019-05-08 11:27:52 +01:00
Stoabrogga
eee8e965e7 fix(Core): increase visibility distance of large game objects (#1788) 2019-05-08 08:01:40 +02:00
AzerothCoreBot
a68c13488e Import pending SQL update file...
Referenced commit(s): 5b4cd25e5a
2019-05-07 17:42:35 +00:00
Vitoco
5b4cd25e5a fix(DB/Quest): Gaining Acceptance (#1777)
* Make quest repeatable.
* Add 25 reputation on complete
2019-05-07 19:40:34 +02:00
AzerothCoreBot
bdae3c2ec9 Import pending SQL update file...
Referenced commit(s): fa32450176
2019-05-07 05:53:51 +00:00
Stoabrogga
fa32450176 fix(DB/SAI): Skorn (#1780) 2019-05-07 07:51:51 +02:00
AzerothCoreBot
60bbe8f0ea Import pending SQL update file...
Referenced commit(s): 53bd1504a1
2019-05-06 10:46:17 +00:00
Stoabrogga
53bd1504a1 fix(DB/SAI): Darkspear Spear Thrower (#1763)
- Use spell "Throw" (38556) instead of "Shoot" (6660) for Darkspear Spear Thrower, allowing them to launch ranged attacks.
2019-05-06 12:44:05 +02:00
AzerothCoreBot
84c6b71ba5 Import pending SQL update file...
Referenced commit(s): 190be9cbd0
2019-05-05 22:45:31 +00:00
Poszer
190be9cbd0 fix(DB/SAI): Alterac Valley mobs movement (#1761)
* fix(DB/SAI): Alterac Valley mobs movement

- Added one more action to SAI (Use random movement in the radious of 10) for the next creatures:
- Frostwolf
- Alterac Ram
- Snowblind Harpy
- Snowblind Windcaller
- Frostwolf Bloodhound SAI
2019-05-06 00:43:06 +02:00
Poszer
c05cea14b6 fix(CORE/Quest): Death's Challenge gossip menu (#1755) 2019-05-05 09:54:49 +02:00
AzerothCoreBot
e501347007 Import pending SQL update file...
Referenced commit(s): 1697d3ee25
2019-05-04 21:35:34 +00:00