ESO-PersonalAssistant icon indicating copy to clipboard operation
ESO-PersonalAssistant copied to clipboard

PAJunk: Investigate new Sold Junk feedback event

Open klingo opened this issue 5 years ago • 1 comments

On Live a 200ms delay is sufficient to get the updated value of GetCurrentMoney(), whereas on the PTS this is not enough. Increasing the delay to 500ms temporarily solves the issue but a more reliably solution needs to be found.

Thus the following has to be investigated:

  • [x] EVENT_MONEY_UPDATE (number eventCode, number newMoney, number oldMoney, CurrencyChangeReason reason)
  • [x] https://wiki.esoui.com/EVENT_MONEY_UPDATE
    • [x] CURRENCY_CHANGE_REASON_VENDOR // 1
    • [ ] CURRENCY_CHANGE_REASON_VENDOR_REPAIR // 29
  • [x] https://wiki.esoui.com/Globals#CurrencyChangeReason

klingo avatar Apr 19 '19 08:04 klingo