• 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!

Name Items..8.6

Elexonic

Well-Known Member
Joined
Jun 18, 2008
Messages
1,920
Reaction score
59
hello, I come to ask a question.
I using thunderiom items..and as you know are different than normal ..

I would like to put names to all zao items such as walls, floors, trims .. and all items that have no name ..
For that I am looking for a page where you leave the names of these items .. but not e found.

or if someone is in tibia.com vip .. zao and can go and put the names of the floors, walls etc. .. would be nice .. or to make a hunting tibiacast .. but showing the names of all
thanks ..
 
This isn't complete, but hope this help you:

Code:
<item id="12603" article="a" name="royal draken mail">
      <attribute key="weight" value="13000" />
      <attribute key="armor" value="16" />
      <attribute key="skillShield" value="3" />
      <attribute key="absorbPercentPhysical" value="5" />
      <attribute key="slotType" value="body" />
  </item>
  <item id="12604" article="a" name="royal scale robe">
      <attribute key="weight" value="4500" />
      <attribute key="armor" value="12" />
      <attribute key="magiclevelpoints" value="2" />
      <attribute key="absorbPercentFire" value="5" />
      <attribute key="slotType" value="body" />
  </item>
  <item id="12606" article="an" name="elite draken helmet">
      <attribute key="weight" value="4300" />
      <attribute key="armor" value="9" />
      <attribute key="skillDistance" value="1" />
      <attribute key="slotType" value="head" />
  </item>
  <item id="12568" article="an" name="elite draken mail">
      <attribute key="weight" value="12000" />
      <attribute key="armor" value="15" />
      <attribute key="speed" value="20" />
      <attribute key="slotType" value="body" />
  </item>
  <item id="12618" article="a" name="old cape">
      <attribute key="weight" value="3500" />
      <attribute key="armor" value="1" />
      <attribute key="slotType" value="body" />
  </item>
  <item id="12617" article="a" name="coolie hat">
      <attribute key="weight" value="1800" />
      <attribute key="armor" value="2" />
      <attribute key="slotType" value="head" />
  </item>
  <item id="12591" article="a" name="crobra crown">
      <attribute key="weight" value="850" />
      <attribute key="armor" value="3" />
      <attribute key="magiclevelpoints" value="2" />
      <attribute key="absorbPercentEarth" value="5" />
      <attribute key="absorbPercentFire" value="-5" />
      <attribute key="slotType" value="head" />
  </item>
  <item id="12574" article="a" name="twiceslicer">
      <attribute key="weight" value="18000" />
      <attribute key="defense" value="30" />
      <attribute key="attack" value="47" />
      <attribute key="weaponType" value="axe" />
      <attribute key="slotType" value="two-handed" />
  </item>
  <item id="12610" article="a" name="blade of corruption">
      <attribute key="weight" value="6400" />
      <attribute key="defense" value="29" />
      <attribute key="attack" value="48" />
      <attribute key="extradef" value="2" />
      <attribute key="weaponType" value="sword" />
  </item>
  <item id="12609" article="a" name="mace of corruption">
      <attribute key="weight" value="7400" />
      <attribute key="defense" value="23" />
      <attribute key="attack" value="46" />
      <attribute key="extradef" value="3" />
      <attribute key="weaponType" value="club" />
  </item>
      <item id="12605" article="a" name="shield of corruption">
      <attribute key="weight" value="4900" />
      <attribute key="defense" value="36" />
      <attribute key="skillSword" value="3" />
      <attribute key="weaponType" value="shield" />
  </item>
  <item id="12608" article="a" name="snake god wristguard">
      <attribute key="weight" value="2800" />
      <attribute key="defense" value="14" />
      <attribute key="magiclevelpoints" value="3" />
      <attribute key="weaponType" value="shield" />
  </item>
  <item id="12607" article="a" name="draken boots">
      <attribute key="weight" value="2500" />
      <attribute key="armor" value="3" />
      <attribute key="slotType" value="feet" />
      <attribute key="speed" value="15" />
  </item>
        <item id="12362" article="a" name="bamboo stick">
      <attribute key="weight" value="112" />
  </item>
  <item id="12428" article="a" name="banana sash">
      <attribute key="weight" value="68" />
  </item>
  <item id="12364" article="a" name="battle stone">
      <attribute key="weight" value="150" />
  </item>
  <item id="12365" article="a" name="black wool">
      <attribute key="weight" value="118" />
  </item>
  <item id="12366" article="a" name="blood preservation">
      <attribute key="weight" value="80" />
  </item>
  <item id="12619" article="a" name="brimstone fangs">
      <attribute key="weight" value="112" />
  </item>
  <item id="12620" article="a" name="brimstone shell">
      <attribute key="weight" value="112" />
  </item>
  <item id="12577" article="a" name="broken draken mail">
      <attribute key="weight" value="200" />
  </item>
  <item id="12578" article="a" name="broken slicer">
      <attribute key="weight" value="140" />
  </item>
  <item id="12368" article="a" name="broken crossbow">
      <attribute key="weight" value="130" />
  </item>
  <item id="12370" article="a" name="broken helmet">
      <attribute key="weight" value="156" />
  </item>
  <item id="12569" article="a" name="broken key ring">
      <attribute key="weight" value="50" />
  </item>
  <item id="12369" article="a" name="broken shamanic staff">
      <attribute key="weight" value="128" />
  </item>
  <item id="12431" article="a" name="colourful feather">
      <attribute key="weight" value="36" />
  </item>
  <item id="12372" article="a" name="cultish symbol">
      <attribute key="weight" value="82" />
  </item>
  <item id="12373" article="a" name="dirty turban">
      <attribute key="weight" value="134" />
  </item>
  <item id="12601" article="a" name="downy feather">
      <attribute key="weight" value="32" />
  </item>
  <item id="12374" article="a" name="dragon tail">
      <attribute key="weight" value="250" />
  </item>
  <item id="12576" article="a" name="draken wristbands">
      <attribute key="weight" value="78" />
  </item>
  <item id="12575" article="a" name="draken sulphur">
      <attribute key="weight" value="68" />
  </item>
  <item id="12382" article="a" name="elven astral observer">
      <attribute key="weight" value="112" />
  </item>
  <item id="12381" article="a" name="elven scouting glass">
      <attribute key="weight" value="80" />
  </item>
  <item id="12588" article="a" name="eye of corruption">
      <attribute key="weight" value="93" />
  </item>
  <item id="12383" article="a" name="flask of embalming fluid">
      <attribute key="weight" value="75" />
  </item>
  <item id="12375" article="a" name="geomancer robe">
      <attribute key="weight" value="130" />
  </item>
  <item id="12384" article="a" name="ghoul snack">
      <attribute key="weight" value="140" />
  </item>
  <item id="12380" article="a" name="geomancer staff">
      <attribute key="weight" value="122" />
  </item>
  <item id="12360" article="a" name="girlish hair decoration">
      <attribute key="weight" value="50" />
  </item>
  <item id="12456" article="a" name="goblin ear">
      <attribute key="weight" value="75" />
  </item>
  <item id="12363" article="a" name="hair of a banshee">
      <attribute key="weight" value="46" />
  </item>
  <item id="12386" article="a" name="hunter quiver">
      <attribute key="weight" value="132" />
  </item>
  <item id="12387" article="a" name="jewelled belt">
      <attribute key="weight" value="124" />
  </item>
  <item id="12371z" article="a" name="kongra shoulderpad">
      <attribute key="weight" value="140" />
  </item>
  <item id="12371" article="a" name="luminous orb">
      <attribute key="weight" value="94" />
  </item>
  <item id="12597" article="a" name="lizard essence">
      <attribute key="weight" value="150" />
  </item>
  <item id="12406" article="a" name="mantassin tail">
      <attribute key="weight" value="115" />
  </item>
  <item id="12392" article="a" name="necromantic robe">
      <attribute key="weight" value="220" />
  </item>
  <item id="12393" article="a" name="nettle spit">
      <attribute key="weight" value="90" />
  </item>
  <item id="12403" article="a" name="noble turban">
      <attribute key="weight" value="144" />
  </item>
  <item id="12396" article="a" name="orc leather">
      <attribute key="weight" value="50" />
  </item>
  <item id="12394" article="a" name="orcish gear">
      <attribute key="weight" value="180" />
  </item>
  <item id="12398" article="a" name="pelvis bone">
      <attribute key="weight" value="130" />
  </item>
  <item id="12400" article="a" name="piece of archer armor">
      <attribute key="weight" value="110" />
  </item>
  <item id="12399" article="a" name="piece of warrior armor">
      <attribute key="weight" value="110" />
  </item>
  <item id="12401" article="a" name="pile of grave earth">
      <attribute key="weight" value="98" />
  </item>
  <item id="12402" article="a" name="poison spider shell">
      <attribute key="weight" value="130" />
  </item>
  <item id="12361" article="a" name="protective charm">
      <attribute key="weight" value="120" />
  </item>
  <item id="12390" article="a" name="purple robe">
      <attribute key="weight" value="230" />
  </item>
  <item id="12408" article="a" name="quara bone">
      <attribute key="weight" value="144" />
  </item>
  <item id="12405" article="a" name="quara eye">
      <attribute key="weight" value="80" />
  </item>
  <item id="12407" article="a" name="quara pincers">
      <attribute key="weight" value="120" />
  </item>
  <item id="12404" article="a" name="quara tentacle">
      <attribute key="weight" value="107" />
  </item>
  <item id="12409" article="a" name="rope belt">
      <attribute key="weight" value="97" />
  </item>
  <item id="12410" article="a" name="safety pin">
      <attribute key="weight" value="50" />
  </item>
  <item id="12391" article="a" name="skull belt">
      <attribute key="weight" value="116" />
  </item>
  <item id="12590" article="a" name="scale of corrution">
      <attribute key="weight" value="93" />
  </item>
  <item id="12427" article="a" name="scroll of heroic deeds">
      <attribute key="weight" value="79" />
  </item>
  <item id="12395" article="a" name="shamanic hood">
      <attribute key="weight" value="90" />
  </item>
  <item id="12429" article="a" name="small flash of eyedrops">
      <attribute key="weight" value="50" />
  </item>
  <item id="12367" article="a" name="small notebook">
      <attribute key="weight" value="80" />
  </item>
  <item id="12430" article="a" name="small pitchfork">
      <attribute key="weight" value="110" />
  </item>
  <item id="12589" article="a" name="tail of corruption">
      <attribute key="weight" value="93" />
  </item>
  <item id="12583" article="a" name="tentacle piece">
      <attribute key="weight" value="300" />
  </item>
  <item id="12432" article="a" name="trollrot">
      <attribute key="weight" value="140" />
  </item>
  <item id="12381" article="a" name="tibiora box">
      <attribute key="weight" value="4200" />
  </item>
  <item id="5801" article="a" name="jawelled backpack">
      <attribute key="weight" value="1700" />
      <attribute key="containerSize" value="22" />
      <attribute key="slotType" value="backpack" />
  </item>
  <item id="12377" article="an" name="aubergine">
      <attribute key="weight" value="200" />
      <attribute key="showcount" value="0" />
  </item>
  <item id="12378" article="a" name="broccoli">
      <attribute key="weight" value="300" />
      <attribute key="showcount" value="0" />
  </item>
  <item id="12379" article="a" name="cauliflower">
      <attribute key="weight" value="680" />
      <attribute key="showcount" value="0" />
  </item>
  <item id="12599" article="a" name="dragonfruit">
      <attribute key="weight" value="350" />
      <attribute key="showcount" value="0" />
  </item>
  <item id="12598" article="an" name="ectoplasmic sushi">
      <attribute key="weight" value="400" />
      <attribute key="showcount" value="0" />
  </item>
  <item id="12600" article="a" name="peas">
      <attribute key="weight" value="80" />
      <attribute key="showcount" value="0" />
  </item>
  <item id="12376" article="a" name="pineapple">
      <attribute key="weight" value="80" />
      <attribute key="showcount" value="0" />
  </item>
  <item id="12501" article="a" name="coconut shrimp bake">
      <attribute key="weight" value="2000" />
      <attribute key="showcount" value="0" />
  </item>
  <item id="12505" article="a" name="sweet mangonaise elixir">
      <attribute key="weight" value="300" />
      <attribute key="showcount" value="0" />
  </item>
  <item id="12503" article="a" name="pot of blackjack">
      <attribute key="weight" value="1200" />
      <attribute key="showcount" value="0" />
  </item>
  <item id="12504" article="a" name="demonic candy ball">
      <attribute key="weight" value="950" />
      <attribute key="showcount" value="0" />
  </item>
  <item id="12288" article="a" name="snake sceptre">
      <attribute key="weight" value="1400" />
  </item>
  <item id="12464" article="an" name="exquisite wood">
      <attribute key="weight" value="500" />
  </item>
  <item id="12462" article="an" name="exquisite silk">
      <attribute key="weight" value="10" />
  </item>
  <item id="12467" article="a" name="flexible dragon scale">
      <attribute key="weight" value="80" />
  </item>
  <item id="12458" article="a" name="jean pierre cookbook II">
      <attribute key="weight" value="1500" />
  </item>
  <item id="12468" article="a" name="mystic root">
      <attribute key="weight" value="60" />
  </item>
  <item id="12469" article="a" name="magic crystal">
      <attribute key="weight" value="140" />
  </item>
  <item id="12457" article="a" name="marked crate">
      <attribute key="weight" value="8000" />
  </item>
  <item id="12381" article="a" name="ccribbled sheet of paper">
      <attribute key="weight" value="250" />
  </item>
 
Up: Mmm thanks
as viewed from where?
all these items I have them .. I find the following ids ..
Thunderion ids..
10765
10649
10650
12161
12162
10970
10971
10972
10973
10981
10982
11914-11919
11955
11898-11902
11958
12000
12001
12003-12014
11927
11515


<item id="12371z" fix this in your items.. >.<
 
Back
Top