Ir para conteúdo

SomeBody

Membro
  • Registro em

  • Última visita

  1. SomeBody reagiu a uma resposta no tópico: [8.54] Dragon Ball New Story
  2. SomeBody reagiu a uma resposta no tópico: Dll de mudar cor do nome dos npcs e mais.
  3. SomeBody reagiu a uma resposta no tópico: [TFS 1.x] Teleport com Abertura de Portal
  4. SomeBody reagiu a uma resposta no tópico: Wono 5.2.1 Download
  5. SomeBody postou uma resposta no tópico em Outros Clients
    Que belo trabalho amigo, Rep +!
  6. SomeBody reagiu a uma resposta no tópico: Show Off Susanos
  7. SomeBody reagiu a uma resposta no tópico: Layout Naruto ~
  8. SomeBody postou uma resposta no tópico em Suporte & Pedidos
    Tá bem legal mano, gostei!
  9. Muito bom, só existem essas alterações de efeitos na source? ou tem alguma outra alteração?
  10. Parece ser bem interessante, irei fazer o download para testa-lo, rep + :D
  11. cleitonbandeira reagiu a uma resposta no tópico: Ajuda descompilar client nto
  12. cleitonbandeira reagiu a uma resposta no tópico: Ajuda descompilar client nto
  13. Deu esse erro amigo
  14. Olá amigo, gostei da script, mas seria possível adaptá-la para essa script funcionar até um certo level? Abraços!
  15. SomeBody postou uma resposta no tópico em Scripts tfs 0.4 (OLD)
    Já gostei pelo fato de falar que vai adaptar para 0.3.6 o/ Rep + amigo! Abraços!
  16. Bem interessante.
  17. Olá, boa tarde, não sei se já resolveu esse pequeno problema, mas por conhecer essa base, já tive o mesmo, então se ainda não foi resolvido, vamos lá! Em data/creaturescripts/scripts/ procure pelo arquivo "showvoc", abra-o, provavelmente estará assim: function onLook(cid, thing, position, lookDistance) if isPlayer(thing.uid) then local type = getPlayerStorageValue(thing.uid, 89745) doPlayerSetSpecialDescription(thing.uid, "\n"..(getPlayerSex(cid) == 0 and "She" or "He").." are "..(type < 0 and "Shinobi" or type == 1 and "Genin" or type == 2 and "Chunin" or type == 3 and "Jounin" or type == 4 and "Anbu" or type == 5 and "Sennin" or type == 6 and "Kage")) end return TRUE end Para corrigir isto, basta fazer uma pequena modificação na linha 5, editando nesta parte: doPlayerSetSpecialDescription(thing.uid, "\n"..(getPlayerSex(cid) == 0 and "She" or "He").." are "..(type < 0 and "Shinobi" or type == 1 and "Genin" or type == 2 and "Chunin" or type == 3 and "Jounin" or type == 4 and "Anbu" or type == 5 and "Sennin" or type == 6 and "Kage")) É só trocar o "kage" por "Akatsuki member". Ficando assim a script: function onLook(cid, thing, position, lookDistance) if isPlayer(thing.uid) then local type = getPlayerStorageValue(thing.uid, 89745) doPlayerSetSpecialDescription(thing.uid, "\n"..(getPlayerSex(cid) == 0 and "She" or "He").." are "..(type < 0 and "Shinobi" or type == 1 and "Genin" or type == 2 and "Chunin" or type == 3 and "Jounin" or type == 4 and "Anbu" or type == 5 and "Sennin" or type == 6 and "Akatsuki Member")) end return TRUE end Abraços!

Informação Importante

Confirmação de Termo