Ir para conteúdo

Exura ATS

Membro
  • Registro em

  • Última visita

Histórico de Curtidas

  1. Gostei
    Exura ATS deu reputação a Zanrix em Outfits.xml   
    Você trocou ali os números na tag "quest", muda pra isso no seu outfits.xml:
    <?xml version="1.0"?> <outfits> <outfit id="2" quest="40001"> <list gender="0" lookType="137" name="Hunter"> </list> <list gender="1" lookType="129" name="Hunter"> </list> </outfit> <outfit id="7" quest="40002"> <list gender="0" lookType="142" name="Warrior"> </list> <list gender="1" lookType="134" name="Warrior"> </list> </outfit> <outfit id="9" quest="40003"> <list gender="0" lookType="148" name="Druid"> </list> <list gender="1" lookType="144" name="Druid"> </list> </outfit> <outfit id="10" quest="40004"> <list gender="0" lookType="149" name="Wizard"> </list> <list gender="1" lookType="145" name="Wizard"> </list> </outfit> <outfit id="32" access="3" premium="no"> <list gender="0-3" lookType="75" name="Gamemaster"/> </outfit> <outfit id="33" access="4" premium="no"> <list gender="0-3" lookType="266" name="Community Manager"/> </outfit> <outfit id="34" access="5" premium="no"> <list gender="0-3" lookType="302" name="God"/> </outfit> <outfit id="" access="5" premium="no"> <list gender="0-3" lookType="12" name="Archdemon"/> </outfit> </outfits> E eu esqueci de perguntar se você quer tirar a outfit citizen das vocações, se sim, adiciona isso no código:
    <outfit id="1" quest="40000"> <list gender="0" lookType="136" name="Citizen"/> <list gender="1" lookType="128" name="Citizen"/> </outfit>  
  2. Gostei
    Exura ATS deu reputação a Zanrix em Outfits.xml   
    Na parte que mudamos no FirstItens.xml, substitui por isso:
    if getPlayerVocation(cid) == 3 then setPlayerStorageValue(cid, 40003, 1) if getPlayerSex(cid) == 0 then doCreatureChangeOutfit(cid, 137) else doCreatureChangeOutfit(cid, 129) end end if getPlayerVocation(cid) == 4 then setPlayerStorageValue(cid, 40004, 1) if getPlayerSex(cid) == 0 then doCreatureChangeOutfit(cid, 139) else doCreatureChangeOutfit(cid, 131) end end if getPlayerVocation(cid) == 2 then setPlayerStorageValue(cid, 40002, 1) if getPlayerSex(cid) == 0 then doCreatureChangeOutfit(cid, 148) else doCreatureChangeOutfit(cid, 144) end end if getPlayerVocation(cid) == 1 then setPlayerStorageValue(cid, 40001, 1) if getPlayerSex(cid) == 0 then doCreatureChangeOutfit(cid, 149) else doCreatureChangeOutfit(cid, 145) end end  
  3. Gostei
    Exura ATS deu reputação a Zanrix em Outfits.xml   
    Você criou um char novo? Que estranho
  4. Gostei
    Exura ATS deu reputação a Zanrix em Outfits.xml   
    Difícil dizer o que está dando erro, só vejo o código em si ali na distro. Agora pouco não estava dando erro, não é? Não consegue reverter? Ia falar pra tentar assim agora (Mas não tem nada a ver com o erro):
    if getPlayerVocation(cid) == 3 then setPlayerStorageValue(cid, 40003, 1) if getPlayerSex(cid) == 0 then doCreatureChangeOutfit(cid, {lookType = 137, lookHead = 86, lookBody = 86, lookLegs = 86, lookFeet = 86, lookTypeEx = 0, lookAddons = 0}) else doCreatureChangeOutfit(cid, {lookType = 129, lookHead = 86, lookBody = 86, lookLegs = 86, lookFeet = 86, lookTypeEx = 0, lookAddons = 0}) end end if getPlayerVocation(cid) == 4 then setPlayerStorageValue(cid, 40004, 1) if getPlayerSex(cid) == 0 then doCreatureChangeOutfit(cid, {lookType = 139, lookHead = 86, lookBody = 86, lookLegs = 86, lookFeet = 86, lookTypeEx = 0, lookAddons = 0}) else doCreatureChangeOutfit(cid, {lookType = 131, lookHead = 86, lookBody = 86, lookLegs = 86, lookFeet = 86, lookTypeEx = 0, lookAddons = 0}) end end if getPlayerVocation(cid) == 2 then setPlayerStorageValue(cid, 40002, 1) if getPlayerSex(cid) == 0 then doCreatureChangeOutfit(cid, {lookType = 148, lookHead = 86, lookBody = 86, lookLegs = 86, lookFeet = 86, lookTypeEx = 0, lookAddons = 0}) else doCreatureChangeOutfit(cid, {lookType = 144, lookHead = 86, lookBody = 86, lookLegs = 86, lookFeet = 86, lookTypeEx = 0, lookAddons = 0}) end end if getPlayerVocation(cid) == 1 then setPlayerStorageValue(cid, 40001, 1) if getPlayerSex(cid) == 0 then doCreatureChangeOutfit(cid, {lookType = 149, lookHead = 86, lookBody = 86, lookLegs = 86, lookFeet = 86, lookTypeEx = 0, lookAddons = 0}) else doCreatureChangeOutfit(cid, {lookType = 145, lookHead = 86, lookBody = 86, lookLegs = 86, lookFeet = 86, lookTypeEx = 0, lookAddons = 0}) end end  
  5. Gostei
    Exura ATS deu reputação a Zanrix em Outfits.xml   
    Opa, malz. Nesse último script muda o 139 pra 142 e o 131 pra 134.
  6. Gostei
    Exura ATS deu reputação a KotZletY em [Dúvida] - Spawn   
    Ué ? Abre o arquivo e paga tudo cara!!    
  7. Gostei
    Exura ATS deu reputação a KotZletY em [Dúvida] - Spawn   
    Zera o respawn.xml!
  8. Gostei
    Exura ATS deu reputação a rohfagundes em [Pedido] - Fireborn Giant Armor (AZUL)   
  9. Gostei
    Exura ATS deu reputação a Kazuya9629 em [Pedido] - Fireborn Giant Armor (AZUL)   
    Problema nao e esse foda e que quando eu vou editar ela Ela fica com uma tintar muito escura a base para fica bem pica tem que fazer do zero isso e para que ot
  10. Gostei
    Exura ATS deu reputação a Kazuya9629 em [Pedido] - Fireborn Giant Armor (AZUL)   
  11. Gostei
    Exura ATS deu reputação a Amom em [LINK OFF ]Eorzea 9.86   
    Bom Dia/Tarde/Noite
    Encontrei esse ot server no meio de meus arquivos e decidi postalos para o pessoal
     
    Caracteristicas:
    Cliente 9.86.
    Mapa global full com areas Vips.
    Para Windows 64bits, não tenho certeza da funcionalidade dele em 32bits.
    Contendo o aplicativo com abertura em DOS e em GUI.
     
    Sistemas:
    Cast System 100% (+ integração com site)
    Trainer Offline 100%
    Protect Player System (em caso de queda do servidor, igual ao Tibia.com)
    Market System 100%
    Montarias Taming 100%
    Server Save Fast (Múltiplos Hds - 400% + rápido)
    Task System (50%)
    Archievements (50%)
    Questlog (80%)
    Rewards Level (Bônus level 20, 70, 100, 200, 300)
    Protection Level (Level 100)
    Aluguel de Mounts 80%
    Lottery System (+ integração com o site)
    Ticket System
     
    Eventos:
    Battlefield 100%
    Fire Event 100%
    Zombie Event 100%
    Enchanted Forest 100%
    Citywar 80%
    Raids 60+ 100%
    e muito mais....
     
    Cidades (28+)
    Yalahar
    Carlin
    Ab'dendriel
    Kazordoon
    Thais
    Venore
    Darashia
    Ankrahmun
    Edron
    Port Hope
    Ethno (VIP)
    Liberty Bay
    Svargrond
    Cormaya
    Galaxy
    Farmine
    Pyre
    Gengia (VIP)
    Oken
    Aridia
    Narmonia
    Lupius
    Urenas
    Travian
    Gray Island
    Gnomebase
    Infernia (VIP)
     
    Quests:
    Pits of Inferno (POI)
    Spirit of Infernia (Custom Quest)
    Annihilator
    Demon Helmet Quest
    The Demon Oak
    In Service of Yalahar
    Banshee Quest
    Svargrond Arena
    Inquisition
    e muitas outras sendo elas as principais do Tibia....
     
    Créditos:
    TFS Team. Eorzea Team
     
    ________________________________________________________________________
     
    Download Servidor
     
    https://www.virustotal.com/pt/file/657e7bdbe88d3722bb74103bbbbfe61825b2f952a887c3e92ed69fe99ef77ece/analysis/
     
    ________________________________________________________________________
     
    Download MapEditor
     
    https://www.virustotal.com/pt/file/a52aa11541612dae6a69c254109a71e258a3b4970d68d690b584a44ed92d87cb/analysis/1456597677/
     
    ________________________________________________________________________
     
    Imagens
     
     
     
     
     
     
     
     

Informação Importante

Confirmação de Termo