-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtodo.txt
47 lines (37 loc) · 1.41 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
OOP:
- Entries should be singular objects.
- Members should be an object with associated functions attached as well.
TODO: Record who was online in the fight when the encounter begins as well as when the boss is killed.
TODO: Start Raid (Starts Logging, Guild invites, party-join events)
TODO: Enable PUGS
TODO: Options table for changing Raid DKP amounts.
TODO: Decay (No call / no-show: 20%)
TODO: Excused absence: 15%
TODO: Partial Update
TODO: Full database replacement
TODO: Request Data (Event)
TODO: Request Data (received)
TODO: Fix Shrouding popup so that it doesn't pick winner if there are multiple that are tied.
Table Filters:
- Show Pugs
- Options
- On time bonus DKP: 10 (int or %)
- Signup bonus DKP: 10(int or %)
- Boss kill DKP 10(int or %)
- Benched DKP: (int or %)
- Decay
- Item Win: 10% (int or %)
- Shroud: 50% (int or %)
- No call / No show: 20% (int or %)
- Absence (Excuse): 15%
- PDKP values tables should initially be as shallow as possible.
- Loot History (Record the user's UID, Item ID, DKP cost amount, URaidID)
- Raid History (Record DKP awarded to user, RaidID, UID)
- DKP History (Record DKP amount, Reference RaidID's)
Useful Functions:
- https://wowwiki.fandom.com/wiki/API_GuildControlGetRankFlags
- "GUILD_ROSTER_UPDATE"
- PLAYER_GUILD_UPDATE"
- Only log recently updated data for merge purposes.
- Comms name registrar
- pdkp_serverName_guildName