Ir para conteúdo

Lucas CP

Membro
  • Registro em

  • Última visita

  1. Lucas CP reagiu a uma resposta no tópico: Naruto Legacy [8.54]
  2. Lucas CP postou uma resposta no tópico em Suporte Tibia OTServer
    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
  3. Lucas CP postou uma resposta no tópico em Suporte Tibia OTServer
    Mostre o arquivo, creaturescripts/scripts/anunciar_morte.lua
  4. Vai em system/load.compat.php mude isso: function check_account_name($name) { $name = (string) $name; $temp = strspn("$name", "QWERTYUIOPASDFGHJKLZXCVBNM0123456789"); if ($temp != strlen($name)) return false; if(strlen($name) < 1) return false; if(strlen($name) > 32) return false; return true; } para isso: function check_account_name($name) { $name = (string) $name; $temp = strspn("$name", "0123456789"); if ($temp != strlen($name)) return false; if(strlen($name) < 1) return false; if(strlen($name) > 32) return false; return true; }

Informação Importante

Confirmação de Termo