Download
(4Kb)
Download
Updated: 11-03-14 09:44 PM
Pictures
File Info
Compatibility:
Warlords of Draenor (6.0.3)
Warlords of Draenor Pre-Patch (6.0.2)
Updated:11-03-14 09:44 PM
Created:09-28-09 03:41 PM
Downloads:14,355
Favorites:45
MD5:

nUI : InfoPanel [Zygor]  Popular! (More than 5000 hits)

Version: r11
by: KanadiaN [More]

This was made at the request of a friend that wanted Zygor Leveling Guild in a InfoPanel. This version locks the frame for you.

In Memory of my late friend Shawn ( R.I.P. Bouda )

This has been updated to WoW v5.4 and the newest version of Zygor..

The Zygor frame is auto locked to keep it in the InfoPanel.

Post A Reply Comment Options
Unread 09-28-09, 04:07 PM  
zero-kill
A Firelord
 
zero-kill's Avatar

Forum posts: 497
File comments: 36
Uploads: 0
Thank you!
Report comment to moderator  
Reply With Quote
Unread 10-02-09, 09:23 PM  
Nasigoring
A Kobold Labourer

Forum posts: 1
File comments: 1
Uploads: 0
k

i'm n idiot.. what do i need to do to make this happen? download and unzip into where?
then where exactly do i put it? cos line 24 is different depending on if i use wordpad, notepad or the xml editor
Report comment to moderator  
Reply With Quote
Unread 10-03-09, 06:33 AM  
Digitaldeuce
A Murloc Raider

Forum posts: 8
File comments: 14
Uploads: 0
A little more clear help with the edits needed to ZygorGuidesViewerMiniFrame.xml would be a little helpful.

I opened it in Dreamweaver, and I show lines 24 to 27 to be:

24 </Scripts>
25 <Anchors><Anchor point="CENTER" relativePoint="CENTER" /></Anchors>
26 <Size><AbsDimension x="320" y="100"/></Size>
27


Are your edits to be added? or are they replacing existing lines?

Are they "in" the "Scripts" block?
Last edited by Digitaldeuce : 10-03-09 at 03:07 PM.
Report comment to moderator  
Reply With Quote
Unread 10-03-09, 06:49 AM  
Digitaldeuce
A Murloc Raider

Forum posts: 8
File comments: 14
Uploads: 0
Re: k

Originally posted by Nasigoring
i'm n idiot.. what do i need to do to make this happen? download and unzip into where?
then where exactly do i put it? cos line 24 is different depending on if i use wordpad, notepad or the xml editor
Ok - this seemed to work for me.

You put the folder "nUI_InfoPanel_Zygor" into your AddOns directory. Should be at the same level as nUI.

Then, open "ZygorGuidesViewer" directory, and find the "ZygorGuidesViewerMiniFrame.xml" file.

You will see a block that is called "Scripts":

Code:
		<Scripts>
			<OnEvent>
				ZygorGuidesViewerMiniFrame_OnEvent(event);
			</OnEvent>
			<OnLoad>
				ZygorGuidesViewerMiniFrame_OnLoad();
			</OnLoad>
			<OnShow>
				ZygorGuidesViewerMiniFrame_OnShow()
			</OnShow>
			<OnHide>
				ZygorGuidesViewerMiniFrame_OnHide()
			</OnHide>
			<OnMouseWheel>
				ZygorGuidesViewer:SkipStep(-arg1,true)
			</OnMouseWheel>
			<OnSizeChanged>
				ZygorGuidesViewerMiniFrame_Text:SetWidth(ZygorGuidesViewerMiniFrame:GetWidth()-10)
			</OnSizeChanged>
		</Scripts>
This is very very close to the top of the file. Line 5 on my editor. What you want to do is to add the lines:

Code:
			<OnMouseDown> ZygorGuidesViewerMiniFrame:StartMoving(); </OnMouseDown>
			<OnMouseUp> ZygorGuidesViewerMiniFrame:StopMovingOrSizing(); </OnMouseUp>
			<OnDragStop> ZygorGuidesViewerMiniFrame:StopMovingOrSizing(); </OnDragStop>
at the bottom, just before the </Scripts> close.

I did it like this:

Code:
			<OnSizeChanged>
				ZygorGuidesViewerMiniFrame_Text:SetWidth(ZygorGuidesViewerMiniFrame:GetWidth()-10)
			</OnSizeChanged>
<!-- Lines added for nUI  -->
			<OnMouseDown> ZygorGuidesViewerMiniFrame:StartMoving(); </OnMouseDown>
			<OnMouseUp> ZygorGuidesViewerMiniFrame:StopMovingOrSizing(); </OnMouseUp>
			<OnDragStop> ZygorGuidesViewerMiniFrame:StopMovingOrSizing(); </OnDragStop>		
<!-- End Lines added for nUI  -->
		</Scripts>

If this works like it did for me - cool - if someone sees that this is wrong, please let us know.
Report comment to moderator  
Reply With Quote
Unread 10-06-09, 12:38 PM  
KanadiaN
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 24
Uploads: 7
Edits :

the thing about zygor is that I based my edits off a older version of the viewer ( a friends payed for copy ). I also know that there is many copies in use that should not be. but for thoes ppl that have the newest copy there is a locking option on the mini frame and the edit is no longer needed if you have the newest version of zygor.
Last edited by KanadiaN : 10-06-09 at 12:40 PM.
Report comment to moderator  
Reply With Quote
Unread 10-19-09, 12:45 PM  
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 837
File comments: 374
Uploads: 13
Zygor2 is gonna be released tomorrow might wanna get this updated when it is
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
Report comment to moderator  
Reply With Quote
Unread 10-19-09, 12:58 PM  
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 837
File comments: 374
Uploads: 13
i just got it working myself, no need to edit the zygors xml file just in nUI_InfoPanel_Zygor.lua

change

Code:
ZygorGuidesViewerMiniFrame_Text:SetWidth(ZygorGuidesViewerMiniFrame:GetWidth()-10)
ZygorGuidesViewerMiniFrame_Text:SetHeight(ZygorGuidesViewerMiniFrame:GetHeight()-10)
to
Code:
ZygorGuidesViewerFrame:SetWidth(ZygorGuidesViewerFrame:GetWidth()-10)
ZygorGuidesViewerFrame:SetHeight(ZygorGuidesViewerFrame:GetHeight()-10)
and

Code:
local Z_Frame = ZygorGuidesViewerMiniFrame;
to


Code:
local Z_Frame = ZygorGuidesViewerFrame;
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
Report comment to moderator  
Reply With Quote
Unread 10-20-09, 01:50 AM  
KanadiaN
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 24
Uploads: 7
Originally posted by tinyu
i just got it working myself, no need to edit the zygors xml file just in nUI_InfoPanel_Zygor.lua
Thanks for the edits, I personaly had them done. Sorry for the delay but is was raid night... just a side note that the edits were for the version that didn't lock as you could have moved it and it would not show in the info panel. (witch was defeating the reason for the addon)
Last edited by KanadiaN : 10-24-09 at 04:34 PM.
Report comment to moderator  
Reply With Quote
Unread 12-10-09, 02:16 PM  
sconley
An Aku'mai Servant

Forum posts: 31
File comments: 98
Uploads: 0
I'm having the problem that the Zygor window will not hide.
If I hide it myself, then the next time I bring it up using the nUI panel button, it won't hide again.
Report comment to moderator  
Reply With Quote
Unread 12-11-09, 06:18 PM  
KanadiaN
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 24
Uploads: 7
Originally posted by sconley
I'm having the problem that the Zygor window will not hide.
If I hide it myself, then the next time I bring it up using the nUI panel button, it won't hide again.
I will look into this, but since I do not have eather nUI and or Zygor, this will take a bit of time
Report comment to moderator  
Reply With Quote
Unread 12-14-09, 01:23 AM  
sconley
An Aku'mai Servant

Forum posts: 31
File comments: 98
Uploads: 0
Originally posted by KanadiaN
I will look into this, but since I do not have eather nUI and or Zygor, this will take a bit of time
Let me know if you need info from me that would help. Like frame names, etc.
Report comment to moderator  
Reply With Quote
Unread 12-26-09, 06:08 PM  
Rusty023
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Could you do a 3.3 version?
Report comment to moderator  
Reply With Quote
Unread 01-06-10, 01:11 AM  
KanadiaN
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 24
Uploads: 7
Originally posted by Rusty023
Could you do a 3.3 version?
I will get this working tomorrow sorry xmass has had me busy
Report comment to moderator  
Reply With Quote
Unread 01-15-10, 03:43 PM  
trueelimite
A Murloc Raider

Forum posts: 9
File comments: 5
Uploads: 0
thank you !!
Report comment to moderator  
Reply With Quote
Unread 01-18-10, 12:05 PM  
se110ut
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Im having a problem trying to run Tomtom while I have my Nui enabled. Tomtom will simply just point me in 1 certain direction to target I.E. North anyone else seem to have this problem?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: