Thread Tools Display Modes
09-04-08, 01:31 AM   #1
lazai
A Fallenroot Satyr
Join Date: Mar 2008
Posts: 26
Fix for Trinketmenu

Code:
	-- fix for OmniCC by N00bZXI
	--TrinketMenu_MainFrame:SetFrameLevel(1)
	--TrinketMenu_MenuFrame:SetFrameLevel(1)
	--TrinketMenu_Trinket0:SetFrameLevel(2)
	--TrinketMenu_Trinket1:SetFrameLevel(2)
	--for i=1,30 do
	--	getglobal("TrinketMenu_Menu"..i):SetFrameLevel(2)
	--end
Lines 318 - 325 in file TrinketMenu.lua replace code with the above code, this stops the trinkets from disappearing. I am not sure what part of OmniCC this is supposed to fix, but I did not notice anything new as far as the UI went by making this change.
  Reply With Quote
09-04-08, 08:52 AM   #2
Viciusan
A Cliff Giant
 
Viciusan's Avatar
Join Date: Nov 2007
Posts: 70
For the not so daring few under us you can also just left click them to show again.
__________________
  Reply With Quote
09-04-08, 11:49 AM   #3
lazai
A Fallenroot Satyr
Join Date: Mar 2008
Posts: 26
Thats very true, It just annoyed me to no end so i went in and fixed it hehe.
  Reply With Quote
09-04-08, 03:13 PM   #4
Bdro
A Cyclonian
Join Date: Jan 2008
Posts: 49
thank you for this fix! i'll be looking forward to trying it out
  Reply With Quote
09-16-08, 05:55 PM   #5
bacon360
A Theradrim Guardian
Join Date: Sep 2006
Posts: 62
Originally Posted by lazai View Post
Code:
	-- fix for OmniCC by N00bZXI
	--TrinketMenu_MainFrame:SetFrameLevel(1)
	--TrinketMenu_MenuFrame:SetFrameLevel(1)
	--TrinketMenu_Trinket0:SetFrameLevel(2)
	--TrinketMenu_Trinket1:SetFrameLevel(2)
	--for i=1,30 do
	--	getglobal("TrinketMenu_Menu"..i):SetFrameLevel(2)
	--end
Lines 318 - 325 in file TrinketMenu.lua replace code with the above code, this stops the trinkets from disappearing. I am not sure what part of OmniCC this is supposed to fix, but I did not notice anything new as far as the UI went by making this change.
Does "-- fix for OmniCC by N00bZXI" get added in there too?

How do I goto a specific line?
  Reply With Quote
09-19-08, 11:42 AM   #6
sakiko
A Fallenroot Satyr
 
sakiko's Avatar
Join Date: Mar 2007
Posts: 20
when you open the file press CTRL+F or go in the "edit" menu then select find and type the first line. ie:

-- fix for OmniCC by N00bZXI

then youll be right on it and just replace the 3 or 4 lines there with the posted code and dont forget to delete it from "fix for OmniCC by N00bZXI" to the "end" in the code and paste the entire code posted here. If you dont tail your code weird things can happend.

hope that helped
  Reply With Quote
09-19-08, 01:12 PM   #7
bacon360
A Theradrim Guardian
Join Date: Sep 2006
Posts: 62
Thanks Sakiko, I was wondering because everyone says in like 213-233 replace so and so with this. Since I see that I think that there is a way to navigate right to that line. Thanks for the help, going to try it now.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Fix for Trinketmenu


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