Hey, I decided to try scripting on Skyfire 4.0.6. At SpellEffects.cpp found spell scripts and etc. I just dont get one part from it.
How this script knows that this is Envenom and what FamilyFlags & hex number should i use for other spells, ammm, ie Sinister Strike.Code:// Envenom if (m_caster->GetTypeId() == TYPEID_PLAYER && (m_spellInfo->SpellFamilyFlags[1] & 0x8)) {...
Sorry for poor English and thanks in advance