View Single Post
10-20-14, 07:11 AM   #2
sirann
A Flamescale Wyrmkin
Join Date: Mar 2007
Posts: 142
You could try typing in /fstack in game and mousing over the number to show the frames underneath your cursor. Figure out which one pertains to the number and then add ExactNameOfFrameYouFound:SetScale(number) somewhere in the .lua file of an addon you already have. Note, 'number' in my example can be any integer or decimal such as 1.3234234 or 2 or 0.95 etc.
  Reply With Quote