Eu estava olhado o tutorial do kaD fiz no meu ot e não deu certo...
Dai comecei a tentar de varios geitos.
O tutorial do KaD é assim:
Resolvi configura o norseman outfit pro meu ot, entaum resolvi mostrar a todos =]~~...
Ai vai uma Imagem pra quem não conhece:
laugh.gif Foto Do Norseman
Outfits.xml
Colocar o Outfits.xml na pasta data do seu ot =]
------------------------------------------OBS----------------------------------------------------------------------
Se vc kiser utilizar os addons eh nescessario ke vc coloque isso:
<addon outfit="251" type="3"/>
<addon outfit="252" type="3"/>
<addon outfit="253" type="3"/>
<addon outfit="254" type="3"/>
no character entre <addons> ..... </addons>
It's All
Created By Khao'z (lembrando que o restante eu peguei no ot, n sei de quem foi que fez)
OBS:
(se forem fala ke eu peguei do outro forum, eu sou a pessoa ke feis pro outro)
O outfits que ele colocou para dowload estava errado:
<?xml version="1.0"?><outfits>
<!-- Female outfits -->
<outfit type="0" looktype="136" addons="3" name="Citizen" premium="0"/>
<outfit type="0" looktype="137" addons="3" name="Hunter" premium="0"/>
<outfit type="0" looktype="138" addons="3" name="Summoner" premium="1"/>
<outfit type="0" looktype="139" addons="3" name="Knight" premium="0"/>
<outfit type="0" looktype="140" addons="3" name="Nobleman" premium="1"/>
<outfit type="0" looktype="141" addons="3" name="Mage" premium="0"/>
<outfit type="0" looktype="142" addons="3" name="Warrior" premium="1"/>
<outfit type="0" looktype="147" addons="3" name="Barbarian" premium="1"/>
<outfit type="0" looktype="148" addons="3" name="Druid" premium="1"/>
<outfit type="0" looktype="149" addons="3" name="Wizard" premium="1"/>
<outfit type="0" looktype="150" addons="3" name="Oriental" premium="1"/>
<outfit type="0" looktype="155" addons="3" name="Pirate" premium="1"/>
<outfit type="0" looktype="156" addons="3" name="Assassin" premium="1"/>
<outfit type="0" looktype="157" addons="3" name="Beggar" premium="1"/>
<outfit type="0" looktype="158" addons="3" name="Shaman" premium="1"/>
<outfit type="1" looktype="251" addons="3" name="Norseman" premium="1"/>
<!-- Male outfits -->
<outfit type="1" looktype="128" addons="0" name="Citizen" premium="0"/>
<outfit type="1" looktype="129" addons="0" name="Hunter" premium="0"/>
<outfit type="1" looktype="130" addons="0" name="Mage" premium="0"/>
<outfit type="1" looktype="131" addons="0" name="Knight" premium="0"/>
<outfit type="1" looktype="132" addons="3" name="Nobleman" premium="1"/>
<outfit type="1" looktype="133" addons="3" name="Summoner" premium="1"/>
<outfit type="1" looktype="134" addons="3" name="Warrior" premium="1"/>
<outfit type="1" looktype="143" addons="3" name="Barbarian" premium="1"/>
<outfit type="1" looktype="144" addons="3" name="Druid" premium="1"/>
<outfit type="1" looktype="145" addons="3" name="Wizard" premium="1"/>
<outfit type="1" looktype="146" addons="3" name="Oriental" premium="1"/>
<outfit type="1" looktype="151" addons="3" name="Pirate" premium="1"/>
<outfit type="1" looktype="152" addons="3" name="Assassin" premium="1"/>
<outfit type="1" looktype="153" addons="3" name="Beggar" premium="1"/>
<outfit type="1" looktype="154" addons="3" name="Shaman" premium="1"/>
<outfit type="1" looktype="252" addons="3" name="Norseman" premium="1"/>
<!-- Elf outfits -->
<outfit type="2" looktype="159" addons="3" name="Elf" premium="1"/>
<!-- Dwarf outfits -->
<outfit type="2" looktype="160" addons="3" name="Dwarf" premium="1"/>
<!-- Frog outfits -->
<outfit type="2" looktype="226" addons="3" name="Frog" premium="1"/>
<!-- Cult -->
<outfit type="2" looktype="194" addons="3" name="Cult" premium="1"/>
</outfits>
O que está errado é que ele colocou o codigo do Norseman no final de tudo. Pelo menos foi isso que estava errado no meu ot. E tambem um outro erro: No Norseman o outfit type está 1 e para female é 0.
O correto seria:
<?xml version="1.0"?><outfits>
<!-- Female outfits -->
<outfit type="0" looktype="252" addons="3" name="Norseman" premium="1"/>
<outfit type="0" looktype="136" addons="3" name="Citizen" premium="0"/>
<outfit type="0" looktype="137" addons="3" name="Hunter" premium="0"/>
<outfit type="0" looktype="138" addons="3" name="Summoner" premium="1"/>
<outfit type="0" looktype="139" addons="3" name="Knight" premium="0"/>
<outfit type="0" looktype="140" addons="3" name="Nobleman" premium="1"/>
<outfit type="0" looktype="141" addons="3" name="Mage" premium="0"/>
<outfit type="0" looktype="142" addons="3" name="Warrior" premium="1"/>
<outfit type="0" looktype="147" addons="3" name="Barbarian" premium="1"/>
<outfit type="0" looktype="148" addons="3" name="Druid" premium="1"/>
<outfit type="0" looktype="149" addons="3" name="Wizard" premium="1"/>
<outfit type="0" looktype="150" addons="3" name="Oriental" premium="1"/>
<outfit type="0" looktype="155" addons="3" name="Pirate" premium="1"/>
<outfit type="0" looktype="156" addons="3" name="Assassin" premium="1"/>
<outfit type="0" looktype="157" addons="3" name="Beggar" premium="1"/>
<outfit type="0" looktype="158" addons="3" name="Shaman" premium="1"/>
<!-- Male outfits -->
<outfit type="1" looktype="251" addons="3" name="Norseman" premium="1"/>
<outfit type="1" looktype="128" addons="0" name="Citizen" premium="0"/>
<outfit type="1" looktype="129" addons="0" name="Hunter" premium="0"/>
<outfit type="1" looktype="130" addons="0" name="Mage" premium="0"/>
<outfit type="1" looktype="131" addons="0" name="Knight" premium="0"/>
<outfit type="1" looktype="132" addons="3" name="Nobleman" premium="1"/>
<outfit type="1" looktype="133" addons="3" name="Summoner" premium="1"/>
<outfit type="1" looktype="134" addons="3" name="Warrior" premium="1"/>
<outfit type="1" looktype="143" addons="3" name="Barbarian" premium="1"/>
<outfit type="1" looktype="144" addons="3" name="Druid" premium="1"/>
<outfit type="1" looktype="145" addons="3" name="Wizard" premium="1"/>
<outfit type="1" looktype="146" addons="3" name="Oriental" premium="1"/>
<outfit type="1" looktype="151" addons="3" name="Pirate" premium="1"/>
<outfit type="1" looktype="152" addons="3" name="Assassin" premium="1"/>
<outfit type="1" looktype="153" addons="3" name="Beggar" premium="1"/>
<outfit type="1" looktype="154" addons="3" name="Shaman" premium="1"/>
<!-- Elf outfits -->
<outfit type="2" looktype="159" addons="3" name="Elf" premium="1"/>
<!-- Dwarf outfits -->
<outfit type="2" looktype="160" addons="3" name="Dwarf" premium="1"/>
<!-- Frog outfits -->
<outfit type="2" looktype="226" addons="3" name="Frog" premium="1"/>
<!-- Cult -->
<outfit type="2" looktype="194" addons="3" name="Cult" premium="1"/>
</outfits>
Isso você faz na pasta data em outfits.xml.
---------------------------------------------------Edit---------------------------------------------------
Addons do Norseman!
Eu não sei qual é o male e qual é o female... Tipow quandu fui testa o q tah em female pareceu q tava usando saia... E numa ss do tibia global os cara eram homem e tava a ropinha q tah no tuto...
Bom.. Aki vo fala um poko das addons do Norseman. Como eu não sei configurar o npc eu fiz pelo acc manager. No meu server o char quando cria pelo acc manager sai com o mesmo lvl, items , etc... Pençando nisso eu tive uma ideia:
Colocar as cofigurações das addons no próprio acc manager. Depois o cara cria o char compra premmy e ja pode usar a oufit com as addons. Vou encinar a fazer isso:
Bom... Aki vamos dizer o seu char acc manager:
<?xml version="1.0" encoding="UTF-8"?><player name="Account Manager" account="111111" sex="0" lookdir="2" exp="4200" voc="2" level="8" access="0" cap="1500" maglevel="0" soul="0" maxdepotitems="1000" lastlogin="0">
<spawn x="160" y="54" z="7"/>
<temple x="160" y="54" z="7"/>
<health now="185" max="185" food="0"/>
<mana now="35" max="35" spent="0"/>
<skull redskulltime="0" redskull="0"/>
<look type="136" head="0" body="94" legs="126" feet="81" addons="0"/>
<skills>
<skill skillid="0" level="10" tries="0"/>
<skill skillid="1" level="10" tries="0"/>
<skill skillid="2" level="10" tries="0"/>
<skill skillid="3" level="10" tries="0"/>
<skill skillid="4" level="10" tries="0"/>
<skill skillid="5" level="10" tries="0"/>
<skill skillid="6" level="10" tries="0"/>
</skills>
<addons/>
<deaths/>
<spells/>
<blessings/>
<inventory>
<slot slotid="1">
<item id="2457"/>
</slot>
<slot slotid="2">
<item id="2173"/>
</slot>
<slot slotid="3">
<item id="1988">
<inside>
<item id="2160" count="2"/>
<item id="2190"/>
<item id="2182"/>
<item id="2456"/>
<item id="2120"/>
</inside>
</item>
</slot>
<slot slotid="4">
<item id="2463"/>
</slot>
<slot slotid="5">
<item id="2509"/>
</slot>
<slot slotid="6">
<item id="2383"/>
</slot>
<slot slotid="7">
<item id="2647"/>
</slot>
<slot slotid="8">
<item id="2643"/>
</slot>
<slot slotid="10">
<item id="2544" count="1"/>
</slot>
</inventory>
<depots>
<depot depotid="1">
<item id="2590">
<inside>
<item id="2594">
<inside>
<item id="2152" count="50"/>
</inside>
</item>
</inside>
</item>
</depot>
</depots>
<storage/>
</player>
Você pode notar que <addons/> estava em vermelho. Muito bem é ai que vamos mecher!
Um detalhe que não posso deichar de comentar é que em alguns server depois de alguns codigos tem um quadradinho. Em meu server tem isso então quando fui fazer isso dava debug. Dai a pesquizar os problemas e notei que esse quadradinhos não sei porque mais não podem ser retirados dali.
O que temos que fazer é adicionar isso entre <addons> e </addons>:
<addons><addon outfit="251" type="3"/>
<addon outfit="252" type="3"/>
<addon outfit="253" type="3"/>
<addon outfit="254" type="3"/>
</addons>
Ai eu dei ctrl+c e ctrl+v não sei pq não apareceu o "quadradinho". Já que isso aconteceu no final do tuto colocarei para dowload o meu Account Manager com e sem "quadradinhos"
Vejá como ficou:
<?xml version="1.0" encoding="UTF-8"?><player name="Account Manager" account="111111" sex="1" lookdir="2" exp="4200" voc="2" level="8" access="0" cap="380" maglevel="0" soul="0" maxdepotitems="1000" lastlogin="0">
<spawn x="160" y="54" z="7"/>
<temple x="160" y="54" z="7"/>
<health now="190" max="190" food="0"/>
<mana now="40" max="40" spent="0"/>
<skull redskulltime="0" redskull="0"/>
<look type="128" head="0" body="94" legs="126" feet="81" addons="3"/>
<skills>
<skill skillid="0" level="10" tries="0"/>
<skill skillid="1" level="10" tries="0"/>
<skill skillid="2" level="10" tries="0"/>
<skill skillid="3" level="10" tries="0"/>
<skill skillid="4" level="10" tries="0"/>
<skill skillid="5" level="10" tries="0"/>
<skill skillid="6" level="10" tries="0"/>
</skills>
<addons>
<addon outfit="251" type="3"/>
<addon outfit="252" type="3"/>
<addon outfit="253" type="3"/>
<addon outfit="254" type="3"/>
</addons>
<deaths/>
<spells/>
<blessings/>
<inventory>
<slot slotid="1">
<item id="2457"/>
</slot>
<slot slotid="2">
<item id="2173"/>
</slot>
<slot slotid="3">
<item id="1988">
<inside>
<item id="2160" count="2"/>
<item id="2190"/>
<item id="2182"/>
<item id="2456"/>
<item id="2120"/>
</inside>
</item>
</slot>
<slot slotid="4">
<item id="2463"/>
</slot>
<slot slotid="5">
<item id="2509"/>
</slot>
<slot slotid="6">
<item id="2383"/>
</slot>
<slot slotid="7">
<item id="2647"/>
</slot>
<slot slotid="8">
<item id="2643"/>
</slot>
<slot slotid="10">
<item id="2544" count="1"/>
</slot>
</inventory>
<depots>
<depot depotid="1">
<item id="2590">
<inside>
<item id="2594">
<inside>
<item id="2152" count="50"/>
</inside>
</item>
</inside>
</item>
</depot>
</depots>
<storage>
<data key="10001001" value="8912896"/>
<data key="10001002" value="8978432"/>
<data key="10001003" value="9043968"/>
<data key="10001004" value="9109504"/>
<data key="10001005" value="9175040"/>
<data key="10001006" value="9240576"/>
<data key="10001007" value="9306112"/>
<data key="10001008" value="9633792"/>
<data key="10001009" value="9699328"/>
<data key="10001010" value="9764864"/>
<data key="10001011" value="9830400"/>
<data key="10001012" value="10158080"/>
<data key="10001013" value="10223616"/>
<data key="10001014" value="10289152"/>
<data key="10001015" value="10354688"/>
</storage>
</player>
Lembrando que esse é o acc manager do meu server: YurOts 0.3 _Vers o 8.0 01
Downloads:
Account Manager.xml (com os "quadradinhos")
Account Manager.xml
Comentem ai!
Flws