- Fixed many DPS inacuracy when playing outside a party or raid group.

- Full cleanup done on comm message handlers.
- Created a window for update alert.
This commit is contained in:
tercio
2014-07-05 13:26:53 -03:00
parent 68557fa55f
commit 72c00a528a
9 changed files with 424 additions and 375 deletions
+4 -2
View File
@@ -354,6 +354,8 @@
-- ~end
function _detalhes:SairDoCombate (bossKilled, from_encounter_end)
--print ("=== Saiu de Combate! ===", _tempo)
if (_detalhes.debug) then
_detalhes:Msg ("(debug) ended a combat.")
end
@@ -829,10 +831,10 @@
--> envia os dados do proprio host pra ele antes
if (host_of) then
_detalhes:SendCustomRaidData ("equalize_actors", host_of, nil, data)
_detalhes:SendRaidDataAs (_detalhes.network.ids.CLOUD_EQUALIZE, host_of, nil, data)
_detalhes:EqualizeActors()
else
_detalhes:SendRaidData ("equalize_actors", data)
_detalhes:SendRaidData (_detalhes.network.ids.CLOUD_EQUALIZE, data)
end
end