Talk:API PlayerModel ApplySpellVisualKit

From Warcraft Wiki
Jump to navigation Jump to search

-- Applying kit 66, model:ApplySpellVisualKit(66), shows vines grow up from ground and entangle model. But what is 66?

If the model has usable attachment points, and this is not always the case, then a possible path in the database to identify spellVisualKitID may be:

db2.SpellVisualKitModelAttach
    .ParentSpellVisualKitID (66)
    .SpellvisualEffectNameID (80)
db2.SpellVisualEffectName
    .ID (80)
    .ModelFileDataID (166042)
Files
    .Fdid (166042)
    .Filename (spells/entanglingroots_state.m2)

DelphianQ (talk) 15:01, 18 January 2024 (UTC)