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

Windows [OTX3 + ORTS Datapack] Depot Error

dArquien

New Member
Joined
Jan 21, 2017
Messages
14
Reaction score
0
Hello, I'm having an error when trying to use depot chests on OTX3 Server Files with ORTS Real Map Datapack. I'm guessing it's because the datapack was probably made for original TFS 1.2, which do not have multiple depot chests rather than for OTX3, which have them. When using standard OTX3's "data/actions" the crash happens after trying to open one of the numbered depot chests (1-17) and if using ORTS Real Map Datapack's "data/actions" the crash happens after opening the first depot chest. Server files and datapack files are a fresh download from their gits, nothing was modified. I can include a video if needed.
1st part of the error:
e6afc0d155549bf9894f2426e5d76b90.jpg

2nd part:
69fe4457775f5a028f1897813515a7a5.jpg


Please, help me solve this problem.
 
Solution
That is beacuse you are missing them in items.xml
add this into items.xml
XML:
<item id="25453" article="a" name="depot box I" />
   <item id="25454" article="a" name="depot box II" />
   <item id="25455" article="a" name="depot box III" />
   <item id="25456" article="a" name="depot box IV" />
   <item id="25457" article="a" name="depot box V" />
   <item id="25458" article="a" name="depot box VI" />
   <item id="25459" article="a" name="depot box VII" />
   <item id="25460" article="a" name="depot box VIII" />
   <item id="25461" article="a" name="depot box IX" />
   <item id="25462" article="a" name="depot box X" />
   <item id="25463" article="a" name="depot box XI" />
   <item id="25464" article="a" name="depot box XII" />
   <item...
That is beacuse you are missing them in items.xml
add this into items.xml
XML:
<item id="25453" article="a" name="depot box I" />
   <item id="25454" article="a" name="depot box II" />
   <item id="25455" article="a" name="depot box III" />
   <item id="25456" article="a" name="depot box IV" />
   <item id="25457" article="a" name="depot box V" />
   <item id="25458" article="a" name="depot box VI" />
   <item id="25459" article="a" name="depot box VII" />
   <item id="25460" article="a" name="depot box VIII" />
   <item id="25461" article="a" name="depot box IX" />
   <item id="25462" article="a" name="depot box X" />
   <item id="25463" article="a" name="depot box XI" />
   <item id="25464" article="a" name="depot box XII" />
   <item id="25465" article="a" name="depot box XIII" />
   <item id="25466" article="a" name="depot box XIV" />
   <item id="25467" article="a" name="depot box XV" />
   <item id="25468" article="a" name="depot box XVI" />
   <item id="25469" article="a" name="depot box XVII" />
 
Solution
Back
Top Bottom