Thread Tools Display Modes
07-24-14, 11:49 PM   #1
Mirrikh
A Flamescale Wyrmkin
 
Mirrikh's Avatar
AddOn Compiler - Click to view compilations
Join Date: Sep 2011
Posts: 111
Combat Readiness Spell Model

I've been looking for a little while now for the spell model for Combat Readiness. I doesn't show up in weakauras and I've looked for it in WoW model viewer and it doesn't show me anything. Was wondering if anyone has found it or if there's one thats usable.
  Reply With Quote
07-25-14, 12:22 AM   #2
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
spells\rogue_combatreadiness_01.m2
  Reply With Quote
07-25-14, 05:23 PM   #3
Mirrikh
A Flamescale Wyrmkin
 
Mirrikh's Avatar
AddOn Compiler - Click to view compilations
Join Date: Sep 2011
Posts: 111
Ah ok i see, it wasn't showing anything in the model viewer, but its showing up in WoW, thank you.

Last edited by Mirrikh : 07-25-14 at 05:29 PM.
  Reply With Quote
07-25-14, 05:24 PM   #4
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 1,060
It's the correct path, if you aren't seeing anything it's because the model is outside the visible area and you need to mess with the offsets to find it.

I went ahead and loaded it in-game to check, but it's not even outside the model's viewport so you shouldn't be having any problems displaying it.
Lua Code:
  1. local model = CreateFrame('playermodel', nil, UIParent)
  2. model:SetPoint('CENTER')
  3. model:SetSize(512, 512)
  4. model:SetModel([[spells\rogue_combatreadiness_01.m2]])

Last edited by semlar : 07-25-14 at 05:59 PM.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Combat Readiness Spell Model


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off