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

custom item crash

Hokku

Member
Joined
Jul 25, 2013
Messages
95
Reaction score
18
Location
Extremadura, Spain
Hello!
Im getting server crash with a items when adding it to my client, its a new tp like a magic forcefield,
just added the sprites and created the item with object builder (havent added any propiety here) and here is my item editor and items.xml.
I got a problem with a gem that i added too, it was a stackable and it crash the client too, have no animations, so i think is not animation bug.

EDIT: Forgot to say im using 10.77 with Tfs 1.1.

item editor
FLOC10B.png

items.xml
Code:
    <item id="24369" article="a" name="teleport portal">

        <attribute key="description" value="You can see the other side through it." />
                <attribute key="type" value="teleport" />
        <attribute key="effect" value="teleport" />
    </item>

 
Last edited:
Back
Top