Skip to content

Commit 42a4227

Browse files
committed
Revise README for decay and external toons features
Updated README to clarify decay functionality and external toons linking.
1 parent 51cf224 commit 42a4227

1 file changed

Lines changed: 14 additions & 10 deletions

File tree

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,20 @@ Find the origin discuss forum [here](http://groups.google.com/group/epgp-discuss
66

77
- Fixed the decay functionality:
88
- Now decay is performed with a 1s tick in between operations to avoid server rate limit when setting the guild notes
9-
- Fixed min EP/GP values
10-
- The guild note values now reflect exactly the values of EPGP that a player has. This means that the initial EP/GP value will always be considered for the priority. E.g: if `@min_ep: 1000` then Player Notes: `1000,1000`
11-
- Added a filter in the EPGP dialog to show only players that have EP or GP different than the minimum
12-
- In order to reduce noise of the EPGP list when clicking to "show all" (sometimes to award or gp people with toons in guild but currenly playing on outsieders) this extra filter will come in hand, only showing relevant data
13-
14-
- Can link external toons to in guild toons
15-
- Lootmaster ML UI now shows prio for external toons linked and allow distribution of loot by giving GP to the linked in guild member
16-
- Externals shows in the roaster (/epgp) with their main toons
17-
- Externals are included in the Mass EP awards
18-
- Externals can be GPed and EPed with commands and dialog actions
9+
- Decay will not reduce the players amount of epgp below the `@min_ep` and `@base_gp` configs
10+
- Decay skips completely players that have exactly `@min_ep` of EP and `@base_gp` of GP reducing the number of operations and optimizing time
11+
12+
- Fixed min EP/GP values
13+
- The guild note values now reflect exactly the values of EPGP that a player has. This means that the initial EP/GP value will always be considered for the priority. E.g: if `@min_ep: 1000` and `@base_gp: 1000` then Player Notes: `1000,1000`
14+
15+
- Added a filter in the EPGP dialog to show only players that have EP or GP different than the minimum
16+
- In order to reduce noise of the EPGP list when clicking to "show all" this extra filter will come in hand, only showing players with relevant data
17+
18+
- Can link external toons to in guild toons
19+
- Lootmaster ML UI now shows the prio of the main in-guild toon for the external toons and allow distribution of loot by giving GP to the linked in-guild toon
20+
- Externals shows in the roaster (/epgp) with their main in-guild toons
21+
- Externals are included in the Mass EP awards and the EP goes to their in-guild linked toons
22+
- Externals can be GPed and EPed with commands and dialog actions, and the values goes to their in-guild linked toons
1923
- Commands to link externals, unlink, and show all externals linked
2024

2125

0 commit comments

Comments
 (0)