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: [QUESTION] [WoD] SpellMisc Visual reference gone?  (Read 830 times)

Chase

  • Registred Member
  • Loreweaver
  • *****
  • Posts: 116
    • View Profile
[QUESTION] [WoD] SpellMisc Visual reference gone?
« on: April 24, 2016, 10:16:00 pm »
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?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Mr. DK

  • Moderators
  • Model Change Addict
  • *****
  • Posts: 224
    • View Profile
Re: [QUESTION] [WoD] SpellMisc Visual reference gone?
« Reply #1 on: April 27, 2016, 12:00:09 am »
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.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
I am Thor! Supreme commander of the Asgard Fleet!