Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > World of Warcraft > WoW Guides & Templates
You last visited: Today at 13:14

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Zygor Classic | Retail & Other Addons.

Discussion on Zygor Classic | Retail & Other Addons. within the WoW Guides & Templates forum part of the World of Warcraft category.

Reply
 
Old 10/30/2022, 23:31   #6196
 
911sky's Avatar
 
elite*gold: 210
Join Date: Mar 2013
Posts: 6,566
Received Thanks: 13,430
Quote:
Originally Posted by zerogott View Post
It removed most part of the Google Drive URL.
Fixed
911sky is offline  
Old 10/30/2022, 23:36   #6197
 
zerogott's Avatar
 
elite*gold: 0
Join Date: Sep 2010
Posts: 2,268
Received Thanks: 557
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 was missing except for the end of the link.




Was one of the partial links that was posted inside the MerfinUI section.
zerogott is offline  
Old 10/30/2022, 23:36   #6198
 
911sky's Avatar
 
elite*gold: 210
Join Date: Mar 2013
Posts: 6,566
Received Thanks: 13,430
Well I had to guess why it was broken.
911sky is offline  
Old 10/31/2022, 01:51   #6199
 
JourneyOver's Avatar
 
elite*gold: 0
Join Date: Nov 2020
Posts: 58
Received Thanks: 12
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 -- def worth a read and messing with code to see how it goes.
JourneyOver is offline  
Old 10/31/2022, 15:57   #6200
 
elite*gold: 0
Join Date: Oct 2022
Posts: 9
Received Thanks: 0
Quote:
Originally Posted by zerogott View Post
I mean that almost everthing after was missing except for the end of the link.




Was one of the partial links that was posted inside the MerfinUI section.
How do you run the UI install with the .toc file?
qgshadow is offline  
Old 10/31/2022, 16:17   #6201
 
elite*gold: 0
Join Date: Oct 2022
Posts: 9
Received Thanks: 0
Anybody got the MerfinUI installer working?
qgshadow is offline  
Old 10/31/2022, 17:36   #6202
 
911sky's Avatar
 
elite*gold: 210
Join Date: Mar 2013
Posts: 6,566
Received Thanks: 13,430
Quote:
Originally Posted by qgshadow View Post
Anybody got the MerfinUI installer working?
What is wrong with the installer?
911sky is offline  
Old 10/31/2022, 18:30   #6203
 
elite*gold: 0
Join Date: Mar 2021
Posts: 4
Received Thanks: 4
Quote:
Originally Posted by JourneyOver View Post
So some interesting information regarding all this stuff -- 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.
ptoc is offline  
Old 10/31/2022, 22:02   #6204
 
JourneyOver's Avatar
 
elite*gold: 0
Join Date: Nov 2020
Posts: 58
Received Thanks: 12
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)
JourneyOver is offline  
Thanks
1 User
Old 11/01/2022, 00:16   #6205
 
elite*gold: 0
Join Date: Jan 2021
Posts: 21
Received Thanks: 0
Hi. Can u share MerfinUI for private servers (3.3.5)?
talhae is offline  
Old 11/01/2022, 00:57   #6206
 
elite*gold: 0
Join Date: Oct 2022
Posts: 9
Received Thanks: 0
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?
qgshadow is offline  
Old 11/01/2022, 13:07   #6207
 
911sky's Avatar
 
elite*gold: 210
Join Date: Mar 2013
Posts: 6,566
Received Thanks: 13,430
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.
911sky is offline  
Old 11/01/2022, 16:24   #6208
 
elite*gold: 0
Join Date: Mar 2022
Posts: 1
Received Thanks: 0
hey 911sky.
thanks for sharing zygor but i have a question
gives a update ? i didnt work anymore ^^
SkyRockz418 is offline  
Old 11/01/2022, 16:48   #6209
 
elite*gold: 9
Join Date: Nov 2011
Posts: 38
Received Thanks: 15
Quote:
Originally Posted by SkyRockz418 View Post
hey 911sky.
thanks for sharing zygor but i have a question
gives a update ? 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?
Dusty Rose is offline  
Old 11/01/2022, 17:08   #6210
 
911sky's Avatar
 
elite*gold: 210
Join Date: Mar 2013
Posts: 6,566
Received Thanks: 13,430
Quote:
Originally Posted by SkyRockz418 View Post
hey 911sky.
thanks for sharing zygor but i have a question
gives a update ? 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.
911sky is offline  
Reply

Tags
classic, dugi, dynasty., retail, zygor

« Fojji T10 | - »

Similar Threads Similar Threads
[Buying] &&&&&&&&&KAUFE STEAM ACCOUNT! &&&&&&&&&
06/07/2013 - Trading - 1 Replies
Hallo, bin nicht hier um groß zu traden,sondern möchte einen Steam Account kaufen. Fakten: Biete maximal 60€ PaySafeCard Es sollten viele kleine Spiele sowie COD enthalten sein COD 7-9 sind Pflicht! Kein VAC/TAC/Valve o.Ä Bann!
&&&&&&&&&KAUFE STEAM ACCOUNT! &&&&&&&&&
06/07/2013 - elite*gold Trading - 0 Replies
Hallo, bin nicht hier um groß zu traden,sondern möchte einen Steam Account kaufen. Fakten: Biete maximal 60€ PaySafeCard oder kann es auch zu egold machen Es sollten viele kleine Spiele sowie COD enthalten sein COD 7-9 sind Pflicht! Kein VAC/TAC/Valve o.Ä Bann!



All times are GMT +2. The time now is 13:14.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.