View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015822 | Return of Reckoning | General | public | 2023-08-13 04:05 | 2023-08-13 04:05 |
Reporter | ReturnOfReckoning | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 0015822: EA_ThreePartBar addon function spam | ||||
Description | Reporter: theHalta **Expected behavior and actual behavior:** - The addon should call the function ThreePartBar.OnRewardPoolsUpdated() at a reasonable rate (e.g. every 1000ms). - It currently calls the function based on your framerate (e.g. 100fps = every 10ms), which can cause potential framerate issues. **Steps to reproduce the problem:** It happens when the Zone Control bar is active, for example in Altdorf/IC or Sigmar's Hammer. The client-extracted .lua file is 9DB3637E_F35D34E96045A567.txt **Testing Screenshots/Videos/Evidences (always needed):** ![9XipeZj](https://user-images.githubusercontent.com/16519808/75461051-e1fc7900-598a-11ea-8fd0-de173611ffe5.png) | ||||
Tags | User Interface | ||||
Commenter: theHalta Placing the following code into a different addon's load function, also indirectly disables the ThreePartBar function, thus hackingly fixing the issue. `UnregisterEventHandler(SystemData.Events.RVR_REWARD_POOLS_UPDATED, "ThreePartBar.OnRewardPoolsUpdated")` |
|
Commenter: aaearon @theHalta's suggestion worked for me in terms of disabling the function but not sure if it resolved any framerate issues. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2023-08-13 04:05 | ReturnOfReckoning | New Issue | |
2023-08-13 04:05 | ReturnOfReckoning | Tag Attached: User Interface | |
2023-08-13 04:05 | ReturnOfReckoning | Note Added: 0028990 | |
2023-08-13 04:05 | ReturnOfReckoning | Note Added: 0028991 |