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

TFS 1.X+ item glitch

Lbtg

Intermediate OT User
Joined
Nov 22, 2008
Messages
2,310
Reaction score
130
Hello all, i got this strange glitch in 1.3+ tfs

You see grasshopper legs (Arm:70, protection all +5%, speed +10, speed +10).
It weighs 32.00 oz.


in xml file its like this

Lua:
    <item id="15490" name="grasshopper legs">
        <attribute key="weight" value="3200" />
        <attribute key="armor" value="70" />
        <attribute key="slotType" value="legs" />
        <attribute key="speed" value="20" />
        <attribute key="absorbPercentAll" value="5"/>

Any idea why it shows so strange ? not like normal 20 speed ?

thanks in advance
 
If it shows , speed +10, speed +10, it's bug in item description generator.
Value 10 is ok. Speed is divided by 2.
I don't know, if it's still valid format for new Tibia version. On old versions it was '+2 speed per level', so value 20 is diplayed as 10, which means 'it gives speed like +10 levels'.
 
in source speed is divided by 2
how i can fix this ?

If it shows , speed +10, speed +10, it's bug in item description generator.
Value 10 is ok. Speed is divided by 2.
I don't know, if it's still valid format for new Tibia version. On old versions it was '+2 speed per level', so value 20 is diplayed as 10, which means 'it gives speed like +10 levels'.
I use 10.98, yeah if on items.xml is speed 20, in reality it shows 10 speed, but item desc. shows 2x same attribute, any ideas how i can fix this ?
 
Back
Top