|
|
|
@ -176,7 +176,7 @@ function announceMobPercent()
|
|
|
|
|
end
|
|
|
|
|
if string.lower(getZone()) == "transcend" then
|
|
|
|
|
if getEnemyName() == "Void Trooper" then
|
|
|
|
|
send(("%s %s [@WRoom %d] @R---> @W%s @R<---@w"):format(getChannel(), getPrepend(), getRoomID(), getEnemyName()))
|
|
|
|
|
Send(("%s %s [@WRoom %d] @R---> @W%s @R<---@w"):format(getChannel(), getPrepend(), getRoomID(), getEnemyName()))
|
|
|
|
|
elseif getEnemyName() == "Void Guardian" then
|
|
|
|
|
Send(("%s %s @D[@WRoom %d@D]@w %s is at @R%s%%@w"):format(getChannel(), getPrepend(), getRoomID(), getEnemyName(), mpmsg))
|
|
|
|
|
end
|
|
|
|
|