• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Outfit] Adding bonus to your addons at WITHOUT BUG using sources functions!

I think that kito is a loser and don't know anything about Open Tibia, it should looks like that:
XML:
<outfit id="2">
		<list gender="0" lookType="137" name="Hunter">
			<skills dist="3"/>
		</list>
		<list gender="1" lookType="129" name="Hunter">
			<skills dist="4"/>
		</list>
</outfit>

After "Hunter" shouldn't be /> but >
 
I think that kito is a loser and don't know anything about Open Tibia, it should looks like that:
XML:
<outfit id="2">
		<list gender="0" lookType="137" name="Hunter">
			<skills dist="3"/>
		</list>
		<list gender="1" lookType="129" name="Hunter">
			<skills dist="4"/>
		</list>
</outfit>

After "Hunter" shouldn't be /> but >

Thank you :)
 
I think that kito is a loser and don't know anything about Open Tibia, it should looks like that:
XML:
<outfit id="2">
		<list gender="0" lookType="137" name="Hunter">
			<skills dist="3"/>
		</list>
		<list gender="1" lookType="129" name="Hunter">
			<skills dist="4"/>
		</list>
</outfit>

After "Hunter" shouldn't be /> but >

This is XML "knowledge", if you want to be so precise, mr smart.
 
I think that kito is a loser and don't know anything about Open Tibia, it should looks like that:
XML:
<outfit id="2">
		<list gender="0" lookType="137" name="Hunter">
			<skills dist="3"/>
		</list>
		<list gender="1" lookType="129" name="Hunter">
			<skills dist="4"/>
		</list>
</outfit>

After "Hunter" shouldn't be /> but >

And I do, I don't know a lot of Open Tibia, I just try to help and do what I can, if that is a loser for you, that make me laught.

I saw it on infinityOT.com and was pretty good and works very fine: Infinity 100% Upgrade Best Online Gaming

Anyways I have a better OT than yours ^^!

Ye, but he really don't know anything... It's stupid to post something, that is from 0.3.4(?) and he even don't know how it works... sad.

Do you study programation or anything else to understand anything that you read in sources? Congratulations, if you doesn't congratulations too, you are awesome and can understand everything there, cause I dont, I study engineering and as far I have seens is Java.

I read a little the source and found this, it should works, but just had a little grammar mistake and that is for you a loser, lol...

I think you are more loser than me then, cause it is since 0.3.4(?) and you knew this and you didn't made a post before with this "new" things, or just maybe a selfish(?)... Don't talk stupid things, Im just trying to help.
 
I want to put to give 10 percent of life more and mana for the citizen. Can you give me a example how it gonna be ?
 
XML:
<outfit id="1">
		<list gender="0" lookType="136" name="Citizen">
<stats maxHealthPercent="110">
<stats maxManaPercent="110"/>
</list>
		<list gender="1" lookType="128" name="Citizen">
<stats maxHealthPercent="110">
<stats maxManaPercent="110"/>
</list>
	</outfit>
 
how can i add Speed... donst working this:
<list gender="0" lookType="156" name="Assassin">
<speed="30"/>
<skills distance="3"/>
</list>
"Error in start of script.. Speed"

And .. recovery mana and health .. how can work
<list gender="0" lookType="155" name="Pirate">
<healthGain="10"/>
<healthTicks="2"/>
<manaGain="10"/>
<manaTicks="2"/>
</list>
..
 
XML:
<outfit id="1">
		<list gender="0" lookType="136" name="Citizen">
<stats maxHealthPercent="110">
<stats maxManaPercent="110"/>
</list>
		<list gender="1" lookType="128" name="Citizen">
<stats maxHealthPercent="110">
<stats maxManaPercent="110"/>
</list>
	</outfit>

Thanks, added that example to main post.

how can i add Speed... donst working this:
<list gender="0" lookType="156" name="Assassin">
<speed="30"/>
<skills distance="3"/>
</list>
"Error in start of script.. Speed"

And .. recovery mana and health .. how can work
<list gender="0" lookType="155" name="Pirate">
<healthGain="10"/>
<healthTicks="2"/>
<manaGain="10"/>
<manaTicks="2"/>
</list>
..

Try this:

<attribute speed="30" />

You are missing a parameter, I think that it will work.
 
i'm not sure if attributes: manaShield, invisible, healthGain/healthTicks, manaGain/manaTicks, speed can be used, i have been testing them and i haven't found a correct param...

that is the problem of post something without make a test first :/
 
Thank for this ;)

This is complemented outfits.xml:) fully operational:)
Code:
<?xml version="1.0"?>
<outfits>
	<outfit id="1">
		<list gender="0" lookType="136" name="Citizen">
		<attribute speed="5"/>
		<stats maxHealth="100"/>
			</list>
		<list gender="1" lookType="128" name="Citizen">
		<attribute speed="5"/>
		<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="2"/>
		<stats maxMana="100"/>
		</list>
		<list gender="1" lookType="133" name="Summoner">
		<stats magLevel="2"/>
		<stats maxMana="100"/>
		</list>
	</outfit>

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

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

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

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

	<outfit id="11" premium="yes">
		<list gender="0" lookType="150" name="Oriental">
		<attribute speed="5"/>
		<stats maxHealth="200"/>
		<stats maxMana="200"/>
			</list>
		<list gender="1" lookType="146" name="Oriental">
		<attribute speed="5"/>
		<stats maxHealth="200"/>
		<stats maxMana="200"/>
			</list>
	</outfit>

	<outfit id="12" premium="yes">
		<list gender="0" lookType="155" name="Pirate">
		<stats maxHealth="100"/>
		<skills club="3"/>
		</list>
		<list gender="1" lookType="151" name="Pirate">
		<stats maxHealth="100"/>
		<skills club="3"/>
		</list>
	</outfit>

	<outfit id="13" premium="yes" >
		<list gender="0" lookType="156" name="Assassin">
		<attribute speed="5"/>
		<skills dist="2"/>
			</list>
		<list gender="1" lookType="152" name="Assassin">
		<attribute speed="5"/>
		<skills dist="2"/>
			</list>
	</outfit>

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

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

	<outfit id="16" premium="yes" >
		<list gender="0" lookType="252" name="Norsewoman">
		<skills shielding="2"/>
		<stats maxHealth="200"/>
		</list>
		<list gender="1" lookType="251" name="Norseman">
		<skills shielding="2"/>
		<stats maxHealth="200"/>
		</list>
	</outfit>

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

	<outfit id="18" premium="yes">
		<list gender="0" lookType="270" name="Jester">
		<stats maxMana="100"/>
		<attribute speed="5"/>
		<stats maxHealth="100"/>
		</list>
		<list gender="1" lookType="273" name="Jester">
		<stats maxMana="100"/>
		<attribute speed="5"/>
		<stats maxHealth="100"/>
		</list>
	</outfit>

	<outfit id="19" premium="yes">
		<list gender="0" lookType="279" name="Brotherhood">
		<stats magLevel="2"/>
		<stats maxHealth="100"/>
		</list>
		<list gender="1" lookType="278" name="Brotherhood">
		<stats magLevel="2"/>
		<stats maxHealth="100"/>
		</list>
	</outfit>

	<outfit id="20" premium="yes" >
		<list gender="0" lookType="288" name="Demonhunter">
		<attribute speed="10"/>
		<stats maxHealth="200"/>
		</list>
		<list gender="1" lookType="289" name="Demonhunter">
		<attribute speed="10"/>
		<stats maxHealth="200"/>
		</list>
	</outfit>

	<outfit id="21" premium="yes" >
		<list gender="0" lookType="324" name="Yalaharian">
		<attribute speed="5"/>
		<stats magLevel="2"/>
		</list>
		<list gender="1" lookType="325" name="Yalaharian">
		<attribute speed="5"/>
		<stats magLevel="2"/>
		</list>
	</outfit>

	<outfit id="22" premium="yes">
		<list gender="0" lookType="336" name="Warmaster">
		<stats maxMana="100"/>
		<attribute speed="15"/>
		<stats maxHealth="100"/>
		<stats magLevel="2"/>
		</list>
		<list gender="1" lookType="335" name="Warmaster">
		<stats maxMana="100"/>
		<attribute speed="15"/>
		<stats maxHealth="100"/>
		<stats magLevel="2"/>
		</list>
	</outfit>

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

	<outfit id="24" premium="yes" >
		<list gender="0" lookType="329" name="Wedding"/>
		<list gender="1" lookType="328" name="Wedding"/>
	</outfit>

	<outfit id="25" access="5" premium="yes">
		<list gender="0-3" lookType="12" name="Archdemon"/>
	</outfit>

	<outfit id="26" access="5" premium="yes">
		<list gender="0-3" lookType="159" name="Elf"/>
	</outfit>

	<outfit id="27" access="5" premium="yes">
		<list gender="0-3" lookType="160" name="Dwarf"/>
	</outfit>

	<outfit id="28" access="5" premium="yes">
		<list gender="0-3" lookType="226" name="Frog"/>
	</outfit>

	<outfit id="29" access="5" premium="yes">
		<list gender="0-3" lookType="194" name="Cult"/>
	</outfit>

	<outfit id="30" access="5" premium="yes">
		<list gender="0-3" lookType="253" name="Headsplitter"/>
	</outfit>

	<outfit id="31" access="5" premium="yes">
		<list gender="0-3" lookType="254" name="Skullhunter"/>
	</outfit>

	<outfit id="32" access="5" premium="yes">
		<list gender="0-3" lookType="255" name="Bloodwalker"/>
	</outfit>

	<outfit id="33" access="5" premium="yes">
		<list gender="0-3" lookType="264" name="Brutetamer"/>
	</outfit>

	<outfit id="34" access="3" premium="yes">
		<list gender="0-3" lookType="75" name="Gamemaster"/>
	</outfit>

	<outfit id="35" access="4" premium="yes">
		<list gender="0-3" lookType="266" name="Community Manager"/>
	</outfit>

	<outfit id="36" access="5" premium="yes">
		<list gender="0-3" lookType="302" name="God"/>
	</outfit>
</outfits>


If I helped you please REP++ Me :)
:peace:
 
Back
Top