Value for Dynamic Game Data

Rooster

Active Member
New aggro meter

Hi guys,

I have a similar query, trying to get access to the game data for the new aggro meter... I have a custom script and I want to add in some detaunts based on what my aggro % is... how would I access that data?
 

VianSK

Well-Known Member
Rooster,

I can grab this information... Here is how I do it.


My Aggro:
${EQ2DataSourceContainer[GameData].GetDynamicData[Target.Threat].ShortLabel}>=70


Secondary Aggro:
${EQ2DataSourceContainer[GameData].GetDynamicData[Target.SecondaryThreat].ShortLabel}>=90

However I am still not able to get "TimeSinceAutoAttack".
 

Kram337

Active Member
I came to post about the same question. Though I'm not trying to find threat I'm trying to determine how long I have until my next auto attack goes off.

Haven't been able to figure it out yet.
 

Valerian

ISX Specialist
post a feature request. the ui datatypes aren't providing any data from that particular piece of dynamicdata, Ama will need to do some research to get it fixed.
 

VianSK

Well-Known Member
I was wondering if there was any status on this? Timing inbetween main hand autoattacks is very nice thing to be able to put into a script.
 

Valerian

ISX Specialist
odds are against it, we've lost amadeus to vanguard it seems. that tends to put the other games he works on "on the back burner" or into "maintenance mode", where no new features are seriously looked at, and bugs are only fixed if someone corners him into working on them.

can't say I blame him really, I don't like working on a game when I've lost interest either.
 
Top Bottom