• 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+ Broken item with weapons tfs 1.5

bpm91

Intermediate OT User
Joined
May 23, 2019
Messages
928
Solutions
7
Reaction score
127
Location
Brazil
YouTube
caruniawikibr
hello, I would like to know how do I edit, for example, this jar to be broken with weapons?
tfs 1.5WhatsApp Image 2022-10-03 at 07.56.48.jpeg
 
Solution
See how other items are declared:
Code:
    <item id="1614" article="a" name="big table">
        <attribute key="destroyTo" value="2253" />
    </item>
See how other items are declared:
Code:
    <item id="1614" article="a" name="big table">
        <attribute key="destroyTo" value="2253" />
    </item>
 
Solution
Back
Top