Ir para conteúdo

Pesquisar na Comunidade

Mostrando resultados para as tags ''spr'' em conteúdo postado em Ferramentas.

  • Pesquisar por Tags

    Digite tags separadas por vírgulas
  • Pesquisar por Autor

Tipo de Conteúdo


Fóruns

  • xTibia - Notícias e Suporte
    • Regras
    • Noticias
    • Soluções
    • Projetos Patrocinados
    • Tutoriais para Iniciantes
    • Imprensa
  • OTServ
    • Notícias e Debates
    • OTServlist
    • Downloads
    • Recursos
    • Suporte
    • Pedidos
    • Show-Off
    • Tutoriais
  • OFF-Topic
    • Barzinho do Éks
    • Design
    • Informática

Encontrar resultados em...

Encontrar resultados que contenham...


Data de Criação

  • Início

    FIM


Data de Atualização

  • Início

    FIM


Filtrar pelo número de...

Data de Registro

  • Início

    FIM


Grupo


Sou

Encontrado 3 registros

  1. OTF Créditos: https://github.com/Mignari Baixar open-tibia-master.zip 1.0 - Um controle para mostrar a lista de sprites. 1.1 - Um controle que mostra minimap e cores de luz 1.2 - Um controle que mostra cores de outfits XML Exemplo de Formato <versions> <version value="1079" description="Client 10.79" dat="3A71" spr="557A5E34" otb="56" /> </versions> Código // path to the versions xml file. string path = @"versions.xml"; // creates a VersionStorage instance. OpenTibia.Core.VersionStorage versions = new OpenTibia.Core.VersionStorage(); // loads the xml versions.Load(path); // gets a version from the storage by the signatures. OpenTibia.Core.Version version = versions.GetBySignatures(0x3A71, 0x557A5E34); // gets all versions 10.79 System.Collections.Generic.List<OpenTibia.Core.Version> result = versions.GetByVersionValue(1079); // adds a new version. versions.AddVersion(new OpenTibia.Core.Version(1078, "Client 10.78", 0x39CC, 0x554C7373, 56)); // replaces a version by the signatures. versions.ReplaceVersion(new OpenTibia.Core.Version(1078, "My description 10.78", 0x39CC, 0x554C7373, 56), 0x39CC, 0x554C7373); // removes a version by the signatures. versions.RemoveVersion(0x39CC, 0x554C7373); // saves the xml. versions.Save(); Carregando e compilando um arquivo SPR // creates a Version 10.79. OpenTibia.Core.Version version = new OpenTibia.Core.Version(1079, "Client 10.79", 0x3A71, 0x557A5E34, 0); // the path to the spr file. string path = @"C:\Clients\10.79\Tibia.spr"; // loads the spr file. OpenTibia.Client.Sprites.SpriteStorage sprites = OpenTibia.Client.Sprites.SpriteStorage.Load(path, version); // gets a sprite from the storage OpenTibia.Client.Sprites.Sprite sprite = sprites.GetSprite(100); // adding a sprite. sprites.AddSprite(new OpenTibia.Client.Sprites.Sprite()); // replacing a sprite. sprites.ReplaceSprite(new OpenTibia.Client.Sprites.Sprite(), 12); // removing a sprite. sprites.RemoveSprite(10); // compiles the spr file. sprites.Save(); Carregando e mostrando Sprites // Assuming that you have a SpriteListBox named 'spriteListBox' in the form. // creates a Version 10.79. OpenTibia.Core.Version version = new OpenTibia.Core.Version(1079, "Client 10.79", 0x3A71, 0x557A5E34, 0); // the path to the spr file. string path = @"C:\Clients\10.79\Tibia.spr"; // loads the spr file. OpenTibia.Client.Sprites.SpriteStorage sprites = OpenTibia.Client.Sprites.SpriteStorage.Load(path, version); // gets 100 sprites from the storage and displays in the SpriteListBox OpenTibia.Client.Sprites.Sprite[] list = new OpenTibia.Client.Sprites.Sprite[100]; for (uint i = 0; i < list.Length; i++) { list = sprites.GetSprite(i); } this.spriteListBox.AddRange(list); open-tibia-master.zip
  2. EdMignari

    Object Builder

    Object Builder é o programa usado para editar itens, outfits, efeitos e mísseis no cliente. Ele edita e compila os arquivos dat e spr. (Object Builder) Versões suportadas: 8.00 - 10.38Download: ___________________________ Adobe AIR Object Builder 0.2.9 Scan Adobe AIR ___________________________ Sources GitHub
  3. Eae galera do XTibia, trago aqui pra vcs fãs de GTA Tibia, The Walking Dead e Harry Potter Tibia, a .Spr e .Dat do GTA Tibia Quilante, The Walking Dead Tibia Quilante e Harry Potter Tibia Quilante recentes. Lembrando que é versao 8.6. Eu msm rippei as sprites do client com Tibia Unbinder. Créditos: Equipe Quilante pelas Sprites A mim, por rippar ( sla como fala ) as sprites do client. Tenha bom uso xD.
×
×
  • Criar Novo...