Jump to content

[0.12] Flametongue Weapon and Flametongue Totem


Sarjuuk

Recommended Posts

What features does the patch add?

- Implements Flametongue Weapon

- fully implements Flametongue Totem

For which repository revision was the patch created?

mangos-0.12 @ ea6b3de6dc0d7d9196b091561dae1cc89fa13ac8

Is there a thread in the bug report section or at lighthouse?

as far as i can tell, none related to 0.12

Who has been writing this patch?

Sarjuuk

Code

http://paste2.org/p/887048

SQL

-- Update Elemental Weapons-Talent to support Flametongue Weapon
UPDATE spell_affect SET SpellFamilyMask = SpellFamilyMask | 0x200000 WHERE effectid = 1 AND entry IN (16266, 29079, 29080);

-- Custom spell_proc_event for Flametongue Weapon
INSERT INTO spell_proc_event VALUES
(33756, 0, 0, 0, 0, 0, 0, 100, 0);

Notes:

- I'm using this patch for quite some time and as far as i can tell, it has only one minor issue. In case of Flametongue Weapon, the code can't tell which weapon triggered the proc, so it will proc on both weapons. (if dualwielding) I'll share it anyway, maybe someone has an idea for this 'glitch'

- Spell:33756 is Windfury Weapon 2 (passive) and is not used in in 2.4.3. It may be hackish, but the spells for Flamtongue Weapons are missing completely and needed some kind of replacement.

This Spell is no longer in the spell.dbc in 3.x. Don't try to look it up on Wowhead ect .. it's not there any more...

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use