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

Which functions are there in items.xml?

EvulMastah

๏̯͡๏﴿
Premium User
Joined
Aug 19, 2007
Messages
4,940
Solutions
11
Reaction score
353
What functions are possible at items.xml, I mean by that the ones like that:
Code:
		<attribute key="absorbPercentFire" value="10"/>
		<attribute key="skillShield" value="5"/>

Could someone post the rest or point me out where to find them?

Thanks.
 
Use a better name for the thread next time. I ignored this thread for a while just because it just said "Blabla" -.-

These are the attributes, they're already posted on this forum.

Code:
invisible
value
speed
healthGain
healthTicks
manaGain
manaTicks
manaShield
skillSword
skillAxe
skillClub
skillDist
skillFish
skillShield
skillFist
maxHitPoints
maxHitPointsPercent
maxManaPoints
maxManaPointsPercent
soulPoints
soulPointsPercent
magicPoints
magicPointsPercent
absorbPercentAll
absorbPercentEnergy
absorbPercentFire
absorbPercentPoison(or absorbPercentEarth)
absorbPercentLifeDrain
absorbPercentManaDrain
absorbPercentDrown
absorbPercentPhysical
 
Hey empty, do you know all possible colors for doSendAnimatedText function or where can I get them? coz it keeps writing in black :(
 
Try using numbervalues between 0 to 255.
 
Back
Top