View Single Post
09-21-10, 11:03 AM   #9
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Exactly as I thought. After deleting the Cache and using SetCreature only 1 single model was found, the npc I was standing next to. (Far outside of Ironforge).

Additionally those two work really awesome together:
Code:
    m:SetCamDistanceScale(2)
    m:SetScript("OnMouseWheel", function(s,d,...)
      Model_OnMouseWheel(s,d)
    end)
Mousewheel does the SetPortraitZooml thing. Default zoomlevel is 0 and playing with distancescale scales the model aswell.

Finally my glows are back in the game. Fun times coming up!
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)

Last edited by zork : 09-21-10 at 11:07 AM.
  Reply With Quote