Project

General

Profile

Bug #1181

20140923.0017 Bugs

Added by Kannkor over 9 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
High
Assignee:
Category:
-
vbulletin_issue_id:

Description

Here is a complete list of what I have so far (including the ones you're aware of):

 

  1. echo ${EQ2.ServerName} returns garbage
  2. EQ2_onQuestUpdate
  3. EQ2UIPage[ProxyActor,Conversation].Child[composite,replies].Child[button,3]:LeftClick doesn't work
    • To test: In a GH, hail the guild strategist "Strategist", he will give you 3 options. The above should click the 3rd option, it currently does nothing at all.
    • Likewise, echo ${EQ2UIPage[ProxyActor,Conversation].Child[composite,replies].Child[button,1].Label} should give you the text of the button. It is currently returning NULL.
  4. Someone had this crash. That's all the info I have on it. http://pastebin.com/z01Y5EGf
  5. ${EQ2DataSourceContainer[GameData].GetDynamicData[Stats.Primary_Delay].Label}
    1. is returning nothing.
    2. echo ${EQ2DataSourceContainer[GameData].GetDynamicData[Stats.Primary_Delay].Label} also returns nothing.
      1. Just another random sample from Stats I picked.
  6. Not sure if I'd count this as a bug. I actually did it by accident. echo ${EQ2DataSourceContainer[GameData].GetDynamicData[Self.TimeSinceRangedAutoAttack].ShortLabel}
    • returns garbage, but it's correctly used (and works correctly as): ${EQ2DataSourceContainer[GameData].GetDynamicData[Self.TimeSinceRangedAutoAttack].Percent}
  7. Free to play window: ${EQ2UIPage[Popup,Upsell].Child[Page,Upsell].Child[Button,1].Label} is returning NULL
    1. It's possible this window changed and isn't called that anymore, I'll test again once the DynamicData is all returning properly. Just noting this here as something to test.

Also available in: Atom PDF