Tente mudar essa linha
doBroadcastMessage(""..getCreatureName(target).."["..getPlayerLevel(target).."] acabou de matar o noob "..getCreatureName(cid).."["..getPlayerLevel(cid).."].", MESSAGE_STATUS_CONSOLE_ORANGE)
para alguma dessas:
doBroadcastMessage(""..getCreatureName(target).."["..getPlayerLevel(target).."] acabou de matar o noob "..getCreatureName(cid).."["..getPlayerLevel(cid).."].")
doBroadcastMessage(""..getCreatureName(target).."["..getPlayerLevel(target).."] acabou de matar o noob "..getCreatureName(cid).."["..getPlayerLevel(cid).."].", MESSAGE_STATUS_WARNING)
Se nenhuma dessas dar certo, mude para essa:
for _, pid in ipairs(getOnlinePlayers()) do
doPlayerSendTextMessage(pid, MESSAGE_STATUS_WARNING,getCreatureName(target).."["..getPlayerLevel(target).."] acabou de matar o noob "..getCreatureName(cid).."["..getPlayerLevel(cid).."].")
end