EQInterface Forums

EQInterface Forums (http://www.eqinterface.com/forums/index.php)
-   XML Tutorials & Info. (http://www.eqinterface.com/forums/forumdisplay.php?f=48)
-   -   EQTYPE Full Listing (http://www.eqinterface.com/forums/showthread.php?t=18784)

Mutley 03-14-2009 05:30 AM

Right, I didn't mean to imply you could find an EQType for every item by experimenting with the unused numbers for anyone who read it that way.

In a perfect UI world, we'd have an EQType for everything, but it's just not set up that way on Sony's end and there's nothing you can do to get those items to function correctly outside of their native window as Desideratus said. He mentioned a few of the more annoying ones we can't move, there are quite a few.

Angahran 05-31-2009 07:36 PM

Quote:
Originally Posted by Drakah
Just a note:

When using EQType 137 for Target of Target Percentage, you will notice a "0" is shown when something is targeted, all the time.

This has been bugged and sent to Roger to see if he can get someone to fix that so a "0" does not show at all, unless it is a corpse.


Would be nice if this ever got fixed.
Also, having some way to have the '%' not shown as well would be nice.

Drakah 06-14-2009 11:40 PM

Added some EQTypes to the list.

Dakesh 06-19-2009 05:35 PM

Spells 11 and 12
 
Any idea yet what the EQType for Spell 11 (XML Name 10) and Spell 12 (XML Name 11) are?

I'm looking to add these to the UI use.

Thanks.

Drakah 06-19-2009 07:27 PM

I sent a few messages to the devs, so far they dont even know yet :)
Will let you know as soon as I know.

Drakah 06-29-2009 01:05 PM

I just got the email from SOE and it is now confirmed about the EQTypes for the CastSpellWnd.

149 = Spell 11
150 = Spell 12

List updated.

SmileyFAAce_ 06-30-2009 05:18 AM

Quote:
Originally Posted by Drakah
I just got the email from SOE and it is now confirmed about the EQTypes for the CastSpellWnd.

149 = Spell 11
150 = Spell 12

List updated.


Thank you :)

SmileyFAAce_ :D

Savok 10-19-2009 12:55 PM

Did I miss pet window pets target of target hp%?

warriorofmight 10-20-2009 10:52 AM

Unless I am mistaken, there is no Target of Pet's Target gauge or label.
There is only Pet's Target gauge, which is EQType 41.

Devestatio 10-23-2009 10:22 PM

Ok maybe I am missing the information, or I am just not understanding it when I see it, I am trying to find the TopLevelWindowList, but I don't see it anywhere here or in my EQ folders.

More specifically I am trying to find out the ID # or name I need to place into the <EQTYPE>openwnd "name/ID"</EQTYPE>.

I would like to see if I can get the AA window to open upon clicking the AA gauge, I used to have this feature on a UI I used back in the day, but I cannot seem to find that UI to see how it was done, or a new UI that includes that.

I don't want a new UI, just to add that feature to the one I use, any help or advice would be appreciated :)

di28889 12-15-2009 06:09 PM

Extended_Target_Window
 
Labels EQType/ScreenID:
151-170 = HP Percentage_Extended_Target_Window_0-19

Gauges EQType/ScreenID:
42-61 = HP_Extended_Target_Window_0-19
62-81 = Mana_Extended_Target_Window_0-19
82-101 = Sta_Extended_Target_Window_0-19

Drakah 12-15-2009 06:54 PM

Quote:
Originally Posted by di28889
Labels EQType/ScreenID:
151-170 = HP Percentage_Extended_Target_Window_0-19

Gauges EQType/ScreenID:
42-61 = HP_Extended_Target_Window_0-19
62-81 = Mana_Extended_Target_Window_0-19
82-101 = Sta_Extended_Target_Window_0-19



Updated, thanks!

redwise 12-28-2009 11:53 PM

XWin
 
Are there eqtypes for mana and sta percent labels on the extended target window?


Edit: Nevermind, they appear to be the following:
171-190 = Mana Percentage_Extended_Target_Window_0-19
191-210 = Sta Percentage_Extended_Target_Window_0-19

Savok 12-29-2009 01:07 AM

Quote:
Originally Posted by redwise
Are there eqtypes for mana and sta percent labels on the extended target window?


EQTypes: 171-190 is mana % in the ETW and 191-210 is Endurance % in the ETW.

Edit: you found it while i was double checking my er 'beta' notes.

Angahran 01-12-2010 12:30 AM

Quote:
Originally Posted by Devestatio
Ok maybe I am missing the information, or I am just not understanding it when I see it, I am trying to find the TopLevelWindowList, but I don't see it anywhere here or in my EQ folders.

More specifically I am trying to find out the ID # or name I need to place into the <EQTYPE>openwnd "name/ID"</EQTYPE>.

I would like to see if I can get the AA window to open upon clicking the AA gauge, I used to have this feature on a UI I used back in the day, but I cannot seem to find that UI to see how it was done, or a new UI that includes that.

I don't want a new UI, just to add that feature to the one I use, any help or advice would be appreciated :)


This is how I got it to work, the offsets place this item over the top of my AA bar. You must put the 'PW_AAButton' piece after the 'PW_AA' piece.

Basically this creates a transparent button to open the window.

Code:
<Button item="PW_AAButton"> <EQType>openwnd AAWindow</EQType> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <TopAnchorOffset>84</TopAnchorOffset> <BottomAnchorOffset>94</BottomAnchorOffset> <LeftAnchorOffset>2</LeftAnchorOffset> <RightAnchorOffset>120</RightAnchorOffset> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>true</RightAnchorToLeft> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <Style_Checkbox>true</Style_Checkbox> <Text></Text> <TooltipReference>Opens the AA window.</TooltipReference> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <ButtonDrawTemplate> </ButtonDrawTemplate> </Button>


All times are GMT -5. The time now is 04:54 AM.

vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.