View Single Post
01-25-17, 06:20 PM   #14
Šynasty
A Fallenroot Satyr
Join Date: May 2010
Posts: 23
Originally Posted by Fizzlemizz View Post
By default it doesn't look like it was set up for bags, probably because of so many bag addons.

I don't ElvUI so you will have to get the name of it's bag frame(s) and add it/them to the list of MouseLook_FramesToCheck.

Type /fstack
Every frame your mouse passes over will show a tooltip like window with a list of frames under the mouse.

Mouse over the open ElvUI bag frame (asumuing it's one and close to the top is probably best). Find the name of the frame, possibly something like "ElvUIBagFrame" (just a guess).

In MouseLook .lua at line 94 after the text:
"AccountantFrame",

Add the name from /fstack like:
"ElvUIBagFrame",

The names are case senstive:

the line will look like"
Code:
"PetJournalParent",   "AccountantFrame",    "ElvUIBagFrame",
Type /fstack again to turn it off.

lol thank you, it worked. I'm laughing because it did lol.

You're a life saver. Thank you for your help. <3

Now, what are the rules for repackaging this, giving credit to everyone and sharing it?
  Reply With Quote