Thread Tools Display Modes
11-13-20, 12:41 PM   #1
Nova0711
A Defias Bandit
Join Date: Nov 2020
Posts: 2
Removing tooltip from DK runes

I am using blizzard's default dk runes for my UI and have moved them using the addon move anything.

Is there a way to disable to tooltip that pops specifically just for the dk runes and or make the runes click through?

Thanks!
  Reply With Quote
11-14-20, 07:27 AM   #2
Vrul
A Scalebane Royal Guard
 
Vrul's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2007
Posts: 404
Code:
local runes = RuneFrame.Runes
for index = 1, #runes do
    runes[index]:EnableMouse(false)
end
  Reply With Quote
11-14-20, 12:50 PM   #3
Nova0711
A Defias Bandit
Join Date: Nov 2020
Posts: 2
Originally Posted by Vrul View Post
Code:
local runes = RuneFrame.Runes
for index = 1, #runes do
    runes[index]:EnableMouse(false)
end
Thank you!
  Reply With Quote

WoWInterface » Developer Discussions » Lua/XML Help » Removing tooltip from DK runes

Thread Tools
Display Modes

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