Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Serverside Modding => Topic started by: MR. Farrare on July 19, 2013, 02:25:21 am

Title: [SOLVED] help spell dbc TY
Post by: MR. Farrare on July 19, 2013, 02:25:21 am
spell 40075 only damage players is it possible to make it damage npc
Title: Re: help spell dbc
Post by: XxXGenesisXxX on July 19, 2013, 04:28:32 am
Change column 7 (starting from 0) to 0x0 instead of 0x100.

Column 7 is the AttributesExC (http://www.pxr.dk/wowdev/wiki/index.php?title=Spell.dbc/AttributesExC), and if you look at that link you'll see that 0x100 means this:

Code: [Select]
  SPELL_ATTR3_ONLY_TARGET_PLAYERS              = 0x00000100, //  8 can only target players
Obviously, you don't want this, so removing it would be 0x0.
Title: Re: help spell dbc
Post by: MR. Farrare on July 19, 2013, 06:49:51 am
ty it worked but still it will only knock players not npc the realspell is 40109 but the effect is in this spell 40075 lol
and colum 80 81 dont work
im trying to creat a fel cannon