EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Interface Pieces > Miscellaneous

Category: MiscellaneousPooka DruidRing and Spire Popup Selectors
Interface Information
Download
pooka's Portal Bug Reports Feature Requests
How do I install this? (FAQ)
Name: Pooka DruidRing and Spire Popup Selectors   Popular!
Author:
Date: 02-29-2008 04:04 PM
Size: 1.94 Kb
Version: 1.01
Rate Addon: 5 out of 5 with 4 votes  
Patch & Add-on List
File Name
Version
Size
Author
Date
Type
1.3b
2.68 Kb
11-25-2008 09:41 PM
Patch
Pictures
Click to enlarge 

Views: 0
Size: 20.74 Kb
Dimensions: 390 x 166
both windows (mouse not included)
 
Description
Pooka DruidRing and Spire Popup Selectors
-------------------------------
Popup windows for Druids and Sorcerers! Save hotbar space and no longer have to mouseover each icon to figure out which portal takes you where you need to go.

The checkbox, when checked, will keep the window open after clicking your destination. It defaults to unchecked, and resets each session. You can change the default behavior by editing the .xml files. Change Checked="false" to Checked="true".

update: Now with proper blue buttoney goodness.

-----
Installation: http://faq.eq2interface.com/

1) Extract _Pooka_DruidRings.xml and / or _Pooka_Spires.xml to your mods directory.

2) Extract eq2ui_custom.xml.

NOTE: If you already have eq2ui_custom.xml do not overwrite it! Open it with a text editor and add the following lines:

<include>_Pooka_DruidRings.xml</include>
<include>_Pooka_Spires.xml</include>

3) In game create a macro for each popup.

For the sorcerers:
show_window Custom.Pooka_Spires

For the druids:
show_window Custom.Pooka_DruidRings

4) Drag the macro to a hotbar and free up 6 or 7 hotkeys.
-----
released - 2/29/08 (Happy leap day)
Archive List (Old Versions)
File Name
Version
Size
Author
Date
1
1.94 Kb
pooka
02-29-2008 02:34 PM
File Statistics
User Rating:
5 out of 5 with 4 votes
Downloads: 9887
Views: 38431
Favorites: 37
Uploaded By:
 
Last Modified: N/A

View Pictures. Download Now! Post A Comment


Post A Reply
Author Comments Comment Options
Unread 02-29-2008, 04:08 PM  
pooka
A Griffon
 
pooka's Avatar
Interface Author - Click to view interfaces

Server: Antonia Bayle
Forum posts: 250
File comments: 16
Uploads: 16
Updated with the new style buttons. I'm not quite sure why I was working with the old ones. Thanks DBurgdorf.
pooka is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-29-2008, 05:16 PM  
lollygagger
A Nerius Seer
 
lollygagger's Avatar

Server: Befallen
Forum posts: 85
File comments: 7
Uploads: 0
Not working with Profit

1. I've added:

<include>_Pooka_DruidRings.xml</include>
<include>_Pooka_Spires.xml</include>

To the bottom of the eq2ui_custom.xml file that comes with Profit.

2. Copied both files to my ProfitUI directory

3. Started Game

4. Created a Command Macro: show_window Custom.Pooka_Spires

5. When I test it I do not see a any window.

6. I also tested show_window Custom.Pooka_DruidRings to see if it was just a miss-spelling. Still no window.

Suggestions?

--Lollygagger
lollygagger is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-29-2008, 06:32 PM  
pooka
A Griffon
 
pooka's Avatar
Interface Author - Click to view interfaces

Server: Antonia Bayle
Forum posts: 250
File comments: 16
Uploads: 16
You've got the macro text right. My first suggestion is to make sure you've got the <include> lines in "Custom" and not in "ProfitUI_Styles"

I've attached my eq2ui_custom.xml file as an example.

Code:
<?xml version="1.0" encoding="utf-8"?>
    <Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" ScrollExtent="1024,768" Size="1024,768" Visible="false">
		<include>_ProfitUI_SubClassDetector.xml</include>
		<include>_ProfitUI_ControlCenter.xml</include>
		<include>_DragowulfUI.xml</include>
		<include>_Pooka_DruidRings.xml</include>
		<include>_Pooka_Spires.xml</include>
	</Page>
    <Namespace Name="ProfitUI_Styles">
		<include>_ProfitUI_Styles.xml</include>
    </Namespace>
pooka is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-29-2008, 06:41 PM  
lollygagger
A Nerius Seer
 
lollygagger's Avatar

Server: Befallen
Forum posts: 85
File comments: 7
Uploads: 0
Here's the file contents for my eq2ui)custom.xml file

Pretty sure everything here is setup correctly

<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>_ProfitUI_SubClassDetector.xml</include>
<include>_ProfitUI_QuickRaidButtons.txt</include>
<include>_ProfitUI_CuresCode.xml</include>
<include>_ProfitUI_StandardSearches.txt</include>
<include>_ProfitUI_InventoryColorSettings.txt</include>
<include>_ProfitUI_MiscSettings.txt</include>
<include>_ProfitUI_SoundControls.xml</include>
<include>_ProfitUI_VideoControls.xml</include>
<include>_ProfitUI_ControlCenter.xml</include>
<include>_ProfitUI_Timer.xml</include>
<include>_ProfitUI_BottomBar.xml</include>
<include>_ProfitUI_InfoCenter.xml</include>
<include>eq2ui_custom_poifinder.xml</include>
<include>_Pooka_DruidRings.xml</include>
<include>_Pooka_Spires.xml</include>
</Page>
<Namespace Name="ProfitUI_Styles">
<include>_ProfitUI_Styles.xml</include>
</Namespace>

Not sure if Vista would cache UI files anywhere odd, but I thought i should at least mention i'm using Vista.


I haven't tried moving your includes to the top of the file yet. Does order matter?

Any other suggestions?

Last edited by lollygagger : 02-29-2008 at 06:42 PM.
lollygagger is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-29-2008, 07:45 PM  
pooka
A Griffon
 
pooka's Avatar
Interface Author - Click to view interfaces

Server: Antonia Bayle
Forum posts: 250
File comments: 16
Uploads: 16
Vista shouldn't have any effect on it. I dualbox one Vista one XP. Order of <includes> shouldn't matter.

I just downloaded ProfitUI. Did a fresh install and added this on top. Seemed to work fine.

Some other things to try:
Have you restarted EQ2 since playing with the files? /camp desktop not just /camp?

Try /show_window Custom.Pooka_Spires from a chat window.

Open up the ProfitUI ControlCenter and in the execute script area try show_window Custom.Pooka_Spires then hit execute script.

If after restarting and trying from chat window and ProfitUI ControlCenter you still can't get it opened, I'd recommend a fresh install of the latest version of ProfitUI and try again.
pooka is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-29-2008, 08:29 PM  
lollygagger
A Nerius Seer
 
lollygagger's Avatar

Server: Befallen
Forum posts: 85
File comments: 7
Uploads: 0
wow i'm stumped

Here's my latest attempt

First I Moved my Old ProfitUI dir to a backup folder then:

1. Downloaded ProfitUI 4.5a
2. Renamed my character .ini & used a new one from Profit
3. Renamed eq2_recent.ini to eq2_recent_BAK.ini so a new one would be created
4. Copied your 2 files into the ProfitUI dir
5. Added the 2 include statements to the top of eq2ui_custom.xml
6. Launched the game
7. Tried /show_window Custom.Pooka_Spires from a chat window. nothing happened
8. Tried /show_window Custom.Pooka_Spires from the Profit Control Center Execute UI script box. nothing happened.

My last guess:

Current resolution is 1920 x 1200 windowed mode.

Is it possible the window is opening off screen? I do not allow them via the option in game however.

Any other suggestions? Anyone else reporting problems or is it just little ol me?

Thanks for any guidance you can give.

--lollygagger
lollygagger is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 02-29-2008, 11:54 PM  
pooka
A Griffon
 
pooka's Avatar
Interface Author - Click to view interfaces

Server: Antonia Bayle
Forum posts: 250
File comments: 16
Uploads: 16
Re: wow i'm stumped

I can't think of any reason it would be opening up off-screen. It defaults to 300, 300.

Check your eq2.ini file to make sure it's pointing at the same directory your installing the files to. Try changing eq2.ini to point to a new directory that just has the contents of the zipfile. That'll give you the default interface, with only the new popups. If you can't get them to appear in that instance I am really stumped.
pooka is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-01-2008, 03:30 PM  
Astris
A Young Mystail Rat
 
Astris's Avatar

Server: Mistmoore
Forum posts: 3
File comments: 3
Uploads: 0
Woot thanks alot!
Astris is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-01-2008, 04:40 PM  
lollygagger
A Nerius Seer
 
lollygagger's Avatar

Server: Befallen
Forum posts: 85
File comments: 7
Uploads: 0
There has to be some sort of caching going on.

I removed Profit, created a new eq2.ini file to point to your mod only, started the game and was not able to show the windows.

So... giving up for the day, I shut down the game.

Decided to make some manual modifications to eq2_broker_searches.xml to resort things.

Started EQ2 and the saved searches were in their old order.

Mind you, I did not make any edits / changes to any UI file while the game was running. This was all done when I was not in game.

Are there local caches of UI files somewhere in Vista?

Really confused here. I've been using UI mods since the game launched, created some of my own and for some reason can not figure out how to get your, VERY USEFUL, files to work.

Help out a confused gnomes would ya?

-- lollygagger
lollygagger is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-02-2008, 02:01 PM  
pooka
A Griffon
 
pooka's Avatar
Interface Author - Click to view interfaces

Server: Antonia Bayle
Forum posts: 250
File comments: 16
Uploads: 16
Just had a though ... Do you use the ProfitUI auto updater? If so, make sure you've chosen eq2ui_custom.xml as an "Ignored File" or the updater will wipe out the changes you just made!

Otherwise, since we can't make it go with no other mods, the issue is likely a minor mistake in eq2.ini OR macro OR eq2ui_custom.xml OR the path of the mods directory.

As for Vista Caching Files, you can try this, but you do so at your own risk. It's not generally recommended. As I said, I run Vista and have no issues.

-----------------------------------
To disable Superfetch:
Open up Services in Control Panel or by typing services.msc into the Start menu search or run boxes.

Double-click on Superfetch in the list to open up the properties, and then change the drop-down to "Disabled". You can also click Stop to immediately turn it off.
-----------------------------------

PM me or email me and perhaps you can send me some screen shots, perhaps I can ferret out a misplaced / ...
pooka is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-03-2008, 07:02 AM  
pooka
A Griffon
 
pooka's Avatar
Interface Author - Click to view interfaces

Server: Antonia Bayle
Forum posts: 250
File comments: 16
Uploads: 16
Woot! For anyone following the drama, lollygagger sorted it out. We can now officially blame Vista.

His solution?

Quote:
Anytime I add, delete, edit anything in:
C:\Program Files (x86)\Sony\EverQuest II

I get prompted for Admin privileges since I've left Vista's annoying security features in place.
...
I moved the eq2ui_custom.xml to my desktop, added the 2 includes, moved it back to the ProfitUI directory THEN stated EQ2.exe.

You can guess the rest, it works like a charm.
pooka is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-05-2008, 12:32 PM  
badonka
A Coastal Crab

Server: Antonia Bayle
Forum posts: 1
File comments: 1
Uploads: 0
Help please

I am trying to use your Druid Ring, with Fetish. I have added the file, and edited the custom.xml to include, <include>_Pooka_DruidRings.xml</include>
When I log into the game the DruidRing window is open and in the top left corner. When I attempt t use it nothing happens. When I made my macro button, nothing happened either. I am assuming I have done something wrong. Any hints?
badonka is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-05-2008, 04:23 PM  
Fuzzypaws12345
A Coastal Crab
 
Fuzzypaws12345's Avatar

Server: Everfrost
Forum posts: 1
File comments: 3
Uploads: 0
I've Tried Everything

Quote:
Originally posted by pooka
Woot! For anyone following the drama, lollygagger sorted it out. We can now officially blame Vista.

His solution?
Anytime I add, delete, edit anything in:
C:\Program Files (x86)\Sony\EverQuest II

I get prompted for Admin privileges since I've left Vista's annoying security features in place.
...
I moved the eq2ui_custom.xml to my desktop, added the 2 includes, moved it back to the ProfitUI directory THEN stated EQ2.exe.

You can guess the rest, it works like a charm.


I use XP and have that problem, and sense Vista is the one with admin problems... i cant think of why XP would do it...ive tryed everything.. i put my ports back on my bars.... i used it before i installed Profit UI... worked fine before then.


Last edited by Fuzzypaws12345 : 03-05-2008 at 04:34 PM.
Fuzzypaws12345 is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-06-2008, 05:33 PM  
pooka
A Griffon
 
pooka's Avatar
Interface Author - Click to view interfaces

Server: Antonia Bayle
Forum posts: 250
File comments: 16
Uploads: 16
Fuzzypaws12345: Are you using the Profit auto-updater? Did you reapply the changes to eq2ui_custom.xml after installing Profit?

badonka: I just checked the latest Fetish eq2ui_custom.xml and it's empty. Try overwriting it with the one from my zip file.
pooka is offline Report comment to moderator   Reply With Quote Reply With Quote
Unread 03-17-2008, 02:05 PM  
DofD
A Young Mystail Rat

Server: Antonia Bayle
Forum posts: 7
File comments: 5
Uploads: 0
Great mod! Thank you so much. =)
DofD is offline Report comment to moderator   Reply With Quote Reply With Quote
Post A Reply

 
Category Jump:
Search this Category:
 

All times are GMT -5. The time now is 05:16 AM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI