EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Interface Discussion > Released

View Poll Results: Fetish Skin?
No. I like the current setup. 27 42.86%
Yes. Keep it simple and compact like Boho. 19 30.16%
Yes. Lots of Frills. Space isn't an issue. Like Fenix Arcane. 6 9.52%
Yes. I'd like an integrated HUD like TyeJae's. 11 17.46%
Voters: 63. You may not vote on this poll

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04-01-2005, 03:26 PM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default

Awesome mod!

Fast ?, Concering QUEST JOURNAL WINDOW --> in the actual quest info area, the are on the right, is there a way to enable mouse scroll via wheel like it does on the left? It seems it does not work "within" the right window. It only scrolls if mouse is over the scroll bar itself. Left side works perfect

Last edited by depechenode : 04-01-2005 at 03:42 PM.
Reply With Quote
  #2  
Old 04-01-2005, 03:54 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

I'll look into that, but I'm guessing the page structure confuses things. Probably doesn't work in default UI either.
Reply With Quote
  #3  
Old 04-02-2005, 12:32 AM
depechenode's Avatar
depechenode depechenode is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Toxxulia
Posts: 584
Default

the default journal yes it does work, scroll via wheel inside both top and bottom boxes.
Reply With Quote
  #4  
Old 04-02-2005, 10:12 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

Quote:
Originally Posted by depechenode
the default journal yes it does work, scroll via wheel inside both top and bottom boxes.
Fix uploaded. Also found some new data elements I missed adding.
Reply With Quote
  #5  
Old 04-02-2005, 10:33 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 Fetish Minimize

Can't find who requested info on a Minimize button so I'ma post this in each of my main threads.

Any UI that includes FetishStyles can add a Minimize button to any window with a standard title bar by doing the following:

Find Name="WC_Titlebar", then find the next closing bracket (>). If its preceded by a slash (/>), replace with
Code:
>
</PAGE>
now paste the following code in after the initial closing bracket and before </PAGE>
Code:
<Checkbox BackgroundOpacity="1.000" LocalTooltip="Minimize" Location="3,3" Name="MinimizeCheckbox" OnActivate="parent.parent.ExpandWin=parent.parent.size 
parent.parent.maximumsize=&apos;22,16000&apos; 
LocalTooltip=&apos;Expand&apos;" OnDeactivate="parent.parent.maximumsize=&apos;16000,16000&apos; 
parent.parent.size=parent.parent.ExpandWin 
LocalTooltip=&apos;Minimize&apos;" ScrollExtent="16,16" Size="16,16" Style="/Fetish.CheckboxStyles.minimize_checkbox" Tooltip="Minimize"></Checkbox>
This should add a Minimize button at the left edge of the titlebar that hides with the titlebar
Reply With Quote
  #6  
Old 04-02-2005, 01:59 AM
dc_roenfanz's Avatar
dc_roenfanz dc_roenfanz is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Unkown
Posts: 588
Default

Hey Zonx.

Luv the XP bar. One slight problem however. OK, not a problem with YOUR xp bar, but with something I wanted to do with a mod of mine. I wanted to use your tick frame on other meter bars, like for target Health/Power. The problem lies in the fact that no matter how hard I try, the think just will not stretch on the vertical axis. All sorts of horizontal stretch but zilch on the vertical. Is there a way to get around this? just curios. Also, there seems to be a black "shadow" going up and left from the frame. Maybe like a pixel wide at most. Its annoying though because I have mosta the opacities set clear on my stuff. I noticed that it doesn't appear on your XPbar because of the background widgets er whatever you have in FetishSamples. Anywho, is that possible?

Darrin
Reply With Quote
  #7  
Old 04-02-2005, 06:23 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

The XPTicks are a FrameStyle that can be found under FetishStyles/FrameStyles in UIBuilder. The Style was not setup to stretch Vertically but you could certainly do that.

I suggest duping the FrameStyle and ImageStyles to someplace outside my NameSpace to avoid potential conflicts. You'll then have to slice the NE, NW, and TOP images into 3 pieces each for a total of 9 images. Standard naming is xxx_ne, xxx_top, xxx_nw, xxx_right, xxx_center, xxx_left, xxx_se, xxx_bottom, xxx_sw.

Once you get it all sliced up, you'll want to set right, center and left to stretch vertically. Use te settings I have for top horizontal on your top, center and bottom slices.
Reply With Quote
  #8  
Old 04-02-2005, 11:34 AM
dc_roenfanz's Avatar
dc_roenfanz dc_roenfanz is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Unkown
Posts: 588
Default

Quote:
Originally Posted by Zonx
The XPTicks are a FrameStyle that can be found under FetishStyles/FrameStyles in UIBuilder. The Style was not setup to stretch Vertically but you could certainly do that.

I suggest duping the FrameStyle and ImageStyles to someplace outside my NameSpace to avoid potential conflicts. You'll then have to slice the NE, NW, and TOP images into 3 pieces each for a total of 9 images. Standard naming is xxx_ne, xxx_top, xxx_nw, xxx_right, xxx_center, xxx_left, xxx_se, xxx_bottom, xxx_sw.

Once you get it all sliced up, you'll want to set right, center and left to stretch vertically. Use te settings I have for top horizontal on your top, center and bottom slices.
OH BLEHH!
I suppose that to splice the XPticks, I hafta have some fance pic editor? Cuz all I got is paint. I really dun thing thats gonna cut it. heh. I dont suppose *koff* yooou could splice it for me, eh? hehe. Just reading that post made my head go *kablooie*
Reply With Quote
  #9  
Old 08-22-2005, 04:21 PM
soulflyhedbangr soulflyhedbangr is offline
A Young Mystail Rat
 
Join Date: Aug 2005
Server: Antonia Bayle
Posts: 2
Thumbs Down

nevermind...i found the help post on the html browser...may i suggest edditting the post and including the disclaimer in the original file info? its a bit misleading and i probably would not have downloaded it given the limitations.
Reply With Quote
  #10  
Old 08-22-2005, 06:04 PM
iesmeh iesmeh is offline
A Grove Wisp
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 29
Talking eurika!

found a workaround that gave me exactly what i wanted. i made a macro for

/stopcreation

and stuck it in the = slot on my tradeskill hotbar, and then mapped that hotbar button to also activate under the numpad + key on the keyboard. viola!

Reply With Quote
  #11  
Old 09-13-2005, 05:28 PM
izeals izeals is offline
A Brown Bear
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 9
Default

Currently doesnt work with the new update.
I believe its the hover over optoin that shows the contents of the bags causing the problem.

Please fix I LOVE THIS INVENTORY.
Reply With Quote
  #12  
Old 09-14-2005, 08:11 PM
iesmeh iesmeh is offline
A Grove Wisp
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 29
Question

FetishExchange v4.4 doesn't have an LU13 broker window yet. any plans to update that particular mod? i really miss having the Find Item button looking up stuff for me. it still pastes in the item name, but doesn't auto search on the new default broker window. i didn't want to miss out on any new default features by using the mod broker window in 4.4.

as near as i can tell, both the Merchant and Store windows work fine, so i'm still using those.

EDIT: for some reason, the Find Item button now does what it used to. no idea why it didn't work before. perhaps it was just broker lag and i assumed it wasn't working.

Last edited by iesmeh : 09-15-2005 at 12:05 AM.
Reply With Quote
  #13  
Old 09-15-2005, 05:11 PM
Buravid Buravid is offline
A Brown Bear
 
Join Date: Mar 2005
Server: Unrest
Posts: 14
Default Please Update If You Can

I love the "favorites" searches in this mod. Would really appreciate it if you would consider updating to LU13 when you have the time.

Thank you!
Reply With Quote
  #14  
Old 09-15-2005, 05:43 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

As usual, my update priorities are Nightfall, Classic, then Pieces. It'll be a few days before all affected pieces are updated, untill then you can try the following temp fixes.

Open eq2ui_mainhud.xml in Notepad. Insert the following line of code if its missing
Code:
<include>eq2ui_mainhud_knowledgesort.xml</include>
Open eq2ui_inventory.xml in Notepad. Insert the following line of code if its missing
Code:
<include>eq2ui_inventory_guildbank.xml</include>
Open eq2ui_examine.xml in Notepad. Replace the last <Page> tag with the following code if missing
Code:
<Page Activated="true" BackgroundOpacity="0.800" Location="460,102" MaximumSize="1024,1024" Name="Tooltip" ScrollExtent="279,145" Size="279,145" UserMovable="true">
<Text AbsorbsInput="false" Font="/Fonts.Font_Tooltip" LocalText="Ten-Minute Ratonga Brownies" Location="6,7" Margin="0,0,5,0" Name="Name" ScrollExtent="221,22" Size="221,22" TextColor="#F1CE02">Ten-Minute Ratonga Brownies</Text>
<Text AbsorbsInput="false" Font="/Fonts.Font_Tooltip" LocalText="Remaining Duration Goes Here" Location="6,29" Margin="3,0,5,0" MaximumSize="220,16384" Name="Duration" ScrollExtent="220,20" Size="220,20" TextColor="#FF0000">Remaining Duration Goes Here</Text>
<Text AbsorbsInput="false" Font="/Fonts.Font_Tooltip" LocalText="Description goes here..." Location="6,47" Margin="3,0,5,0" MaximumSize="220,16384" Name="Text" ScrollExtent="220,20" Size="220,20">Description goes here...</Text>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="230,7" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="230,52" MouseOverColor="#FFFF00" Name="ReactiveCombatIcon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Image Location="6,69" Name="DotTemplate" ScrollExtent="15,14" Size="15,14" Style="ExamineSpell.separator_dot_image"/>
<Text AbsorbsInput="false" Font="/Fonts.Font_Tooltip" LocalText="Text template" Location="16,68" Margin="3,0,5,0" MaximumSize="266,16384" Name="PlainTemplate" ScrollExtent="256,16" Size="256,16" TextColor="#C7CFC7">Text template</Text>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="7,108" MouseOverColor="#FFFF00" Name="SmallIconTemplate" ScrollExtent="30,30" Size="30,30"/>
<Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="-2,-2" Name="InfoFrame" PackSize="absolute,absolute" PackSizeProp="-004/0001,-004/0001" RStyleDefault="/Fetish.FrameStyles.win_plain" ScrollExtent="283,149" Size="283,149"/>
</Page>
</Page>
The Exchange mode was hit the hardest, requiring changes to most files in the ZIP. I recomend downloading FetishNightfall 4.6 and pulling replacement XML files from that ZIP.
Reply With Quote
  #15  
Old 09-26-2005, 06:12 AM
Fait Fait is offline
A Forest Scavenger
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 18
Default Market Favorites

Zonx: As always, I love the Fetish Nightfall set. I'm using the complete set. However, here is my problem. My favorites worked fine before LU13 and now I'm having problems getting it the way I want to see it. The new class and Max/Min Level thing simply doesn't work for me when they are in the favorites. The line below is a sample of one that is not working as intended. What I end up getting is "Any" class and 0 to 60 on the level.

<Data Class="39" ItemName="Adept" ItemType="7" MaxLvl="47" MaxSkill="5" MinLvl="36" MinSkill="1" Name="Adepts" SellerName=" " Slot="0" Special="0" text="Adepts" Tier="0"/>

This should pick adepts for Rangers between 36 and 47, but doesn't. The other fields update correctly. It will put Adept in the search and find every adept for any user from 0-60 with the above line being used.

Nothing I put Class="39" has anything but "Any" when I use it. Help?
Reply With Quote
  #16  
Old 10-05-2005, 05:53 PM
ledgreg ledgreg is offline
A Coastal Crab
 
Join Date: May 2005
Server: Antonia Bayle
Posts: 1
Default Issue with npc windows not showing repairable items

Logged in today and couldn't repair my gear and the windows for buying and selling from npcs seemed to be buggy as well. Logged out and went to old ui and everything is ok now. I am guessing they made a change to the merchant windows that effected this ui?

Thanks, love this market ui by the way!
Reply With Quote
  #17  
Old 10-05-2005, 06:55 PM
Ktyak Ktyak is offline
A Young Mystail Rat
 
Join Date: Jun 2005
Server: Antonia Bayle
Posts: 3
Default

Yup am also having similar issues with merchat/repair windows post todays LU14. Also note that searching the knowledge database also wasn't functioning correctly. I'm guessing zonx has picked up on most of these things himself though as they're fairly basic.

K
Reply With Quote
  #18  
Old 10-06-2005, 09:32 PM
verginia verginia is offline
A Young Mystail Rat
 
Join Date: Feb 2005
Server: Antonia Bayle
Posts: 4
Default

I am having the same problem with this UI. I like it, it's extremely helpfull but I've had to revert back to the old SOE UI untill a fix can be made for this because I'm unable to fix/repair my armor or sell things from my inventory.

Looking forward for a fix thanks
Reply With Quote
  #19  
Old 10-07-2005, 04:20 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

SOE completely reorganized the Merchant window. Simply delete eq2ui_inventory_merchant.xml from your custom UI for now. The other windows in the Exchange mod should still work.

This piece will be updated once the complete sets are bug free.

Also note, eq2ui_mainhud.xml had a new include added for the Lotto window you may need to insert if using an older version of this file.
Reply With Quote
  #20  
Old 10-07-2005, 10:45 AM
Hoyo Hoyo is offline
A Young Mystail Rat
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 3
Question

I absolutely love this inventory and market window, but since the new patch on 10-4-05 it doesn't work anymore, any ideas or an update coming?
I love the find item feature in the inventory makes it so easy to price your items for selling and I would really love to have it back.
Thank you
Hoyo

Last edited by Hoyo : 10-07-2005 at 10:48 AM.
Reply With Quote
  #21  
Old 10-08-2005, 09:45 AM
Fait Fait is offline
A Forest Scavenger
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 18
Default

Hoyo,
If you go up a few replies, you will find a patch that Zonx has put up while he's editing the whole package. I've installed it and it worked fine.
Reply With Quote
  #22  
Old 10-20-2005, 08:17 PM
Chiana D'argo's Avatar
Chiana D'argo Chiana D'argo is offline
A Forest Scavenger
 
Join Date: Mar 2005
Server: Permafrost
Posts: 15
Default Fetish options 3.0

I wanted a way to improve the colors for eq2 chat and was happy when I found Mooks colorchooser Then I found Fetish options 3.0 and thought Terrific and even better way! NOW before I end up spending half the night removing and re-adding my UI because it doesn't work (like the Fetish journal) Can someone PLEASE tell me... Will this work WITHOUT any other fetish mods installed.

Thanks in advance!
Reply With Quote
  #23  
Old 10-20-2005, 09:21 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

Some pieces ma not work properly due to LU 14 and 15 but most of them can be ripped out of the 4.8 Classic set.

I'll be updating individual pieces soon.
Reply With Quote
  #24  
Old 10-28-2005, 10:39 AM
Scribble Scribble is offline
A Crazed Gnoll
 
Join Date: Jan 2005
Server: Antonia Bayle
Posts: 21
Default great stuff...

Any idea when the individual pieces will be released? I tried ripping the market exchange out of classic, but it didn't quite work. That was the niftiest little UI add-on and I can't wait to be able to use it again!
Reply With Quote
  #25  
Old 01-03-2006, 11:46 PM
EGOElite EGOElite is offline
A Coastal Crab
 
Join Date: Jan 2006
Server: Antonia Bayle
Posts: 1
Default Miniamp not working with LU18?

Hi I just downloaded this and when I click on the mini-map button nothing happens with or without any other maps installed. Any suggestions?

This was with Fetish maps 4.7 Btw.

Last edited by EGOElite : 01-04-2006 at 04:05 PM.
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 12:35 PM.


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