View Single Post
08-06-18, 07:40 PM   #6
joeyo
An Aku'mai Servant
Join Date: Jan 2012
Posts: 31
Originally Posted by Vrul View Post
What you are requesting here is slightly different than what you requested in this thread. If you want the PetFrame visible as stated here then you don't need any special code for it since it is parented to PlayerFrame and will show and hide with it already.

If you never want to see PetFrameManaBar then just do:
Code:
PetFrameManaBar:SetScript("OnShow", PetFrameManaBar.Hide)
omg!? how did i miss this well they say learn something new everyday.i truly am thankful as ive spent i think close to all day today trying to get this working right lol
unfortunately i still cannot get the pet frame to not show on login. it seems that once i start combat or even target something it will then follow the .lua and act as intended.
so all i have left with the pet frame is to set it to not show within login and to get rid of the damage numbers and threat circle around the portrait but i have yet to look into that.
  Reply With Quote