• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Absorbpercent ok.. but wheres increasepercent??

ex eclipse

New Member
Joined
Jul 15, 2007
Messages
282
Reaction score
1
Location
Brazil
Hello guys, im trying to make an item that increase attack power.. but i only see the option absorbpercent in items.xml.. is there a way to configure an item to INCREASEpercent ?? evolutions had it.. im updating server to 8.11 and didnt find this option in TFS. thanks
 
im using TFS, and didnt find any atribbute to increase magical or physical attack of an item, in evolutions you could configure for example:
<attribute key="increaseMagicPercent" value="25"/>
<attribute key="increasePhysicalPercent" value="10"/>

but in TFS i didnt find any function to increase physical/magical damage =/ only "absorbpercent", so i wanted to know how to do that in TFS or is it impossible?
 
Last edited:
Code:
invisible
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
suppressDrunk
suppressEnergy
suppressFire
suppressPoison
suppressLifeDrain
suppressDrown
suppressFreeze
suppressDazzle
suppressCurse
 
Back
Top