Commit graph

2092 commits

Author SHA1 Message Date
killerwife
7122d8477f [s2492] Chat: Fix gobject near crash and finish dyngo link backport 2026-08-10 23:27:56 +02:00
killerwife
45fd2be9d1 Hyjal: Make anetheron infernal aggro at proper time and in script and make immolate not remove on evade 2026-08-03 21:13:46 +02:00
killerwife
57bfc8e87a Item: Add removal safeguard to shattrath flasks 2026-08-02 09:48:32 +02:00
killerwife
2a623a99bb BT: Reimplement gathios judgement using own script 2026-08-02 09:46:28 +02:00
killerwife
c55d84514f BT: Add a hack to soul scream to fix rage gain
Only spell in tbc like this so lets not complicate life
2026-08-01 14:58:53 +02:00
killerwife
879e07576a BT: Make tidal burst ignore resists but not miss 2026-07-26 15:00:45 +02:00
killerwife
0b83de892a [s2491] Add column rename from wotlk work 2026-07-23 18:52:52 +02:00
killerwife
28ef97c3a3 Reimplement Mend Pet using spell script
Closes https://github.com/cmangos/mangos-wotlk/pull/643

This resolves the issue of not working between tbc and wotlk

Co-Authored-By: slnz00 <balintbakcsa@gmail.com>
2026-07-23 18:52:52 +02:00
killerwife
022a8f1419 Add spell s.14108 change to fix selfapply for proc
Co-Authored-By: Grz3s <Grz3s@users.noreply.github.com>
2026-07-23 18:29:06 +02:00
killerwife
10b579ceb9 Add missing full heal mana spell 2026-07-22 07:30:45 +02:00
Velite12
2d9e0e24ae
Fix Hungarfen mushroom spell bug and behavior (#842)
* Fix Hungarfen mushroom spell and behavior

Fix the mushroom spell on Hungarfen not working properly.

The spell should leave a cloud that does damage and also applies a DoT debuff. Currently, it's leaving a cloud but you then get an aura that causes all enemies nearby to receive the DoT, and since each DoT stacks per caster, the boss would receive 5 versions of this DoT and die quickly.

Also, we shrink the mushrooms when they spawn to start small (correct) but we forgot to shrink them once we reach the shrink timer after they cast their Spore cloud spell (we removed grow but forgot to actually cast shrink).

* Use aurascript to fix this
2026-07-20 08:24:52 +02:00
killerwife
ed731ae4dd Add poison bolt volley max target limit 2026-07-17 10:45:26 +02:00
AnonXS
d5911da57c
[SD][Spell] Readd Target Change Logic for Raging Flames 20481 (#833)
* [SD][Spell] Readd Target Change Logic for Raging Flames 20481

Removed with 329ad4f81d
Originally added with ea618a7c4e

Can also Focus Tank on Aggro, should be even more unpredictable when they change their focus

See: https://www.youtube.com/watch?v=KuRH5PzZ3DA first 10 seconds how the add turns around without inferno used

https://www.youtube.com/watch?v=f3P3-odMKeA - watch with sound on

Also seem to cast invis and stealth detect within the first few seconds
of a fight - might be a classictbc thing, confirmed with 7.3.5 sniff

* correct threat value
2026-06-26 17:01:37 +02:00
killerwife
a9192d0a3b Fix sql syntax from previous commit 2026-06-23 18:18:28 +02:00
killerwife
d59d6d4a47 Script more on death avenger spells 2026-06-23 17:28:11 +02:00
killerwife
b2efbf7adf Fix arcane shot coeffs 2026-06-03 08:01:53 +02:00
killerwife
4932113f30 Add s.38687 for force reaction 2026-06-02 18:35:23 +02:00
killerwife
94284bec9e Netherstorm: Add invalid target error to s.34520 2026-05-31 22:09:56 +02:00
killerwife
b1b7fce6a9 BEM: Implement at_vindicator_vuuleen whisper script 2026-05-26 20:03:03 +02:00
killerwife
39df9d7cc7 Hunter: Reimplement script for tame beast and add level check 2026-05-24 17:02:02 +02:00
killerwife
0b6a5e1df0 UB: Implement areatrigger at_earthbinder_rayge 2026-05-22 20:48:32 +02:00
killerwife
a0a3d5cf73 Add serversides for blood guard porung 2026-05-16 21:56:11 +02:00
killerwife
a16a48b1e3 Expand spell_threat insertions after previous commit 2026-05-13 16:49:22 +02:00
killerwife
3ca5d3a52d [s2490] Implement effect inverse mask for spell_threat 2026-05-13 08:37:52 +02:00
killerwife
ab75b21116 Warrior: Move intimidating shout to spell script and add it to three creature spells 2026-05-10 20:14:23 +02:00
killerwife
33a803f982 Mage: Remove now redundant arcane concentration impl 2026-05-06 11:39:51 +02:00
_daanieL
7773371817
[Karazhan] Modernize OperaEvent (#796)
* Starmawn into spell_list

* Tinhead spell_list

* Road modernized

* The crone modernized

* use custom action instead for intros

* Dorothee AI

* readd summon spell to script, as it only gets called once

fix some mistakes

* Use correct ID for crone death text

* Modernize the big bad wolf script

use spell_list and spell_script

* only say text if we realy picked a target

this will only happen if someone test this solo

* no one saw that

* julianne part 1

* finish julianne

* Romulo finish

* remove romulos spell_list when faking dead and add it back when remiving fake death do prevent him casting spells

* some changes requested in comments

* more changes requested in pr
2026-04-19 08:34:38 +02:00
AnonXS
b8a20a25e9 [Spell] Rename GreaterInvisibilityMob to DetectThroughInvisibilityMob
That is what it does, add aura used by tbc c.18464,18465,18884,22255,23219
2026-04-19 08:34:20 +02:00
killerwife
98c3b70916 Mark vashj surge as unique 2026-04-13 19:44:30 +02:00
Miraco
701f236654 [Karazhan] modernize Terestian illhoof script
Closes https://github.com/cmangos/mangos-tbc/pull/797
Squashed commit of the following:

commit ca3ee31a5c
Author: Miraco <daaniel743@gmail.com>
Date:   Mon Mar 30 17:54:48 2026 +0200

    Finish terrestian

commit 1a2558dfd2
Author: Miraco <daaniel743@gmail.com>
Date:   Sat Mar 28 10:33:53 2026 +0100

    Use broadcast_text and delete script_texts

commit dcf1208f87
Author: Miraco <daaniel743@gmail.com>
Date:   Sat Mar 28 08:41:37 2026 +0100

    remove fiendish portal script and use cai
2026-04-07 09:48:53 +02:00
_daanieL
267d268841
[Karazhan] Modernize Attumen the Huntsman script (#795)
* Modernize Midnight script

* Modernize Attument the Huntsman

* remove another script_text
2026-04-06 17:49:10 +02:00
Miraco
bd3a043c6e [Hunter] Fix 'Taming the Beast' issues
Closes https://github.com/cmangos/mangos-tbc/pull/777
2026-04-06 17:43:19 +02:00
AnonXS
fdeecd0898 [Spell] Haste Other 34186 - should only hit one Dreghood Geomancer 16937 / Dreghood Brute 16938
thx @ Trugge
2026-04-06 17:41:16 +02:00
killerwife
d8c144e893 [Spell] Flay 32732 should not be removed on Evade
Closes https://github.com/cmangos/mangos-tbc/pull/768
2026-04-06 17:33:52 +02:00
AnonXS
2fb5b7c7ed [Spell] Add SPELL_ATTR_SS_FACING_BACK for s.36909 Back Attack 2026-04-06 17:32:57 +02:00
AnonXS
5f127b5b69 [Spell] Fel Fire 32008 should not be removed on Evade 2026-04-06 17:25:31 +02:00
insunaa
24e86eb5c1 Implement PTR Paymaster ScriptDev
Closes https://github.com/cmangos/mangos-tbc/pull/536
2026-04-06 17:23:36 +02:00
AnonXS
042d23c533 [Spell] Add script for z level fix for [DND] TAR Pedestal npcs
npcs should be at: z = -8.66147 in shattrath

Closes https://github.com/cmangos/mangos-tbc/pull/760
2026-04-05 18:10:54 +02:00
Yury
c2dfb7b2ae [s2489] Refactor PetAI
Closes https://github.com/cmangos/mangos-classic/pull/520
2026-04-04 20:06:46 +02:00
killerwife
2d3a734867 Fix wrong column count 2026-03-25 09:45:25 +01:00
killerwife
2507c9b379 [s2488] Rework CLS formulae 2026-03-24 20:16:54 +01:00
AnonXS
58a307e00c [Spell] Add Greater Blessing of Light to BlessingOfLight SpellScript 2026-03-12 21:26:48 +01:00
AnonXS
769478d127 [Spell] Split Recoil for Seal & Judgement of Blood
Seal - the Paladin loses health equal to 10% of the total damage inflicted
Judgement - at the cost of health equal to 33% of the damage caused
2026-03-07 17:20:03 +01:00
killerwife
83d2d81ce8 Fix double application of SPELL_ATTR_SCALES_WITH_CREATURE_LEVEL 2026-02-22 18:59:01 +01:00
killerwife
c8b58dcbad Also remove 27978 from shroud of death
Handled by ghost aura on npc in tanaris
2025-12-17 08:21:16 +01:00
killerwife
ce60bb7627 Make s.15971 not stack 2025-12-16 10:43:00 +01:00
killerwife
165bed007c [s2487] Scripts: Move travel speed to joint speed field 2025-12-06 08:47:29 +01:00
killerwife
77e8d5da99 Port spell_summon_water_elemental from wotlk
Co-Authored-By: Grz3s <Grz3s@users.noreply.github.com>
2025-12-06 08:40:39 +01:00
killerwife
3729a2a539 Implement script for linkens boomerang return 2025-12-03 07:58:01 +01:00
killerwife
f41da6eae3 [s2486] Implement wmogroupid generation alongside zone/area 2025-11-29 09:31:48 +01:00