Update EnemyPercentReporter.xml

Added Aion as well
main
Icecool 3 years ago
parent abc7bec905
commit 0c166f9311

@ -177,7 +177,7 @@ function announceMobPercent()
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()))
elseif getEnemyName() == "Void Guardian" then
elseif (getEnemyName() == "Void Guardian" or getEnemyName() == "Aion") then
Send(("%s %s @D[@WRoom %d@D]@w %s is at @R%s%%@w"):format(getChannel(), getPrepend(), getRoomID(), getEnemyName(), mpmsg))
end
else

Loading…
Cancel
Save