Commit Graph

2311 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
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
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
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
UltraNix
29ea8a2e59 fix(Scripts/Temple of AhnQiraj): Adjusted Sartura's event timers. (#13187) 2022-10-05 22:36:08 -03:00
Skjalf
26017b645e fix(Scripts/TempleOfAhnQiraj): C'thun (#13153) 2022-10-05 22:17:45 -03:00
UltraNix
6fbfbc5f01 fix(Scripts/Temple of AhnQiraj): Sartura's Sundering Cleave should be… (#13184)
... casted on Whirlwind end.
2022-10-05 21:13:00 -03:00
Angelo Venturini
ad4ce0895f fix: Qaston revert (#13320)
* Revert "fix(Core/QAston): fixed shields oneshotting (#13271)"

This reverts commit e05f61d1b3.

* Revert "fix(Core): Crash (#13292)"

This reverts commit a818bcf3e2.

* Revert "fix: Crash (#13241)"

This reverts commit be423a91b5.

* delete sql

* Revert "refactor(Core/Spells): Implement QAston Proc System (#11079)"

This reverts commit cbd3fd0967.

* add sql revert

* fix sql

* remove update from world.updates
2022-10-05 21:53:20 +02:00
Angelo Venturini
00eea376f1 fix(Core/TempleOfAhnQiraj): Huhuran timers + EventMap::Repeat (#13182)
fix(Core/TempleOfAhnQiraj): Huhuran timers + EventMap::Repeat using std::chrono
2022-10-05 01:42:25 +02:00
Angelo Venturini
be423a91b5 fix: Crash (#13241) 2022-10-03 16:14:43 -03:00
IntelligentQuantum
cbd3fd0967 refactor(Core/Spells): Implement QAston Proc System (#11079)
* .

* sql

* .

* .

* 1

* 2

* 3

* 4

* 5

* 6

* 7

* 8

* 9

* 10

* 11

* 12

* 13

* 14

* 15

* Update spell_item.cpp

* Update Unit.cpp

* 16

* 17

* 18

* 19

* 20

* 21

* Update Unit.cpp

* REVERT UltraNIX Commit

* 22

* 23

* .

* .

* .

* warrior

* warlock

* shaman rogue priest paladin mage

* spell item

* hunter

* druid

* dk

* war

* error style

* Update rev_1647677899565690722.sql

* Update rev_1647677899565690722.sql

* Update rev_1647677899565690722.sql

* .

* DOND DEL ME WAD DO DO

* error 2

* .

* .

* .

* FIX

* Update SpellInfoCorrections.cpp

* Update SpellInfoCorrections.cpp

* .

* ja genau

* Update .gitignore

* .

* .

* .,

* .

* .

* .

* .

* Update Unit.cpp
2022-10-02 19:39:34 +02:00
Kitzunu
c10a229f05 refactor(Scripts/Anubarak): Convert spellscripts to new system (#13194) 2022-10-01 11:52:04 -04:00
Kitzunu
434b98e60b fix(Scripts/Spells): Remove some magic numbers (#13193) 2022-10-01 11:44:43 -04:00
Angelo Venturini
fc9bf2665d fix(Core/TempleOfAhnQiraj): Bug trio (#13141) 2022-09-29 19:02:59 -03:00
UltraNix
6a4dbb7436 fix(Scripts/Temple of AhnQiraj): Qiraji Champion. (#12965) 2022-09-28 00:40:50 -03:00
UltraNix
5525f214b9 fix(Scripts/TempleOfAhnQiraj): AhnQiraj critters should enter comba… (#12998)
...t with nearby attacked players.
2022-09-28 00:33:02 -03:00
Angelo Venturini
47f9f4917a fix(Core/Item): Renataki's Charm of Beasts (#13124) 2022-09-28 00:22:08 -03:00
UltraNix
6c3fc2603b fix(Scripts/MoltenCore): Players should not be able to summon Ragnaro… (#13128)
fix(Scripts/MoltenCore): Players should not be able to summon Ragnaros before Majordomo's teleport.

Fixes #11870
2022-09-26 09:41:20 -04:00
Angelo Venturini
c4ec30ae05 fix(Core/TempleOfAhnQiraj): Fankriss pull range (#13143) 2022-09-26 09:36:14 -04:00
UltraNix
24c60ec302 fix(Scripts/Brewfest): Fixed race for tokens dailies. (#13109)
* fix(Scripts/Brewfest): Fixed race for tokens dailies.

Fixes #13077

* Update.
2022-09-25 22:45:25 -03:00
Maelthyr
1f472bddd3 refactor(Core/Combat): Code style and improvement of ThreatMgr (#12992) 2022-09-25 15:20:34 -03:00
UltraNix
ddcf0e79b6 fix(Scripts/Brewfest): Added inebriate effect to Complimentary Brewfe… (#13112)
fix(Scripts/Brewfest): Added inebriate effect to Complimentary Brewfest Sampler.

Fixes #13085
2022-09-25 13:11:31 -03:00
Grimgravy
7400338ecb fix(core/quest): improved egg collection (#12640)
* fix(core/quest): improved egg collection

* .

* Update rev_1659836460796753400.sql

* update
2022-09-25 10:46:24 -03:00
UltraNix
91daa6cb78 fix(Scripts/Spells): Prevent from stacking basic campfires on each ot… (#13037)
fix(Scripts/Spells): Prevent from stacking basic campfires on each other.

Fixes #9369
2022-09-25 10:44:33 -03:00
Angelo Venturini
63acc11234 fix(Scripts/TempleOfAhnQiraj): Reduce player damage req for Ouro (#13065)
* fix(Core/TempleOfAhnQiraj): Reduce player damage req for ouro

* move
2022-09-25 10:44:00 -03:00
UltraNix
dd4fa3893e fix(Scripts/MoltenCore): Boss' runes should not respawn after 5 min o… (#13127)
fix(Scripts/MoltenCore): Boss' runes should not respawn after 5 min of boss death.

Fixes #10039
2022-09-25 10:41:37 -03:00