Compare commits
2 Commits
700e0771e5
...
1c70cabc9a
Author | SHA1 | Date | |
---|---|---|---|
1c70cabc9a | |||
dce05a3c44 |
@@ -1,2 +1,6 @@
|
||||
aura_env.KickTime = 0
|
||||
aura_env.AfkSince = 0
|
||||
|
||||
WeakAurasSaved.Cyka.LoginInfo = {
|
||||
[Today] = WeakAurasSaved.Cyka.LoginInfo[Today] or {}
|
||||
}
|
@@ -2,6 +2,7 @@
|
||||
function()
|
||||
for i = 1, GetNumWhoResults() do
|
||||
local name, guild, level, race, class, zone = GetWhoInfo(i)
|
||||
if not aura_env.ignored[name] then
|
||||
---@type WHOQuery
|
||||
local query = aura_env.lastQuery
|
||||
if not query then
|
||||
@@ -46,6 +47,7 @@ function()
|
||||
player.zone = zone
|
||||
aura_env.stinkies[name] = player
|
||||
end
|
||||
end
|
||||
-- Turns out WA cannot do this (
|
||||
-- aura_env.UpdateMacro()
|
||||
_G["FriendsFrameCloseButton"]:Click()
|
||||
|
@@ -1,6 +1,8 @@
|
||||
if not WeakAurasSaved.Cyka then WeakAurasSaved.Cyka = {} end
|
||||
if not WeakAurasSaved.Cyka.WhoSniffer then WeakAurasSaved.Cyka.WhoSniffer = {} end
|
||||
|
||||
aura_env.ignored = { "Maritza", "Goodbones" }
|
||||
|
||||
---@class aura_env
|
||||
---@field raceMap table<string, string>
|
||||
---@field stinkies table<string, Player>
|
||||
|
Reference in New Issue
Block a user