- Added _detalhes.Sort3 and _detalhes.Sort4.

- Fixed a issue with last_events_table.
- Fixed a issue on saving statubar options.
- Added options for disable and enable the Captures Types.
- Added a option for enable and disable cloud parser.
- Added API _detalhes:CaptureIsAllEnabled() - return if all captures are active.
- Added API _detalhes:CaptureGet (name) return if a specific capture is enabled.
- API GetInternalSubAttributeName() also return for damage and heal types.
- Fixed a issue where Vanguard aren't updating tank list.
This commit is contained in:
Tercio
2013-08-16 22:09:46 -03:00
parent 3e0b1fc10e
commit 31525436d7
13 changed files with 338 additions and 35 deletions
+3 -4
View File
@@ -67,10 +67,9 @@ function SlashCmdList.DETAILS (msg, editbox)
elseif (msg == "comm") then
--_detalhes:SendData ("RAID", "Hello There!")
local s = _detalhes:Serialize ("tercio", "jose")
local d, e, f = _detalhes:Deserialize (s)
print (d, e, f)
_detalhes:SendCommMessage ("details_comm", _detalhes:Serialize ("foundcloud", UnitName ("player"), GetRealmName(), _detalhes.realversion), "WHISPER", "Marleyieu-Azralon")
SendAddonMessage ("details_comm", "text", "WHISPER", "Marleyieu-Azralon")
SendChatMessage ("Hello Bob!", "WHISPER", "Common", "Marleyieu-Azralon")
elseif (msg == "visao") then
--_detalhes:VisiblePlayers()