View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015822 | Return of Reckoning | General | public | 2023-08-13 04:05 | 2025-02-09 12:16 |
Reporter | ReturnOfReckoning | Assigned To | R1CH | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
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):**  | ||||
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. |
|
This should be resolved in the next patch. | |
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 | |
2025-02-09 12:16 | R1CH | Assigned To | => R1CH |
2025-02-09 12:16 | R1CH | Status | new => resolved |
2025-02-09 12:16 | R1CH | Resolution | open => fixed |
2025-02-09 12:16 | R1CH | Note Added: 0046149 |