Aller au contenu

Photo

No ABILITY_SPELL_DISPEL_MAGIC?


  • Veuillez vous connecter pour répondre
2 réponses à ce sujet

#1
PavelNovotny

PavelNovotny
  • Members
  • 344 messages
Apparently the Dispel magic spell does not use the same constant form as all the other spells. It would show up as ABILITY_SPELL_DISPELL_MAGIC, but that one does not appear in the constant list in the toolset, and you get a compile error if you use it.

Does anyone know what we use for the Dispel Magic spell instead of ABILITY_SPELL_DISPEL_MAGIC?

Thanks!

#2
Craig Graff

Craig Graff
  • Members
  • 608 messages
ABILITY_SPELL_ANTIMAGIC_BURST

#3
Magic

Magic
  • Members
  • 187 messages
I think this is ABILITY_SPELL_SHIELD_PARTY, ID 10401. Please see 2da_constants_h.nss and ABI_base.xls for reference. In this case, it's better to just use the ID, I guess.