View Issue Details

IDProjectCategoryView StatusLast Update
0015822Return of ReckoningGeneralpublic2023-08-13 04:05
ReporterReturnOfReckoning Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0015822: EA_ThreePartBar addon function spam
DescriptionReporter: 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)
TagsUser Interface

Activities

ReturnOfReckoning

ReturnOfReckoning

2023-08-13 04:05

reporter   ~0028990

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")`
ReturnOfReckoning

ReturnOfReckoning

2023-08-13 04:05

reporter   ~0028991

Commenter: aaearon

@theHalta's suggestion worked for me in terms of disabling the function but not sure if it resolved any framerate issues.

Issue History

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