Forum > Serverside Modding

[SOLVED] help spell dbc TY

(1/1)

MR. Farrare:
spell 40075 only damage players is it possible to make it damage npc

XxXGenesisXxX:
Change column 7 (starting from 0) to 0x0 instead of 0x100.

Column 7 is the AttributesExC, and if you look at that link you'll see that 0x100 means this:


--- Code: ---   SPELL_ATTR3_ONLY_TARGET_PLAYERS              = 0x00000100, //  8 can only target players
--- End code ---

Obviously, you don't want this, so removing it would be 0x0.

MR. Farrare:
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

Navigation

[0] Message Index

Go to full version