[DiscordArchive] I've got craftable ammo, but I'm wanting to add...
[DiscordArchive] I've got craftable ammo, but I'm wanting to add...
Archived author: Needle • Posted: 2025-08-07T18:20:01.087000+00:00
Original source
Archived author: Needle • Posted: 2025-08-07T18:20:02.185000+00:00
Original source
Thread automatically created by Cyclone Jack in <#415944535718494208>
Archived author: Xahnder • Posted: 2025-08-08T08:24:13.863000+00:00
Original source
Since it's an equippable slot, you might be able to apply an aura with the effect you want on ammo equip, at least on AzerothCore. First make a spell with SPELL_EFFECT_APPLY_AURA + effectaura of SPELL_AURA_PROC_TRIGGER_SPELL. Then add a sql row to spell_proc with procflag PROC_FLAG_SUCCESSFUL_RANGED_HIT. And in item_template, spelltrigger set to 1 (on equip)
Archived author: Cyclone Jack • Posted: 2025-08-08T12:30:32.006000+00:00
Original source
Interesting. I'll give this a shot. Thanks!