Teleqraph

Results 88 comments of Teleqraph

I'm thinking we could include an additional param in CastPrayerOfMendingAura where we can pass correct triggerFlags, since it's using TRIGGERED_FULL_MASK by default, and that might be not desired in the...

Does this force non-moving creatures that should be sparring with each other to aggro each other? When I was working on Silverpine, I had to force random movement from DB...

Are you not implementing basic AI for the dreadstalkers? Jumping and all that stuff? The PR is half-baked, there's more to this spell than only summoning.

But basic AI can be scripted without the need for SummonProperties?

Rather than using SAI, I'd use a ScriptName. If you ever, or anyone, implement new features (like spellscripts or aurascripts) in regards to these summoned creatures, it'll be easier to...

In any case, the whole crafting system is huge and it's best to break it down to multiple PRs as you pointed out (there's a lot of missing stuff on...

I don't think this implementation is on the right track: 374704 - Fiery Focus (Jump Charge) used by Chargath, Bane of Scales [Neltharus] has TriggerSpellId 375055, which is supposed to...

I understand that, however, SPELL_EFFECT_JUMP does not have as much mystery as EFFECT_JUMP_CHARGE does, most of its values are serverside, see https://github.com/TrinityCore/TrinityCore/pull/28142#issuecomment-1193408942 for reference (we need a flag field, but...

SPELL_ATTR9_ALLOW_CAST_WHILE_CHANNELING is finally implemented in https://github.com/TrinityCore/TrinityCore/commit/3365e6a4b84f59cca5f7ef5fca71fb3979697e52. > Script is also not quite correct, these spells are supposed to only be instant & allowed to cast if they target the same...

It's not maybe, it doesn't rotate because TargetRollPitchYaw is NYI, but it's an easy implementation though. Z axis on target is just a modification to the orientation of the areatrigger...