Commit Graph

3382 Commits

Author SHA1 Message Date
UltraNix
e2b866dea3 fix(Core/Spells): Deep Wounds can proc off from non-physical spells. (#13494)
Fixes #13431
2022-10-23 16:51:47 -03:00
Gultask
2dddc09142 fix(Scripts/TempleOfAhnQiraj): Prevent Uppercut from triggering Double Attack (#13482)
Update boss_twinemperors.cpp
2022-10-23 16:44:25 -03:00
Gultask
e9be05131c fix(Scripts/TempleOfAhnQiraj): Correct Anubisath Defender Explode spell ID (#13500)
Update temple_of_ahnqiraj.cpp
2022-10-23 16:37:40 -03:00
UltraNix
dbd785593d fix(Scripts/HallowsEnd): Fixed starting "Let the fires come" event. (#13487)
Fixes #13440
Fixes #13441
2022-10-23 12:04:55 -03:00
M'Dic
55a5684c87 Add (core): Effect Transmit Anticheat Helper (#13447)
Add (core): Anticheat Helper
2022-10-23 09:19:35 -04:00
Yehonal
171df31196 feat(CORE/bash): implemented acore dashboard for Windows (#13476)
+ implemented acore dashboard for windows
+ integrated acore dashboard for windows in our pipeline
+ implemented dry run for windows build
+ fixed permissions issue for all the operating systems
+ code clean
2022-10-22 15:40:13 +02:00
Skjalf
b35c907cde fix(Scripts/TempleOfAhnQiraj): Fix Cthun 3-beam focus mechanic resett… (#13479)
fix(Scripts/TempleOfAhnQiraj): Fix Cthun 3-beam focus mechanic resetting after Dark Glare
2022-10-22 07:34:38 -03:00
Yehonal
77a52b8001 fix(CORE): another attempt to fix the dbimport command line warning (#13449) 2022-10-22 00:21:16 +02:00
Yehonal
53219310cf fix(CORE): crash when AC_DISABLE_INTERACTIVE is not defined 2022-10-21 23:05:05 +02:00
schell244
28d1913276 fix(Core/Event): Rework STV Fishing Extravaganza (#12506)
* rework riggle bassbait script

* make sure STV_FISHING_HAS_WINNER gets reset

* add script for npc Jang, some improvements for Riggle script. TODO: Jang quest menu and Fishbot5000 quest condition

* fix jang not offering quest

* script fishbot 5000

* some cleanup

* some more cleanuo

* endline

* minimum fishing req for quests is 150

* min fishing skill for flyer is 150

* link box to correct event

* riggle: broadcast texts, announcement happens when pools despawn

* remove redundant code

* Convert Fishbot5000 to db, cleanup comments

* add missing end line - finished now.

* attempt to fix event not launching in real time

* fix condition for world states, when value is 0, convert jang to db

* keep jang gossip also when event has a winner

* small further improvements

* Update src/server/scripts/World/npcs_special.cpp

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* Update src/server/scripts/World/npcs_special.cpp

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* Update src/server/scripts/World/npcs_special.cpp

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* apply suggestions

* Update src/server/scripts/World/npcs_special.cpp

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* apply suggestions

* apply one more suggestion

* Update src/server/scripts/World/npcs_special.cpp

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* Update src/server/scripts/World/npcs_special.cpp

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* Update src/server/scripts/World/npcs_special.cpp

Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>

* apply suggestion

* use Talk() instead of Yell()

* use Yell() without passing LANG_UNIVERSAL

Co-authored-by: schell244 <>
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2022-10-20 08:39:30 -04:00
M'Dic
e836f08cc4 Revert feat(core): Start Process and DBUpdater (#13465)
Revert "feat(CORE): for Start Process and  DBUpdater

This a selective reverts for commits:
c855e8d227 and  636df19514. To re-enable the windows build to function again while applying updates.

Update DBUpdater.cpp
2022-10-20 07:43:34 +02:00
Yehonal
636df19514 feat(CORE): implemented AC_DISABLE_INTERACTIVE for DBUpdater (#13450)
Implement AC_DISABLE_INTERACTIVE that allow us to skip the question when the db doesn't exit
2022-10-19 10:57:29 +02:00
M'Dic
800c16bbf8 Fix (core): SMSG_BINDPOINTUPDATE packet fix (#13452) 2022-10-18 06:47:04 -04:00
Angelo Venturini
07d4144c12 fix: codestyle CI (#13453) 2022-10-17 20:21:22 -03:00
Yehonal
563596bc69 fix(CORE): revert to mysql -p argument.
A different and non deprecated approach should be used.
2022-10-17 15:47:34 +00:00
Yehonal
a8d41010f5 fix(CORE): gcc compilation errors with gtest (#13445) 2022-10-17 16:01:32 +02:00
Yehonal
c855e8d227 fix(CORE/dbupdate)): allow to pass MySQL password via env (#13404)
* fix(CORE/dbupdate)): allow to pass MySQL password via env

+ fixed devContainer override file issue
+ added authserver dry-run in our CI
2022-10-17 10:53:42 +02:00
Angelo Venturini
2af95abc2c fix(Scripts/TempleOfAhnQiraj): Skeram copies shouldn't save raid cd (#13422) 2022-10-17 01:26:20 -03:00
Angelo Venturini
a949f812a7 fix(Scripts/TempleOfAhnQiraj): Anubisath Sentinel Mortal Strike and M… (#13435)
...ana Burn
2022-10-17 01:25:23 -03:00
Gultask
018a825e0c fix(Scripts/TempleOfAhnQiraj): Correct post-teleport threat values for Twin Emperors (#13437) 2022-10-16 23:59:22 -03:00
Angelo Venturini
572a4325d8 fix(Scripts/TempleOfAhnQiraj): C'Thun pull range (#13438) 2022-10-16 23:53:45 -03:00
Gultask
8d26ce6bb5 fix(Scripts/TempleOfAhnQiraj): Use correct Ids for Drain Mana (#13436) 2022-10-16 23:48:19 -03:00
UltraNix
63ac0fd5d9 fix(Scripts/Temple of AhnQiraj): Fixed Sartura's aggro reset mechanic. (#13185)
* fix(Scripts/Temple of AhnQiraj): Fixed Sartura's aggro reset mechanic.

Fixes #13072

* Update.

* Update boss_sartura.cpp

* Update boss_sartura.cpp

* fix?

Co-authored-by: Angelo Venturini <nefertum.dev@protonmail.com>
2022-10-16 16:58:00 -03:00
Angelo Venturini
33cba08f50 fix(Core): Build (#13425) 2022-10-15 20:13:23 -03:00
Angelo Venturini
252755415c fix(Core/Spells): Overflow damage (#13424) 2022-10-15 19:42:25 -03:00
Dev-Priest
7530d6aff5 fix(Core/Battleground): Correct Alterac Valley mine announcement (#13411)
Fix text when capturing an alterac valley mine which was the wrong way
2022-10-16 00:06:31 +02:00
Skjalf
6263a0a8a5 fix(Scripts/TempleOfAhnQiraj): Fix double spawns during Cthun phase 2 and several other fixes (#13413)
* fix(Scripts/TempleOfAhnQiraj): Fix double spawns during Cthun phase 2

* Update boss_cthun.cpp

* dont teleport if you move away from the teleport pad

* clear events

* prevent portals from chasing pets

* fix the jump tele timer

* update eye combat reach

* delay the transition slightly

* Update boss_cthun.cpp

* Update boss_cthun.cpp

* make exit trigger cast rubble rocky

* Update boss_cthun.cpp

* fix tentacle animations

* Update rev_1665784753998414100.sql

* eye tentacle animations

* only spit out if alive

* Update rev_1665784753998414100.sql

* Update rev_1665784753998414100.sql
2022-10-15 11:14:57 -04:00
Droz
32f94f2798 fix(core): Horde Warsong Gulch gates dont despawn (#13381)
fix(core): issue 13375 - Horde Warsong Gulch gates dont despawn
2022-10-15 11:08:58 -04:00
ZhengPeiRu21
414546aeca fix(Core): Fix PlayerSettingVectors (#13338)
* fix(Core): Fix PlayerSettingVectors

* Fix compile warning
2022-10-15 11:06:09 -04:00
Droz
8d7370decf Fix(core/scripts): issue 13325 - reset talents command (#13326)
Fix issue 13325 - reset talents command does not set offline player at_login flag to reset talents.
2022-10-15 11:05:00 -04:00
M'Dic
491aef9eea fix (core): Header consistency (#13303) 2022-10-15 11:03:59 -04:00
Grimgravy
9ac3b52d44 fix(Scripts/NPC): Arcanite Dragonling (#13233)
* fix(Scripts/NPC): Arcanite Dragonling

* update
2022-10-15 11:03:23 -04:00
Angelo Venturini
2c42682989 fix(Scripts/TempleOfAhnQiraj): Ouro double spawn in 3rd phase, interrupt immunity (#13405) 2022-10-14 16:28:30 -03:00
Angelo Venturini
2bc6a81457 fix(Scripts/TempleOfAhnQiraj): Huhuran and Viscidus combat range (#13407) 2022-10-14 16:28:14 -03:00
Angelo Venturini
96ff759953 fix(Scripts/TempleOfAhnQiraj): Change spawn mode for Spawn of Fankriss (#13408) 2022-10-14 16:28:03 -03:00
Gultask
b3e20ea7ef fix(Scripts/TempleOfAhnQiraj): Make Nullify consume mana (#13403) 2022-10-14 16:27:52 -03:00
Walter Pagani
b4419512a3 fix(Scripts/ICC): gossip in boss Deathbringer Saurfang (#12381) 2022-10-14 17:35:06 +02:00
Angelo Venturini
f6b8840e34 refactor: rename spell_proc fields (#13334)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-10-13 14:04:55 -03:00
M'Dic
2e6f6e26da Add (core\db): Support for Homebind Orientation (#13389)
Add (core\db) Support for Homebind Orientation
2022-10-12 14:39:02 -04:00
Skjalf
7eb096ae0b fix(Core/Creature): Fix LinkedRespawn not working with id2, etc. (#13367) 2022-10-12 14:03:56 -03:00
Skjalf
0cb13b1242 fix(Scripts/TempleOfAhnQiraj): Fix Twin Emperor's critters aggroing p… (#13365)
…layers randomly
2022-10-12 14:03:39 -03:00
Angelo Venturini
9983c5a685 fix(Scripts/TempleOfAhnQiraj): Don't submerge Ouro if it's already en… (#13363)
...raged
2022-10-11 14:48:46 -03:00
Gultask
4e3207db7f fix(Scripts/TempleOfAhnQiraj): Allow Anubisath Sentinels to all pull together (#13362) 2022-10-11 14:43:44 -03:00
Skjalf
436d7afdaf fix(Scripts/TempleOfAnhQiraj): Fix Digestive Acid not stacking (#13361) 2022-10-11 14:42:59 -03:00
Gultask
7d6bcf1b50 fix(Scripts/TempleofAhnQiraj): Obsidian Eradicator Shock Blast now consume mana (#13356) 2022-10-11 14:38:54 -03:00
Kargatum
8a334e8210 feat(Core/DB): add support range loop for mysql result (#13355) 2022-10-10 02:46:48 +07:00
Skjalf
f5c7883d41 fix(Scripts/TempleOfAhnQiraj): Correct Dark Glare's radius (#13350) 2022-10-08 21:51:59 -03:00
UltraNix
e390087efd feat(Core/Items): Implemented elemental weapon damage. Source: Trinit… (#13050)
...yCore.
2022-10-08 14:34:52 -03:00
UltraNix
49ee806584 fix(Scripts/MoltenCore): Added loot recipient to Cache of the Firelord. (#13209) 2022-10-08 13:28:30 -03:00
Skjalf
811ef478f8 fix(Scripts/TempleOfAhnQiraj): Despawn Eye of Cthun once encounter is… (#13336)
...done
2022-10-08 13:24:40 -03:00