Overrides
This page will describe in detail what is override and how to use it in apollo bot
What is an override?
The function "override" is used to overwrite existing configuration of a role on top of another. To better understand the term please refer to the images shown below.
Case #1 (override has been disabled)
In this case I have two roles which have their override setting set to False
. Which means all of the role's claimtimes will be added individually to calculate the total claimtime.

dummy
and mgmt
have their overrides set to False
Case #2 (override has been enabled)
In this case I have three roles including the roles as shown in the previous screenshot(s), but Apollo only calculates for my role which has its override setting enabled. Hence, override allows you to bypass all other claimtime(s) which you may have.

owner
as its override set to True
Override does not look for role ranks. i.e. even a role at the bottom of the role list with an override will replace all existing claimtime with the override specified claimtime.
This feature can be used in many ways when you don't want a specific role to have more than desired amount of claimtime.
Last updated
Was this helpful?