This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [SOLVED] help spell dbc TY  (Read 869 times)

MR. Farrare

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 963
    • View Profile
[SOLVED] help spell dbc TY
« on: July 19, 2013, 02:25:21 am »
spell 40075 only damage players is it possible to make it damage npc
« Last Edit: July 25, 2013, 03:25:44 am by Admin »

XxXGenesisXxX

  • Contributors
  • Model Change Addict
  • *****
  • Posts: 204
    • View Profile
Re: help spell dbc
« Reply #1 on: July 19, 2013, 04:28:32 am »
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: [Select]
  SPELL_ATTR3_ONLY_TARGET_PLAYERS              = 0x00000100, //  8 can only target players
Obviously, you don't want this, so removing it would be 0x0.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

MR. Farrare

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 963
    • View Profile
Re: help spell dbc
« Reply #2 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
« Last Edit: January 01, 1970, 01:00:00 am by Admin »