• 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+ problem with items.xml

Lbtg

Intermediate OT User
Joined
Nov 22, 2008
Messages
2,306
Reaction score
129
Hello, i updated my items.xml and i get this erros, how i make these things works and no errors ?

fix it.png
 
<attribute key="criticalhitchance" value="1" />
<attribute key="criticalhitamount" value="1" />
<attribute key="lifeleechamount" value="1" />
<attribute key="lifeleechchance" value="1" />
<attribute key="manaleechamount" value="1" />
<attribute key="manaleechchance" value="1" />
 
Your sources do not support these attribute keys. You need to add support or remove the attribute.
using tfs 1.3 master 10,98
Post automatically merged:

<attribute key="criticalhitchance" value="1" />
<attribute key="criticalhitamount" value="1" />
<attribute key="lifeleechamount" value="1" />
<attribute key="lifeleechchance" value="1" />
<attribute key="manaleechamount" value="1" />
<attribute key="manaleechchance" value="1" />
hm will check
 
not understanding that there's differences between engine versions & their respective data packs after 13 years of being on this forum is rather weird
well as i remember it was always edited all tfs at other side at the sea.


Question to all, do somebody have updated items.xml file for tfs 1.3 10.98 +12.7 sprites and can share with me or make a deal xd ?
 
Oke guys i use normal items.xml from master tfs... Now i added normaly and have this problem:

1628848810914.png

Lua:
    </item>
    <item id="8925" article="a" name="solar axe">
        <attribute key="weight" value="11000" />
        <attribute key="defense" value="29" />
        <attribute key="attack" value="78" />
        <attribute key="weaponType" value="axe" />
        <attribute key="extradef" value="3" />
        <attribute key="CRITICALHITCHANCE" value="10" />
    </item>

It doesnt give the skill it writes on item, how i can fix it ? Im using tfs 1,3 master
 
Add item to movements.xml
Seems fixed the problem, now checking if its realy working. Cant see any critical message yet :(

aswell maybe can help with this anyone ?
Lua:
Lua Script Error: [TalkAction Interface]
data/talkactions/scripts/place_monster.lua:onSay
data/talkactions/scripts/place_monster.lua:9: attempt to call method 'isRewardBoss' (a nil value)
stack traceback:
        [C]: in function 'isRewardBoss'
        data/talkactions/scripts/place_monster.lua:9: in function <data/talkactions/scripts/place_monster.lua:1>
Post automatically merged:

Add item to movements.xml
Seems like critial hits works, but life leech or mana leech doesnt work :( any ideas how i can check if all is correctly working ?
 
Last edited:
Back
Top