EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   Request (https://www.eq2interface.com/forums/forumdisplay.php?f=25)
-   -   DynamicData upload via URL (https://www.eq2interface.com/forums/showthread.php?t=17711)

Skandragon 01-11-2014 03:58 AM

DynamicData upload via URL
 
I have an insane idea, but I don't know if / how it is possible via the somewhat complicated and yet limited UI interface we have available.

I would like to be able to paste into an element the game calculated information, like the details of block chance and so on available as a tooltip when hovering over mitigation, and other tooltip data extracts.

My goal is to display this information on a page without requiring one to hover over each field one at a time to see their effective stats.

Is there a way to do this?

Drumstix42 01-11-2014 08:35 AM

Tooltips are generated on request so there's no way to grab it ahead of time.

In most cases you won't be able to get much info out of a tooltip because it is template type data, and often templates use multiple elements with the same name/unknown name so there isn't a means to specifically grab the data.

Skandragon 01-11-2014 08:42 PM

Can I iterate over the elements? Is there a dynamic data equivalent for the data that is in the tooltip?

Drumstix42 01-12-2014 01:59 AM

There's a few DynamicData entries for Avoidance and Mit, but it doesn't include every single line (like the uncontested parts).

These are the entries available in the game data file:

Code:

            <DynamicData description="Stats Defense" Name="Defense_AvoidanceParry" />
            <DynamicData description="Blocking (shields)" Name="Defense_AvoidanceBlock" />
            <DynamicData description="Stats Defense" Name="Defense_AvoidanceBase" />
            <DynamicData description="Stats Defense" Name="Defense_Avoidance" />



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

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