EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   Fetish (https://www.eq2interface.com/forums/forumdisplay.php?f=38)
-   -   Ping window (https://www.eq2interface.com/forums/showthread.php?t=13440)

Rulfid 10-05-2009 12:08 PM

Ping window
 
Hi all-
I cannot find it.. f11 doesn't bring anything up, I've looked with all the boxes darkened but still don't see it anywhere. Other than it being lost outside the screen, any ideas?

TY

GorGusEyes1 10-05-2009 03:07 PM

I am having the same issue. I even tried making sure the box was checked that does not allow boxes off screen. Still not there. Any other idea's?

Rulfid 10-05-2009 04:18 PM

Theres a box you can check? where. nm found it,,, still no ping box.

lordebon 10-05-2009 05:08 PM

Click the EQ2 (menu) button, open the locator window.

Move the dropdown box to ConnectionStats and push the 'move it' button to move it to 0,0 (far upper left corner). It should show up then and you can move it where you like.

For some reason, it seems like that window is hiding off screen, so you have to move it back on screen.

GorGusEyes1 10-05-2009 05:27 PM

I don't have a locator button for some reason. I did with 11.0, but not 11.1. I even did a fresh install. Also, my Control Central button does not seem to be working.

lordebon 10-05-2009 05:34 PM

Quote:

Originally Posted by GorGusEyes1 (Post 86410)
I don't have a locator button for some reason. I did with 11.0, but not 11.1. I even did a fresh install. Also, my Control Central button does not seem to be working.

Sorry, I forgot to mention this. The locator button is on the menu list in 11.0, but in 11.1 Zonx moved it (and the other 'custom' menu options) to Fetish Central. Fetish Central should be accessible via the menu button.

GorGusEyes1 10-05-2009 05:49 PM

Sorry I said Control Central but I ment Fetish Central in my earlier post. It does not open or do anything for me.

Rulfid 10-05-2009 07:44 PM

I noticed my fetish central doesnt open either.

Zonx 10-06-2009 12:52 AM

FetishCentral should now appear as a menu similar to the StartMenu.

As stated in the Update notes, FetishCentral is now somewhat dependent on the StartButton revisions with v11.1. If you're not using the stock files that came with v11.1, FetishCentral probably won't position correctly and could end up off screen.

If you are using a modified or alternate StartButton, you'll need to add the new FetishCentral button for relative positioning of the popup window.
Code:

    <Image AbsorbsInput="false" Color="#AAAAAA" Location="6,82" Name="FCUnSet" ScrollExtent="23,23" Size="23,23" SourceRect="0,0,48,48" SourceResource="/images/FetishCentral48.dds" />
    <Button Location="2,79" Name="FetishCentral" OnActivate="
Parent.FCUnSet.Color='#664466'
" OnDeactivate="
Parent.FCUnSet.Color='#AAAAAA'
" OnHoverIn="
Parent.FCUnSet.Color='#FFFFFF'
" OnHoverOut="
Parent.FCUnSet.Color='#AAAAAA'
" OnPress="
show_window=(Custom.FetishCentral)
show_window=(Custom.FetishCentral)
" PackLocation="fixed,fixed" ScrollExtent="32,31" Size="32,31" Style="StartButtonStyle" Tooltip="Open FetishCentral" />

Tweak as you like, just make sure the button name stays the same and be aware the popup will figure its position based on the button's loc.

Rulfid 10-06-2009 06:27 AM

Ok, I am using the 11.1 version , I don't know anything about coding.. where do you put the code at? just drop it into fetish ui folder?

Zonx 10-06-2009 08:53 AM

If you're using v11.1 and extracted the entire ZIP directly to the Everquest II directory, the standard Fetish files with the required code should have been installed.

Note: If you installed properly, you should not have to use /loadui to enable the UI, though you should install b4 launching the game.

GorGusEyes1 10-07-2009 03:40 AM

I swapped back to 11.0 and still could not get the ping window to come up. Going back to 11.1 did not fix the issue with Fetish Central.

lordebon 10-07-2009 07:29 AM

Quote:

Originally Posted by GorGusEyes1 (Post 86447)
I swapped back to 11.0 and still could not get the ping window to come up. Going back to 11.1 did not fix the issue with Fetish Central.

If the ping window is off screen, swapping versions won't change that. But if you have issues with Fetish Central, go back to 11.0 and use the locator window from the menu to move the NetoworkStats window on screen. Then if you want you should be able to go back to 11.1.

Kadesarevok 10-07-2009 08:15 AM

Ping Window
 
1 Attachment(s)
I had problems in finding my FPS window in fetish 11.1 but if you install this file from Turzen, it should add the locator button to the fetish menu. Worked for me.

Zonx 10-07-2009 11:25 AM

First off, if FetishCentral is off screen for some reason, you should be able to open the locator with the following command (Caps matter).

Code:

/show_window Custom.Locator
If that doesn't work...

You either didn't update eq2ui_custom.xml or, after updating it, you replaced it with one that wasn't updated.

eq2ui_custom.xml should contain the following includes...
Code:

    <include>_Fetish_bagstrip.xml</include>
    <Include>_Fetish_buffimmunity.xml</Include>
    <Include>_Fetish_clickabilities.xml</Include>
    <Include>_Fetish_clickcures.xml</Include>
    <Include>_Fetish_fetishcentral.xml</Include>
    <include>_fetish_infocenter.xml</include>
    <include>_Fetish_inventory_dock.xml</include>
    <include>_Fetish_locator.xml</include>
    <include>_Fetish_personabar.xml</include>
    <Include>_fetish_refresh.xml</Include>
    <Include>_fetish_refreshfilters.xml</Include>

Likewise, similar includes need to be removed from eq2ui_mainhud.xml and eq2ui_inventory.xml. Leaving the old includes in those files could cause the UI to load 2 windows of the same name, which can confuse scripting.

If you're having problems and have not done a clean install of v11.1, you probably should try it. Rename you're old FetishNightfall directory, then follow the installation instructions.

Rulfid 10-07-2009 07:23 PM

Wow that show_ command brought it right up! Thanks!:nana:

GorGusEyes1 10-07-2009 07:32 PM

That command workd and I found the Ping window. :nana: But Fetish Central does not work for me still. I have tried the fresh install.

Zonx 10-08-2009 04:39 AM

Please post a screenshot showing your start button and the menu open.

GorGusEyes1 10-08-2009 01:55 PM

2 Attachment(s)
Here are the Screen Shots. (Hoping I know how to do this. lol)

Zonx 10-08-2009 02:16 PM

Hrmm... now I'm stumped. You're definitely using the latest start button.

If you press the new button just below the NightVision button, you should see a menu (similar to the start menu) with different options in it.

Rulfid 10-08-2009 07:10 PM

Mine looks like that as well and doesn't do anything either..

GorGusEyes1 10-08-2009 09:10 PM

Thats what I thought. But nothing happens when I press that button or when I use it from the EQ2 Buttton. I have completely deleted the Fetish Folder and all contents. Then installed again. Still nothing happens. I deleted the download I did and tried a new install that way as well. So I am very stumped.


All times are GMT -5. The time now is 02:39 AM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI