Feeliux Cord of Velocity (Vulak drop) has an unknown spell. (Should be Improved Parry V)
Ancient Wvyern Hide Sleeves also. (Should be Mysaphar's Enduring Perpetuation"
The Beastlord 1.5 also casts an unkown spell in chat, but it works as intented.
Code: Select all
//Target Type IDs
typedef enum {
ST_TargetOptional = 0x01, // Target is used if present, but not required. ex: Flare, Fireworks
ST_AECaster = 0x04, // ae centered around caster
ST_Target = 0x05, // single targetted
ST_Self = 0x06, // self only
ST_AETarget = 0x08, // ae around target
ST_AEBard = 0x28, // ae friendly around self (ae bard song)
ST_Group = 0x29, // group spell
ST_GroupTeleport = 0x03, // EverHood - AND Necro Epic 2 Pet Owners Group (Guardian of Blood Recourse - Spell ID=6316)
// ST_AlterPlane = 0x3,
ST_Undead = 0x0a,
ST_Tap = 0x0d,
ST_Pet = 0x0e,
ST_Animal = 0x09,
ST_Plant = 0x10,
ST_Dragon = 0x12,
ST_Giant = 0x11,
// ST_Unknown1 = 0x14,
// ST_Unknown = 0x18,
// ST_Summoned = 0x19,
ST_Summoned = 0x0b, // NEOTOKYO: see spells_en.txt -> seems to be value 11 not 25
ST_Corpse = 0x0f,
ST_UndeadAE = 0x18,
ST_LDoNChest_Cursed = 0x22,
ST_GroupClient = 0x2b,
} SpellTargetType;
Users browsing this forum: No registered users and 4 guests