Zygor Classic | Retail & Other Addons

10/30/2022 23:36 zerogott#6196
Quote:
Originally Posted by 911sky View Post
Oh you mean that people on here want something for free. At the same time an informant. So they want it for free, but stops others getting it for free.
I mean that almost everthing after [Only registered and activated users can see links. Click Here To Register...] was missing except for the end of the link.


[Only registered and activated users can see links. Click Here To Register...]

Was one of the partial links that was posted inside the MerfinUI section.
10/30/2022 23:36 Descentralizado#6197
Well I had to guess why it was broken.
10/31/2022 01:51 JourneyOver#6198
Quote:
Originally Posted by ptoc View Post
No, you can re-enable the InventoryManager. Did yesterday and went for a test drive with multiple characters, and now my SavedVariables file is less than 400k in size.

However, moving and re-anchoring the guide window is of course somewhat broken. This may be the difference for people that had no problems. You also should make a backup of your SavedVariables\ZygorGuidesViewer.lua file, so you can replace it once Zygor shits the bed again.

This is what it should look like in your SavedVariables\ZygorGuidesViewer.lua:
Code:
			["frame_anchor"] = {
				"BOTTOMRIGHT", -- [1]
				nil, -- [2]
				"BOTTOMRIGHT", -- [3]
				-210.0000762939453, -- [4]
				239.7498626708984, -- [5]
			},



Open Options.lua, look for ZGV:ProfileSwitch and comment out the lines with =UIParent with "--" in front, like so:
Code:
	-- Main frame position and size
	if ZGV.db.profile.frame_anchor then
		ZGV.Frame:GetParent():ClearAllPoints()
		--ZGV.db.profile.frame_anchor[2]=UIParent
		ZGV.Frame:GetParent():SetPoint(unpack(ZGV.db.profile.frame_anchor))
		ZGV.Frame:SetScale(ZGV.db.profile.framescale)
		ZGV:ApplySkin()
	end
and so:
Code:
	-- Gold guide position
	if ZGV.Gold and ZGV.Gold.FUI and ZGV.Gold.FUI:IsShown() and ZGV.db.profile.gold_anchor then
		ZGV.Gold.FUI:ClearAllPoints()
		--ZGV.db.profile.frame_anchor[2]=UIParent
		ZGV.Gold.FUI:SetPoint(unpack(ZGV.db.profile.gold_anchor ))
	end
Keep in mind there are other bugs as well.

EDIT: The reason i suspected the InventoryManager first, is because it has similar code. In fact Actionbar and CreatureViewer have it, too:
Code:
ActionBar.lua:                  ZGV.db.profile.actionbar_anchor[2]=UIParent
CreatureViewer.lua:             initialPosition[2] = UIParent
Goal.lua:               ZGV.db.profile.goalpopup_frame_anchor[2]=UIParent
InventoryManager.lua:           ZGV.db.profile.frame_anchor_prevendor[2]=UIParent
InventoryManager.lua:           lastPosition[2] = UIParent
So some interesting information regarding all this stuff -- [Only registered and activated users can see links. Click Here To Register...] def worth a read and messing with code to see how it goes.
10/31/2022 15:57 qgshadow#6199
Quote:
Originally Posted by zerogott View Post
I mean that almost everthing after [Only registered and activated users can see links. Click Here To Register...] was missing except for the end of the link.


[Only registered and activated users can see links. Click Here To Register...]

Was one of the partial links that was posted inside the MerfinUI section.
How do you run the UI install with the .toc file?
10/31/2022 16:17 qgshadow#6200
Anybody got the MerfinUI installer working?
10/31/2022 17:36 Descentralizado#6201
Quote:
Originally Posted by qgshadow View Post
Anybody got the MerfinUI installer working?
What is wrong with the installer?
10/31/2022 18:30 ptoc#6202
Quote:
Originally Posted by JourneyOver View Post
So some interesting information regarding all this stuff -- [Only registered and activated users can see links. Click Here To Register...] def worth a read and messing with code to see how it goes.
Yeah, they stumbled across the same issues I did, storing the whole UIParent and all that. I guess either storing the whole UIParent like that wasn't even possible before 10.0, or Zygor quickly patched the viewer together for 10.0 and forgot debugging code.

I have neither an old version of Zygor or Classic installed to check, and I'm too lazy to dig deeper into Zygor's mistakes. ;)

Also gaslighting their customers with "It's not our fault, it's someone else's" is par of the course for most minimum wage customer support these days.
10/31/2022 22:02 JourneyOver#6203
Quote:
Originally Posted by ptoc View Post
Yeah, they stumbled across the same issues I did, storing the whole UIParent and all that. I guess either storing the whole UIParent like that wasn't even possible before 10.0, or Zygor quickly patched the viewer together for 10.0 and forgot debugging code.

I have neither an old version of Zygor or Classic installed to check, and I'm too lazy to dig deeper into Zygor's mistakes. ;)

Also gaslighting their customers with "It's not our fault, it's someone else's" is par of the course for most minimum wage customer support these days.
So I was finally able to talk to cabby (zygors only support person) actually a lot better today (before I was sending emails back and forth but they are back in the office today) and they said they are looking into both this issue and the issue with some of the guides showing up like they are in trial mode (this was only happening on alliance side)
11/01/2022 00:16 talhae#6204
Hi. Can u share MerfinUI for private servers (3.3.5)?
11/01/2022 00:57 qgshadow#6205
Quote:
Originally Posted by 911sky View Post
What is wrong with the installer?
Just copying everything and it doesnt take the settings. Is there a specific procedure to follow that is not included in his .rar folder?
11/01/2022 13:07 Descentralizado#6206
Quote:
Originally Posted by talhae View Post
Hi. Can u share MerfinUI for private servers (3.3.5)?
Is it not compatible? If now then the person that made it. Would have to play on a private server and then make it all again.

Quote:
Originally Posted by qgshadow View Post
Just copying everything and it doesnt take the settings. Is there a specific procedure to follow that is not included in his .rar folder?
Personally, I do not know. I provided what was kindly shared.
11/01/2022 16:24 SkyRockz418#6207
hey 911sky.
thanks for sharing zygor but i have a question :D
gives a update ?:D i didnt work anymore ^^
11/01/2022 16:48 Dusty Rose#6208
Quote:
Originally Posted by SkyRockz418 View Post
hey 911sky.
thanks for sharing zygor but i have a question :D
gives a update ?:D i didnt work anymore ^^
Are you having issues with the download link itself? if so it could be your antivirus, for some reason Avast at the moment is blocking both Mediafire and via the installer (URL:Blacklist). Or is it more the installing/getting it to run?
11/01/2022 17:08 Descentralizado#6209
Quote:
Originally Posted by SkyRockz418 View Post
hey 911sky.
thanks for sharing zygor but i have a question :D
gives a update ?:D i didnt work anymore ^^
Well I got a question, seeing you choose not to say

What one, as you do not say.
Why does it not work, as you choose not to say.

If you used the latest file, it would work.
11/02/2022 00:53 alumeto#6210
Quote:
Originally Posted by qgshadow View Post
Just copying everything and it doesnt take the settings. Is there a specific procedure to follow that is not included in his .rar folder?
did you extract merlinui folder to addons?
update via curse?
I checked for you works good.