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,375
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 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-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-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-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-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 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
Post A Reply



Category Jump: