Forum > Miscellaneous

[QUESTION] [WoD] SpellMisc Visual reference gone?

(1/1)

Chase:
The two SpellVisual ID references in SpellMisc seemed to have disappeared. Most of them are 0, even for spells that positively do have visuals.

Anyone know how they are linked now?

Mr. DK:
I found this struct:

struct SpellXSpellVisualEntry
{
    uint32 ID;                                                      // 0
    uint32 SpellID;                                                 // 1
    uint32 DifficultyID;                                            // 2
    uint32 SpellVisualID[2];                                        // 3-4
    float  Unk620;                                                  // 5
    uint32 PlayerConditionID;                                       // 6
    uint32 Flags;                                                   // 7
};


the spellvisual.db2 seems to be unused coreside so I cant get a struct from the core... But probably the visual is linked with a spellID.

Navigation

[0] Message Index

Go to full version