O que é isso? explique...
Coloque também como utilizar e creio que não seja em mods certo?
isso é em xml/vocations certo?
isso não seria em creaturescripts, addonbonus geralmente é por la.
O que é isso? explique...
Coloque também como utilizar e creio que não seja em mods certo?
isso é em xml/vocations certo?
isso não seria em creaturescripts, addonbonus geralmente é por la.
info
Group: Campones
Joined: 14/12/10
Posts: 63
Reputation: +10
Tibia Character: Naoteinteressa

O que é isso? explique...
Coloque também como utilizar e creio que não seja em mods certo?
isso é em xml/vocations certo?
isso não seria em creaturescripts, addonbonus geralmente é por la.
quando o player estiver com outfit full ganha os atributos.
Edited Abril 30 by Domis
info
Group: Banidos
Joined: 21/01/12
Posts: 842
Reputation: +234
Tibia Character: Stephan

O que é isso? explique...
Coloque também como utilizar e creio que não seja em mods certo?
isso é em xml/vocations certo?
isso não seria em creaturescripts, addonbonus geralmente é por la.
quando o player bota um addon full, ele ganha algo, por exemplo mage addon full ganha 2 de ml, addon assassin full da distance, e por ai vai.
é em outfits.xml isso.
Edited Abril 29 by AnneMotta
info
Group: Visconde
Joined: 11/04/12
Posts: 328
Reputation: +7
Tibia Character: ADM MiHawk

O que é isso? explique...
Coloque também como utilizar e creio que não seja em mods certo?
isso é em xml/vocations certo?
isso não seria em creaturescripts, addonbonus geralmente é por la.
não tem muito que explicar, ja coloquei tudo no topico.
E eu não sei onde é o lugar certo para isso.
isso dai foi maldade da sua parte acho que isso é uma duvida do xtibiano se vc postou esse topico e quer rep + devia ensinalo como fazer.
@Vilden
vc vai na pasta data/xml/outfits.xml e coloka isso
@Domis
o script parece ser bom mais acho que ja existe
http://www.xtibia.com/forum/topic/176834-pedido-addon-bonus/
http://www.xtibia.com/forum/topic/150476-outfit-adicionando-bonus-a-seus-addons-usando-funcoes/
http://www.xtibia.com/forum/topic/179540-ajuda-bonus-por-addon/
info
Group: Cavaleiro
Joined: 13/11/11
Posts: 190
Reputation: +20
Tibia Character: Sweesh

Nao funcionou aqui.
info
Group: Campones
Joined: 14/12/10
Posts: 63
Reputation: +10
Tibia Character: Naoteinteressa

info
Group: Artesão
Joined: 03/02/09
Posts: 134
Reputation: +15
Tibia Character: Knight sparxzin

isso nao daria os bonus para o player apenas usando o outfit?
info
Group: Campones
Joined: 14/12/10
Posts: 63
Reputation: +10
Tibia Character: Naoteinteressa

isso nao daria os bonus para o player apenas usando o outfit?
Sim, o outfit full
Edited Maio 31 by Domis
funfo
info
Group: Conde
Joined: 10/07/08
Posts: 574
Reputation: +13
Gender: Masculino
Tibia Character: Hebi Of Amera

Script incompleto cade o creaturescripts? --'
Script incompleto cade o creaturescripts? --'
Não, não está incompleto. Existem funções nativas compiladas em servidores que permitem que você edite o outfits.xml com atributos a seu gosto, sem precisar de creaturescripts, dentre outros.
Para mais informações, recomendo a leitura deste tutorial: Outfits
Edited Agosto 12 by Oneshot
info
Group: Campones
Joined: 14/12/10
Posts: 63
Reputation: +10
Tibia Character: Naoteinteressa
Não sei se aqui é o lugar certo, mas ta ai;
Sistema de bonus quando adquiri o outfit full
Testado apenas em 8.60
Vá em PastaDoSeuOt/data/XML/outfits e mude:
<outfit id="1">
<list gender="0" lookType="136" name=" Citizen ">
<attribute speed="10"/>
<stats maxHealth="100"/>
</list>
<list gender="1" lookType="128" name=" Citizen ">
<attribute speed="10"/>
<stats maxHealth="100"/>
</list>
</outfit>
<outfit id="2">
<list gender="0" lookType="137" name=" Hunter ">
<skills dist="3"/>
</list>
<list gender="1" lookType="129" name=" Hunter ">
<skills dist="3"/>
</list>
</outfit>
<outfit id="3">
<list gender="0" lookType="138" name=" Mage ">
<stats magLevel="2"/>
<stats maxMana="200"/>
</list>
<list gender="1" lookType="130" name=" Mage ">
<stats magLevel="2"/>
<stats maxMana="200"/>
</list>
</outfit>
<outfit id="4">
<list gender="0" lookType="139" name=" Knight ">
<skills sword="3"/>
</list>
<list gender="1" lookType="131" name=" Knight ">
<skills sword="3"/>
</list>
</outfit>
<outfit id="5" premium="yes">
<list gender="0" lookType="140" name=" Noblewoman ">
<skills club="3"/>
</list>
<list gender="1" lookType="132" name=" Nobleman ">
<skills club="3"/>
</list>
</outfit>
<outfit id="6" premium="yes">
<list gender="0" lookType="141" name=" Summoner ">
<stats magLevel="3"/>
<stats maxMana="200"/>
</list>
<list gender="1" lookType="133" name=" Summoner ">
<stats magLevel="2"/>
<stats maxMana="200"/>
</list>
</outfit>
<outfit id="7" premium="yes">
<list gender="0" lookType="142" name="Warrior">
<skills melee="3"/>
</list>
<list gender="1" lookType="134" name="Warrior">
<skills melee="3"/>
</list>
</outfit>
<outfit id="8" premium="yes">
<list gender="0" lookType="147" name="Barbarian">
<skills axe="5"/>
<skills sword="2"/>
<skills club="2"/>
<stats maxHealth="200"/>
</list>
<list gender="1" lookType="143" name="Barbarian">
<skills axe="3"/>
<skills sword="2"/>
<skills club="2"/>
<stats maxHealth="200"/>
</list>
</outfit>
<outfit id="9" premium="yes">
<list gender="0" lookType="148" name="Druid">
<stats magLevel="3"/>
<absorb percentPoison="5"/>
</list>
<list gender="1" lookType="144" name="Druid">
<stats magLevel="3"/>
<absorb percentPoison="5"/>
</list>
</outfit>
<outfit id="10" premium="yes">
<list gender="0" lookType="149" name="Wizard">
<stats magLevel="1"/>
<stats maxHealth="100"/>
<stats maxMana="200"/>
<absorb percentDeath="5"/>
</list>
<list gender="1" lookType="145" name="Wizard">
<stats magLevel="1"/>
<stats maxHealth="100"/>
<stats maxMana="200"/>
<absorb percentDeath="5"/>
</list>
</outfit>
<outfit id="11" premium="yes">
<list gender="0" lookType="150" name="Oriental">
<stats maxHealth="200"/>
<stats maxMana="200"/>
<attribute speed="50"/>
</list>
<list gender="1" lookType="146" name="Oriental">
<stats maxHealth="200"/>
<stats maxMana="200"/>
<attribute speed="50"/>
</list>
</outfit>
<outfit id="12" premium="yes">
<list gender="0" lookType="155" name="Pirate">
<stats maxHealth="100"/>
<skills club="5"/>
</list>
<list gender="1" lookType="151" name="Pirate">
<stats maxHealth="100"/>
<skills club="5"/>
</list>
</outfit>
<outfit id="13" premium="yes" >
<list gender="0" lookType="156" name="Assassin">
<attribute speed="80"/>
<skills dist="3"/>
<stats magLevel="2"/>
</list>
<list gender="1" lookType="152" name="Assassin">
<attribute speed="80"/>
<skills dist="3"/>
<stats magLevel="2"/>
</list>
</outfit>
<outfit id="14" premium="yes" >
<list gender="0" lookType="157" name="Beggar">
<absorb percentAll="5"/>
</list>
<list gender="1" lookType="153" name="Beggar">
<absorb percentAll="5"/>
</list>
</outfit>
<outfit id="15" premium="yes" >
<list gender="0" lookType="158" name="Shaman">
<stats magLevel="2"/>
<absorb percentEnergy="5"/>
</list>
<list gender="1" lookType="154" name="Shaman">
<stats magLevel="2"/>
<absorb percentEnergy="5"/>
</list>
</outfit>
<outfit id="16" premium="yes" >
<list gender="0" lookType="252" name="Norsewoman">
<skills shielding="5"/>
<absorb percentIce="15"/>
<stats maxHealth="200"/>
<skills club="3"/>
<stats magLevel="2"/>
</list>
<list gender="1" lookType="251" name="Norseman">
<skills shielding="5"/>
<absorb percentIce="15"/>
<stats maxHealth="200"/>
<skills club="3"/>
<stats magLevel="2"/>
</list>
</outfit>
<outfit id="17" premium="yes" >
<list gender="0" lookType="269" name="Nightmare">
<skills shielding="5"/>
<absorb percentPhysical="15"/>
</list>
<list gender="1" lookType="268" name="Nightmare">
<skills shielding="5"/>
<absorb percentPhysical="15"/>
</list>
</outfit>
<outfit id="18" premium="yes">
<list gender="0" lookType="270" name="Jester">
<stats maxMana="100"/>
<attribute speed="50"/>
<stats maxHealth="100"/>
</list>
<list gender="1" lookType="273" name="Jester">
<stats maxMana="100"/>
<attribute speed="50"/>
<stats maxHealth="100"/>
</list>
</outfit>
<outfit id="19" premium="yes">
<list gender="0" lookType="279" name="Brotherhood">
<stats magLevel="3"/>
<absorb percentDeath="5"/>
<stats maxHealth="100"/>
</list>
<list gender="1" lookType="278" name="Brotherhood">
<stats magLevel="3"/>
<absorb percentDeath="5"/>
<stats maxHealth="100"/>
</list>
</outfit>
<outfit id="20" premium="yes" >
<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" premium="yes" >
<list gender="0" lookType="324" name="Yalaharian">
<attribute speed="20"/>
<stats magLevel="2"/>
<stats maxHealth="250"/>
<stats maxMana="250"/>
</list>
<list gender="1" lookType="325" name="Yalaharian">
<attribute speed="20"/>
<stats magLevel="2"/>
<stats maxHealth="250"/>
<stats maxMana="250"/>
</list>
</outfit>
<outfit id="22" premium="yes">
<list gender="0" lookType="336" name="Warmaster">
<stats maxMana="200"/>
<stats maxHealth="200"/>
<stats magLevel="2"/>
<absorb percentHoly="5"/>
</list>
<list gender="1" lookType="335" name="Warmaster">
<stats maxMana="200"/>
<stats maxHealth="200"/>
<stats magLevel="2"/>
<absorb percentHoly="5"/>
</list>
</outfit>
Explicação:
Vermelho: nome do outfit
Verde: o bonus que vai dar com o outfit full
não tem muito oque explicar,é só mudar os add que você quiser.
Deixarei o download do outfits.xml completo (com os bonus) para quem quiser:
Outfits.xml(4Shared) - (Foi testado apenas em 8.6)
Scan
Edited Maio 4 by Domis