Alert Rework (2.1.0)

This commit is contained in:
mikx
2020-11-30 11:41:27 -05:00
parent c67d374828
commit 6111ec4c2d
11 changed files with 192 additions and 64 deletions

View File

@@ -165,6 +165,13 @@ local function MyAddonCommands(msg, editbox)
end
elseif (msg == 'config') then
MX:ShowSettingsUI();
elseif (msg == 'atest') then
local by = 300;
for i = 4,1,-1 do
MX:ShowAlert("\124cff1eff00\124Hitem:171830::::::::60:::::\124h[Oxxein Ore]\124h\124r",4,50000000,by);
by = by - 90;
end
local by = 300;
else
print(L["ChatCMD_Help"])
end