EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Interface Discussion > Released

Reply
Thread Tools Search this Thread Display Modes
  #1676  
Old 06-17-2006, 11:12 AM
Duckstomper Duckstomper is offline
A Brown Bear
 
Join Date: Oct 2005
Server: Befallen
Posts: 14
Default

Quote:
Originally Posted by Zonx
I have uploaded a preliminary version of the Market window for FetishNightfall to the Add-on section. Here's the link.

Fully functional, resizable window with the standard tabbed and popup mechanisms. I uploaded this as an add-on intending it to remain a smaller alternative to what will become the Standard Market window.

My hope is to create a larger window that shows the Buy, Sell and Adv search info all at once. I also expect to add in my trusty fav menus

I expect the final window to be about twice the width and a tad taller than this small version.

The upcoming release of the full set will also have a few bonus features added to other windows.
~Drools~ in anticipation!!!!!

You rock Zonx!
Reply With Quote
  #1677  
Old 06-17-2006, 12:33 PM
Tessa Tessa is offline
A Young Mystail Rat
 
Join Date: Nov 2005
Server: Antonia Bayle
Posts: 2
Default Thank you!

Thank you, Zonx.

You are wonderful to share your talents with us. I hope you have had time to enjoy the game!

Tessa
Reply With Quote
  #1678  
Old 06-17-2006, 12:48 PM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Lol, I haven't seen anything except West Freeport and Commonlands since befor the expansion came out
Reply With Quote
  #1679  
Old 06-17-2006, 04:42 PM
quaror quaror is offline
A Sea Turtle
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 32
Default

Hi there. great UI, but just one question. Is there any way to take the text labels off the hotkeys?

Thanks
Reply With Quote
  #1680  
Old 06-18-2006, 04:01 AM
sg2001 sg2001 is offline
A Coastal Crab
 
Join Date: Sep 2005
Server: Antonia Bayle
Posts: 1
Default Recipe Book resizable?

Hello,
does someone know how the recipe window can be made resizable or how I can choose a smaller font size? Unfortunately I am not able to view which books I have already scribed :-)
Reply With Quote
  #1681  
Old 06-18-2006, 07:32 AM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Quote:
Originally Posted by sg2001
Hello,
does someone know how the recipe window can be made resizable or how I can choose a smaller font size? Unfortunately I am not able to view which books I have already scribed :-)
You're going to have to do a little XML editing.

Open up eq2ui_tradeskills.xml in some sort of text or xml editor, and find the line at the top beginning with "<Page Name="TradeSkills" " (it should be the 2nd line).
On that line, insert "UserResizable="true" " (with the inner set of quotes!) just before Visible=, making sure that you have a space before and a space after so that it doesn't run together. Now, I think that should allow the window to be resized.
After that, just save and have fun =)
Reply With Quote
  #1682  
Old 06-18-2006, 08:41 AM
Slitheren Slitheren is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 2
Default Thanks Zonx

First of all, thanks for the years of pleasure using your Fetish UI's. They are the best out there. I just cant play the game without it!
Only question is: can you make the selling window and broker window 2 different ones like you have with v6.4? Just a personal preference, I like the seperate windows and not all the clicking between tabs. If you can, great, if not, no worries.
Thanks!
Reply With Quote
  #1683  
Old 06-18-2006, 12:28 PM
Dae'lomdel's Avatar
Dae'lomdel Dae'lomdel is offline
A Fallen Diplomat
 
Join Date: Apr 2005
Server: Befallen
Posts: 53
Default

Another possible request Zonx,

If its not possible to make the buy/sell windows seperate, perhaps an option that uses split tabs so the one window could show both at once. These extra clicks to check prices, sort by price, click back over to selling window, set price in the long run eat up a bunch of time.
__________________
~Velkyn~
Defiant Warlock
Befallen Server


"It is only by fate that any life ends, and only by chance that it is yours...not mine."
Reply With Quote
  #1684  
Old 06-18-2006, 02:42 PM
Veduren Veduren is offline
A Young Mystail Rat
 
Join Date: Jun 2005
Server: Antonia Bayle
Posts: 2
Default

you rock, Zonx. keep up the awesome work
__________________
Veduren Evenflow
4x Ranger of Aurora
Steamfont
Reply With Quote
  #1685  
Old 06-18-2006, 03:58 PM
Aesbar Aesbar is offline
A Coastal Crab
 
Join Date: Feb 2005
Server: Antonia Bayle
Posts: 1
Default Factions

Zonx, I absolutely love the Persona Bar, but could you please tell me where you left the factions? I miss them
Reply With Quote
  #1686  
Old 06-18-2006, 08:18 PM
arinthaw arinthaw is offline
A Young Mystail Rat
 
Join Date: Sep 2005
Server: Antonia Bayle
Posts: 6
Default

I currently use Fetish Classic and while I wait for an update I was thinking of using Nightfall. Is there an easy way to keep all the ui settings I have with Classic and use Nightfall instead. I am hoping to not have to reconfigure all my hotbars and where they are located on the screen.

Thanks in advance,
Arin
Reply With Quote
  #1687  
Old 06-18-2006, 09:06 PM
Dae'lomdel's Avatar
Dae'lomdel Dae'lomdel is offline
A Fallen Diplomat
 
Join Date: Apr 2005
Server: Befallen
Posts: 53
Default

Your UI_Settings arn't stored in your UI directory, but in an ini file. So you can switch UI's all day and night and not lose your UI_settings. Also you can use "/load_uisettings" on to bring up a menu to use another char's UI_Settings for the current char. So if you make an alt or something, use the command and bam your set!
__________________
~Velkyn~
Defiant Warlock
Befallen Server


"It is only by fate that any life ends, and only by chance that it is yours...not mine."
Reply With Quote
  #1688  
Old 06-19-2006, 09:21 AM
SirLagalot SirLagalot is offline
A Crazed Gnoll
 
Join Date: Aug 2005
Server: Runnyeye
Posts: 20
Default

Quote:
Originally Posted by lordebon
You're going to have to do a little XML editing.

Open up eq2ui_tradeskills.xml in some sort of text or xml editor, and find the line at the top beginning with "<Page Name="TradeSkills" " (it should be the 2nd line).
On that line, insert "UserResizable="true" " (with the inner set of quotes!) just before Visible=, making sure that you have a space before and a space after so that it doesn't run together. Now, I think that should allow the window to be resized.
Somehow I do not get this to work, the window is still only resizable in heigth but not in width :-(
Reply With Quote
  #1689  
Old 06-19-2006, 11:01 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

On the very first object you'll find a settings for MinimumSize and MaximumSize. The first number for each of these controls the width constraints.

I don't recall all of it now, but there were issues caused by some stuff when allowed to resize. Scrollbars would become unusable, etc.

I can't gaurantee all the sub elements will resize properly when the window width is changed.
Reply With Quote
  #1690  
Old 06-19-2006, 11:06 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default

Aesbar, I'm guessing you haven't tried opening the Persona window. Personabar does not replace Persona. Everything normally found under Persona is still there, including factions.
Reply With Quote
  #1691  
Old 06-19-2006, 05:46 PM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Quote:
Originally Posted by Zonx
On the very first object you'll find a settings for MinimumSize and MaximumSize. The first number for each of these controls the width constraints.

I don't recall all of it now, but there were issues caused by some stuff when allowed to resize. Scrollbars would become unusable, etc.

I can't gaurantee all the sub elements will resize properly when the window width is changed.
/nod I assumed there would be a reason you would make the window not resizeable Zonz =) I did forget the MaximumSize value tho... for whoever wants to resize the window, just increase that values (not too much though!) to be able to make the window bigger. I recommend backing up the file beforehand tho, as I'm not sure what horizontal expansion will do to the window, like Zonx said.
Reply With Quote
  #1692  
Old 06-19-2006, 08:57 PM
arinthaw arinthaw is offline
A Young Mystail Rat
 
Join Date: Sep 2005
Server: Antonia Bayle
Posts: 6
Default

Quote:
Originally Posted by Dae'lomdel
Your UI_Settings arn't stored in your UI directory, but in an ini file. So you can switch UI's all day and night and not lose your UI_settings. Also you can use "/load_uisettings" on to bring up a menu to use another char's UI_Settings for the current char. So if you make an alt or something, use the command and bam your set!

Thanks Dae'lomdel
Reply With Quote
  #1693  
Old 06-20-2006, 05:06 AM
Zonx's Avatar
Zonx Zonx is offline
A Green Troll
This person is a EQ2Map developer.
Featured
 
Join Date: Dec 2004
Server: Blackburrow
Posts: 2,221
Default Release 6.5

Version 6.5 is available for download.

READ THE VERSION NOTES!
Improperly upgrading can result in broken features, particularly the Map and Market Favs.

Version notes

A screenshot of the new Advanced Market window was added to the download page.

Don't forget to rate the download and add it to your favorites if you haven't already.

Reply With Quote
  #1694  
Old 06-20-2006, 06:50 AM
Shadowsniper Shadowsniper is offline
A Young Mystail Rat
 
Join Date: Jun 2006
Server: Antonia Bayle
Posts: 4
Default Legend and a Scholar

As always Zonx,

Your a Legend and a Scholar,

Thanks for another fine release,

Shadowsniper
Antonia Bayle
Reply With Quote
  #1695  
Old 06-20-2006, 07:39 AM
Destructor Destructor is offline
A Young Mystail Rat
 
Join Date: Jun 2005
Server: Antonia Bayle
Posts: 4
Thumbs Up

Long time mod user, first time poster.

Zonx, you are a fantastic mod developer who's quality of work is so high, it should be included as a default interface for EQ2 itself.
Reply With Quote
  #1696  
Old 06-20-2006, 08:09 AM
IVIadness IVIadness is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 4
Default

Zonx,


First off fantastic UI I love it way to much it is the only UI both my wife and I use. That being said with the recient update one thing is killing the little fantastic button in the market window that would auto set things to your level and class.. I saw today a new market window was released for fetish nightfall and I have yet to try it they did add the Browse market button and that is great now all we are missing is that (set to level and class button) also another Idea I have is to some how have the advance window save what you last did as it is now you have to reselect ever option when you change your search or if you just change somthing simple like lowest level or cost.. Just my 2 cents :P I am not a modder by any means I also know the patch came out 2 days ago so I am not expecting over night changes.. Keep up the great work


-Madness
Reply With Quote
  #1697  
Old 06-20-2006, 11:52 AM
Agaras's Avatar
Agaras Agaras is offline
A Young Mystail Rat
 
Join Date: Jan 2006
Server: Antonia Bayle
Posts: 7
Default Thank you!

Wow thank, I was trying other UI sets while I was waiting for you to upgrade this one (mostly because I cannot stand the default one) and nothing compares to yours.

Your broker window is the best, and so is your UI set!

Thanks!!
__________________
<img src="http://www.aofreedom.com/preg.jpg">
Reply With Quote
  #1698  
Old 06-20-2006, 02:08 PM
Liandra's Avatar
Liandra Liandra is offline
A Griffon
This person is a EQ2Map developer.
 
Join Date: Nov 2004
Server: Runnyeye
Posts: 122
Default

As always VERY NICE work Zonx.

having said that there are a couple of things i noticed with the new market window.

1- the "Take All Coin" button doesn't seem to do anything.

2- The "My Class & lvl" button doesn't always set the max lvl correctly. If you press "My Class & lvl" and then "Level Range". Clicking "My Class & lvl" again does not set the max lvl back.
I don't know if it is related but the Max lvl slider bar seems to intermittently reset to 70 just on mouseover without any clicking

3- Setting the Tier to something other than Any (treasured for example) doesn't have any effect in refining the search. you still get items from the other categories. I'm not really sure if there is anything you can do with this one though as it happens on the default window as well.

Finally it would be nice if somewhere you could display the current cash (plat, gold, silver, copper) levels carried by the character. That seems to be one of the fairly common complaints about the SOE window.

Thanks again for all your hard work. This was definitely worth waiting for.
__________________

Last edited by Liandra : 06-20-2006 at 02:15 PM.
Reply With Quote
  #1699  
Old 06-20-2006, 03:27 PM
slippery slippery is offline
A Brown Bear
Interface Author - Click to view interfaces
 
Join Date: Jul 2005
Server: Oasis
Posts: 14
Default

Great job Zonx, I love your work.

Would it be possible to get all the new dynamic data on the persona bar? I'd love to see my crit chance and regen on that bar at a quick glance
Reply With Quote
  #1700  
Old 06-20-2006, 04:49 PM
IVIadness IVIadness is offline
A Young Mystail Rat
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 4
Default

Well I just got a chance to look at the new screenshots of your new market window with the update and everything I asked for you already did!! You rock sir.. I have a question if I download the new version and over write all the old files will it change all my locations of things IE bars, exp, ext.. and if it does is there anyway I can save those settings?
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 05:23 PM.


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