Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command that shows last Server Time you killed a rare #19

Closed
nazzler opened this issue May 3, 2022 · 2 comments
Closed

Command that shows last Server Time you killed a rare #19

nazzler opened this issue May 3, 2022 · 2 comments

Comments

@nazzler
Copy link

nazzler commented May 3, 2022

For someone who is farming rares it would be super helpful to see, when looking up at the kill count, also the last time the rare was killed, so to calculate respawn time and be on spawn spot at the correct time.

@Sharparam
Copy link
Member

Should be a rather small thing to add I think. I'll see if I can get around to adding it, I need to go through some addons and bump their version support anyway.

Sharparam added a commit that referenced this issue May 8, 2022
Can be seen in a tooltip in the GUI list view, or when querying data
about a mob via slash commands.

Implements #19
@Sharparam
Copy link
Member

v2.31.0 has been released now which includes tracking of the last time each mob was killed. You can see this by hovering over the mob in the GUI list (/kt list), or as an additional output when looking up a mob via slash commands (/kt target or /kt lookup).

Mobs that haven't been killed since the update will not have this data yet and as such the tooltip in the list won't show for them, and there won't be additional time output for them in slash commands. On the next kill of the mob the data will be updated.

The format of the time output can also be configured in the interface options for KillTrack, following the standard Lua date format (you can read more about that here: https://www.lua.org/pil/22.1.html), the default is the ISO format, e.g. 2022-05-08 13:21.

Closing issue as implemented, if there are any issues with the feature feel free to re-open :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants