Ir para conteúdo
Propaganda

Willzin

OT-Admin
  • Total de Posts

    3
  • Registro em

  • Última visita

Tudo que Willzin postou

  1. Acho que ele esqueceu o scan int eu fiz Scan: \/ [Hidden Content]
  2. isso e uma configuraçao que tem na maioria das bases que retira o nome shiny dos pokemons vai em lib/level system.lua Aperta (CTRL+F) e procura por: if string.find(tostring(nick), "Shiny") then ou if string.find(tostring(getCreatureName(cid)), "Shiny") then vai ter: if string.find(tostring(nick), "Shiny") then nick = tostring(nick):match("Shiny (.*)") end OU if string.find(tostring(getCreatureName(cid)), "Shiny") then local newName = tostring(getCreatureName(cid)):match("Shiny (.*)") return newName end So excluir e ser feliz
  3. Vai no seu client depois vai em game_interface depois abre o gameinterface.lua e procura por (function processMouseAction) e deixa assim \/
×
  • Criar Novo...