Ir para conteúdo

Featured Replies

  • Respostas 16
  • Visualizações 1.6k
  • Created
  • Última resposta

Top Posters In This Topic

Most Popular Posts

  • Ah sim, desculpe! esqueci    Mas tudo bem vou deixar a resolução ae!    Eu vi que aquele não estava dando certo então usei esse: Abra seu outfits.xml apague o que estiver dentro e substitua por ess

Postado
<?xml version="1.0"?>
<outfits>
	<outfit id="1">
		<list gender="0" lookType="136" name="Citizen"/>
		<list gender="1" lookType="128" name="Citizen"/>
	</outfit>

	<outfit id="2">
		<list gender="0" lookType="137" name="Hunter"/>
		<list gender="1" lookType="129" name="Hunter"/>
	</outfit>

	<outfit id="3">
		<list gender="0" lookType="138" name="Mage"/>
		<list gender="1" lookType="130" name="Mage"/>
	</outfit>

	<outfit id="4">
		<list gender="0" lookType="139" name="Knight"/>
		<list gender="1" lookType="131" name="Knight"/>
	</outfit>

	<outfit id="5" premium="yes">
		<list gender="0" lookType="140" name="Noblewoman"/>
		<list gender="1" lookType="132" name="Nobleman"/>
	</outfit>

	<outfit id="6" premium="yes">
		<list gender="0" lookType="141" name="Summoner"/>
		<list gender="1" lookType="133" name="Summoner"/>
	</outfit>

	<outfit id="7" premium="yes">
		<list gender="0" lookType="142" name="Warrior"/>
		<list gender="1" lookType="134" name="Warrior"/>
	</outfit>

	<outfit id="8" premium="yes">
		<list gender="0" lookType="147" name="Barbarian"/>
		<list gender="1" lookType="143" name="Barbarian"/>
	</outfit>

	<outfit id="9" premium="yes">
		<list gender="0" lookType="148" name="Druid"/>
		<list gender="1" lookType="144" name="Druid"/>
	</outfit>

	<outfit id="10" premium="yes">
		<list gender="0" lookType="149" name="Wizard"/>
		<list gender="1" lookType="145" name="Wizard"/>
	</outfit>

	<outfit id="11" premium="yes">
		<list gender="0" lookType="150" name="Oriental"/>
		<list gender="1" lookType="146" name="Oriental"/>
	</outfit>

	<outfit id="12" premium="yes">
		<list gender="0" lookType="155" name="Pirate"/>
		<list gender="1" lookType="151" name="Pirate"/>
	</outfit>

	<outfit id="13" premium="yes">
		<list gender="0" lookType="156" name="Assassin"/>
		<list gender="1" lookType="152" name="Assassin"/>
	</outfit>

	<outfit id="14" premium="yes">
		<list gender="0" lookType="157" name="Beggar"/>
		<list gender="1" lookType="153" name="Beggar"/>
	</outfit>

	<outfit id="15" premium="yes">
		<list gender="0" lookType="158" name="Shaman"/>
		<list gender="1" lookType="154" name="Shaman"/>
	</outfit>

	<outfit id="16" premium="yes">
		<list gender="0" lookType="252" name="Norsewoman"/>
		<list gender="1" lookType="251" name="Norseman"/>
	</outfit>

	<outfit id="17" premium="yes">
		<list gender="0" lookType="269" name="Nightmare"/>
		<list gender="1" lookType="268" name="Nightmare"/>
	</outfit>

	<outfit id="18" premium="yes">
		<list gender="0" lookType="270" name="Jester"/>
		<list gender="1" lookType="273" name="Jester"/>
	</outfit>

	<outfit id="19" premium="yes">
		<list gender="0" lookType="279" name="Brotherhood"/>
		<list gender="1" lookType="278" name="Brotherhood"/>
	</outfit>

	<outfit id="20" premium="yes">
		<list gender="0" lookType="288" name="Demonhunter"/>
		<list gender="1" lookType="289" name="Demonhunter"/>
	</outfit>

	<outfit id="21" premium="yes">
		<list gender="0" lookType="324" name="Yalaharian"/>
		<list gender="1" lookType="325" name="Yalaharian"/>
	</outfit>

	<outfit id="22" premium="yes">
		<list gender="0" lookType="336" name="Warmaster"/>
		<list gender="1" lookType="335" name="Warmaster"/>
	</outfit>

	<outfit id="23" default="0">
		<list gender="0" lookType="329" name="Wife"/>
		<list gender="1" lookType="328" name="Husband"/>
	</outfit>

	<outfit id="24" premium="yes">
		<list gender="0" lookType="366" name="Wayfarer"/>
		<list gender="1" lookType="367" name="Wayfarer"/>
	</outfit>
</outfits>

Outfits do meu OT... Tenta ver se tem as tags <outfits> no começo e  </outfits> no final, igual ao meu...

Postado
  • Autor

Posta o script inteiro amigo, voce tirou as tags iniciais e finais, precisamos saber onde é a linha 15 exatamente...

 

O script completo.

<?xml version="1.0"?>

<outfits>
<outfit id="1">
<list gender="0" lookType="136" name="Citizen">
<attribute speed="10"/>
<stats maxHealth="100"/>
<stats maxMana="100"/>
</list>
 
<list gender="1" lookType="128" name="Citizen">
<attribute speed="10"/>
<stats maxHealth="100"/>
<stats maxMana="100"/>
</list>
</outfit>
 
<outfit id="2">
<list gender="0" lookType="137" name="Hunter">
<attribute speed="30"/>
<skills dist="3"/>
</list>
 
<list gender="1" lookType="129" name="Hunter">
<attribute speed="30"/>
<skills dist="3"/>
</list>
</outfit>
 
<outfit id="3">
<list gender="0" lookType="138" name="Mage">
<stats magLevel="2"/>
<stats maxMana="200"/>
<absorb percentmagic="2">
</list>
 
<list gender="1" lookType="130" name="Mage">
<stats magLevel="2"/>
<stats maxMana="200"/>
<absorb percentmagic="2">
</list>
</outfit>
 
<outfit id="4">
<list gender="0" lookType="139" name="Knight">
<absorb percentphysical="2">
<stats maxHealth="200"/>
<skills sword="2"/>
<skills club="3"/>
<skills axe="2"/>
</list>
 
<list gender="1" lookType="131" name="Knight">
<absorb percentphysical="2">
<stats maxHealth="200"/>
<skills sword="2"/>
<skills club="3"/>
<skills axe="2"/>
</list>
</outfit>
 
<outfit id="5">
<list gender="0" lookType="140" name="Noblewoman">
<stats maxHealth="200"/>
</list>
 
<list gender="1" lookType="132" name="Nobleman">
<stats maxHealth="200"/>
</list>
</outfit>
 
<outfit id="6">
<list gender="0" lookType="141" name="Summoner">
<stats magLevel="2"/>
<stats maxMana="200"/>
</list>
 
<list gender="1" lookType="133" name="Summoner">
<stats magLevel="2"/>
<stats maxMana="200"/>
</list>
</outfit>
 
<outfit id="7">
<list gender="0" lookType="142" name="Warrior">
<absorb percentphysical="2">
<stats maxHealth="200"/>
<skills sword="3"/>
<skills axe="2"/>
<skills club="2"/>
</list>
 
<list gender="1" lookType="134" name="Warrior">
<absorb percentphysical="2">
<stats maxHealth="200"/>
<skills sword="3"/>
<skills axe="2"/>
<skills club="2"/>
</list>
</outfit>
 
<outfit id="8">
<list gender="0" lookType="147" name="Barbarian">
<skills axe="3"/>
<skills sword="2"/>
<skills club="2"/>
<stats maxHealth="200"/>
<absorb percentphysical="2">
</list>
 
<list gender="1" lookType="143" name="Barbarian">
<skills axe="3"/>
<skills sword="2"/>
<skills club="2"/>
<stats maxHealth="200"/>
<absorb percentphysical="2">
</list>
</outfit>
 
<outfit id="9">
<list gender="0" lookType="148" name="Druid">
<stats magLevel="2"/>
<absorb percentmagic="2">
<stats maxMana="200"/>
</list>
 
<list gender="1" lookType="144" name="Druid">
<stats magLevel="2"/>
<absorb percentmagic="2">
<stats maxMana="200"/>
</list>
</outfit>
 
<outfit id="10">
<list gender="0" lookType="149" name="Wizard">
<stats magLevel="2"/>
<stats maxHealth="50"/>
<stats maxMana="150"/>
<absorb percentDeath="2"/>
</list>
 
<list gender="1" lookType="145" name="Wizard">
<stats magLevel="2"/>
<stats maxHealth="50"/>
<stats maxMana="150"/>
<absorb percentDeath="2"/>
</list>
</outfit>
 
<outfit id="11">
<list gender="0" lookType="150" name="Oriental">
<stats maxHealth="100"/>
<stats maxMana="100"/>
<attribute speed="50"/>
</list>
 
<list gender="1" lookType="146" name="Oriental">
<stats maxHealth="100"/>
<stats maxMana="100"/>
<attribute speed="50"/>
</list>
</outfit>
 
<outfit id="12">
<list gender="0" lookType="155" name="Pirate">
<attribute speed="30"/>
<stats maxHealth="100"/>
<stats maxMana="50"/>
</list>
 
<list gender="1" lookType="151" name="Pirate">
<attribute speed="30"/>
<stats maxHealth="100"/>
<stats maxMana="50"/>
</list>
</outfit>
 
<outfit id="13">
<list gender="0" lookType="156" name="Assassin">
<attribute speed="80"/>
<skills dist="3"/>
<stats maxHealth="50"/>
<stats maxMana="50"/>
</list>
 
<list gender="1" lookType="152" name="Assassin">
<attribute speed="80"/>
<skills dist="3"/>
<stats maxHealth="50"/>
<stats maxMana="50"/>
</list>
</outfit>
 
<outfit id="14">
<list gender="0" lookType="157" name="Beggar">
<stats maxHealth="50"/>
<stats maxMana="50"/>
</list>
 
<list gender="1" lookType="153" name="Beggar">
<stats maxHealth="50"/>
<stats maxMana="50"/>
</list>
</outfit>
 
<outfit id="15">
<list gender="0" lookType="158" name="Shaman">
<stats magLevel="2"/>
<absorb percentEnergy="2"/>
<absorb percentearth="2">
<stats maxHealth="50"/>
<stats maxMana="100"/>
</list>
 
<list gender="1" lookType="154" name="Shaman">
<stats magLevel="2"/>
<absorb percentEnergy="2"/>
<absorb percentearth="2">
<stats maxHealth="50"/>
<stats maxMana="100"/>
</list>
</outfit>
 
<outfit id="16">
<list gender="0" lookType="252" name="Norsewoman">
<absorb percentIce="5"/>
<stats maxHealth="200"/>
<skills club="3"/>
<stats magLevel="1"/>
</list>
 
<list gender="1" lookType="251" name="Norseman">
<absorb percentIce="5"/>
<stats maxHealth="200"/>
<skills club="3"/>
<stats magLevel="1"/>
</list>
</outfit>
 
<outfit id="17">
<list gender="0" lookType="269" name="Nightmare">
<stats maxHealth="100"/>
<skills shielding="2"/>
<absorb percentPhysical="2"/>
</list>
 
<list gender="1" lookType="268" name="Nightmare">
<stats maxHealth="100"/>
<skills shielding="2"/>
<absorb percentPhysical="2"/>
</list>
</outfit>
 
<outfit id="18">
<list gender="0" lookType="270" name="Jester">
<stats maxMana="100"/>
<attribute speed="40"/>
<stats maxHealth="100"/>
</list>
 
<list gender="1" lookType="273" name="Jester">
<stats maxMana="100"/>
<attribute speed="40"/>
<stats maxHealth="100"/>
</list>
</outfit>
 
<outfit id="19">
<list gender="0" lookType="279" name="Brotherhood">
<stats magLevel="2"/>
<absorb percentDeath="5"/>
<stats maxHealth="200"/>
</list>
 
<list gender="1" lookType="278" name="Brotherhood">
<stats magLevel="2"/>
<absorb percentDeath="5"/>
<stats maxHealth="200"/>
</list>
</outfit>
 
<outfit id="20">
<list gender="0" lookType="288" name="Demonhunter">
<attribute speed="10"/>
<stats maxHealth="300"/>
<absorb percentFire="5"/>
</list>
 
<list gender="1" lookType="289" name="Demonhunter">
<attribute speed="10"/>
<stats maxHealth="300"/>
<absorb percentFire="5"/>
</list>
</outfit>
 
<outfit id="21">
<list gender="0" lookType="224" name="Yalaharian">
<attribute speed="20"/>
<stats magLevel="2"/>
<stats maxHealth="150"/>
<stats maxMana="150"/>
<absorb percentHoly="2"/>
</list>
 
<list gender="1" lookType="225" name="Yalaharian">
<attribute speed="20"/>
<stats magLevel="2"/>
<stats maxHealth="150"/>
<stats maxMana="150"/>
<absorb percentHoly="2"/>
</list>
</outfit>
 
<outfit id="22">
<list gender="0" lookType="336" name="Warmaster">
<stats maxMana="200"/>
<stats maxHealth="200"/>
<stats magLevel="2"/>
<absorb percentHoly="2"/>
</list>
 
<list gender="1" lookType="335" name="Warmaster">
<stats maxMana="200"/>
<stats maxHealth="200"/>
<stats magLevel="2"/>
<absorb percentHoly="2"/>
</list>
</outfit>
 
<outfit id="23">
<list gender="0" lookType="329" name="Wife">
<stats maxMana="100"/>
<stats maxHealth="100"/>
<stats magLevel="1"/>
<absorb percentHoly="2"/>
</list>
 
<list gender="1" lookType="328" name="Husband">
<stats maxMana="100"/>
<stats maxHealth="100"/>
<stats magLevel="1"/>
<absorb percentHoly="2"/>
</list>
</outfit>
 
<outfit id="24">
<list gender="0" lookType="366" name="Wayfarer">
<stats maxMana="100"/>
<stats maxHealth="100"/>
<stats magLevel="2"/>
<absorb percentAll="2"/>
</list>
 
<list gender="1" lookType="367" name="Wayfarer">
<stats maxMana="100"/>
<stats maxHealth="100"/>
<stats magLevel="2"/>
<absorb percentAll="2"/>
</list>
</outfit>
</outfits>

Editado por jhonfreitas (veja o histórico de edições)

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

Quem Está Navegando 0

  • Nenhum usuário registrado visualizando esta página.

Estatísticas dos Fóruns

  • Tópicos 96.9k
  • Posts 519.6k

Informação Importante

Confirmação de Termo