[DiscordArchive] How does Eye for an Eye work? It only works ...
[DiscordArchive] How does Eye for an Eye work? It only works ...
Archived author: Needle • Posted: 2024-11-12T15:06:34.278000+00:00
Original source
Archived author: Needle • Posted: 2024-11-12T15:06:34.797000+00:00
Original source
Thread automatically created by cyberfrenly in <#415944535718494208>
Archived author: Aleist3r • Posted: 2024-11-12T16:08:13.921000+00:00
Original source
didn't search correctly then
https://github.com/azerothcore/azerothco...n.cpp#L643
https://github.com/TrinityCore/TrinityCo...n.cpp#L592
[Embed: azerothcore-wotlk/src/server/scripts/Spells/spell_paladin.cpp at ma...]
Complete Open Source and Modular solution for MMO. Contribute to azerothcore/azerothcore-wotlk development by creating an account on GitHub.
https://github.com/azerothcore/azerothco...aladin.cpp
[Embed: TrinityCore/src/server/scripts/Spells/spell_paladin.cpp at 3.3.5 · ...]
TrinityCore Open Source MMO Framework (master = 11.0.5.57388, 3.3.5 = 3.3.5a.12340, cata classic = 4.4.1.57294) - TrinityCore/TrinityCore
https://github.com/TrinityCore/TrinityCo...aladin.cpp
![[Image: image.png?ex=690c510e&is=690aff8e&hm=79a...b39ef3872&]](https://cdn.discordapp.com/attachments/1305911624032452678/1305980696933699614/image.png?ex=690c510e&is=690aff8e&hm=79a455d716e53232112033c6a1b5b7627a872267960936a421ecddcb39ef3872&)
Archived author: Titi • Posted: 2024-11-12T19:41:02.108000+00:00
Original source
that is only the effect script, the proc(which is what he's looking for) is from spell_proc tables
![[Image: image.png?ex=690c510e&is=690aff8e&hm=79a...b39ef3872&]](https://cdn.discordapp.com/attachments/1305911624032452678/1305980696933699614/image.png?ex=690c510e&is=690aff8e&hm=79a455d716e53232112033c6a1b5b7627a872267960936a421ecddcb39ef3872&)
Archived author: Titi • Posted: 2024-11-12T19:41:45.148000+00:00
Original source
crit procs aren't in the dbc proc data they're always in that table
Archived author: Aleist3r • Posted: 2024-11-12T19:41:49.417000+00:00
Original source
that part, right, totally forgot
Archived author: cyberfrenly • Posted: 2024-11-15T02:20:44.586000+00:00
Original source
Yah the proc table in sql, the spell ID was a negative so the search missed it