Skip to content

Commit

Permalink
update toc and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spromicky committed Mar 9, 2021
1 parent 270aaa3 commit 2388030
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Details_Covenants.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 90002
## Interface: 90005
## Title: Details!|Skada Covenants
## Notes: Show covenant icon
## Author: Toenak
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ Plugin for **Details!** and **Skada**, that show covenant icon near player name.

Blizzard don't allow to inspect in which covenant is other players. Only yours own covenant is available in API. So addon track spells casted by your teammates and detect covenant by this spells (both main covenant ability and minor). Thats why covenant icons appears after only few fights.

In version `1.0.0` players with this addon share they covenant by addon messaging. So covenant will be detected immidiatly.

This is a first version and not tested for all combination of covenant/class/spec, so if you have problem with covenant detection please report an issue.
In version `1.0.0` players with this addon share they covenant by addon messaging. So covenants will be detected immidiatly for players with this addon.

**Important for Details!**: Its based on nickname feature of Details. You shouldn't disable nicknames, for correct work.

Expand All @@ -22,6 +20,6 @@ You can call help in game `/dc` or `/dcovenants`. And also subcommands:
- `chat [on|off]` log a new character's covenant to chat
- `log [all|group]` prints all collected data or just for your party/raid

### Developer:
### Developers:

In version `1.0.0` you can access all collected data with `_G.Oribos:getCovenantIconForPlayer(<playerName>)`

0 comments on commit 2388030

Please sign in to comment.