• 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] Console and Player errors, unfortunately

dArquien

New Member
Joined
Jan 21, 2017
Messages
14
Reaction score
0
Thanks to freaked1 I've solved the depot error, but unfortunately there is more. I'm not good at LUA scripting at all, so I'm asking for help one more time. :/ I can include a video to any of those points. Didin't want to make 4 thrash threads for that, that's why it's in one thread. I'm using a clean installation of OTX3 and ORTS Real Map Datapack, nothing was modified, with the exception of items.xml in which I've added the Depot Error fix (added depot chests).

1. I get this error a lot in the console:
Code:
>> Loading script systems
[Warning - Action::loadFunction] Function "increaseItemId" does not exist.
[Warning - Action::loadFunction] Function "decreaseItemId" does not exist.
[Warning - Action::loadFunction] Function "increaseItemId" does not exist.
[Warning - Action::loadFunction] Function "decreaseItemId" does not exist.
[Warning - Action::loadFunction] Function "increaseItemId" does not exist.
[Warning - Action::loadFunction] Function "decreaseItemId" does not exist.
About 40-50 times.

2. I cannot move items:
a) from my inventory to the ground or a container, nor the other way;
b) items on the ground to a different position (for example: I cannot move a create near Thais depo to another position)
It spits out this error in the console:
Code:
Lua Script Error: [Event Interface]
data/events/scripts/player.lua:Player@onMoveItem
data/events/scripts/player.lua:112: attempt to call global 'isInArray' (a nil value)
stack traceback:
        [C]: in function 'isInArray'
        data/events/scripts/player.lua:112: in function <data/events/scripts/player.lua:102>

3. I cannot go up ladders
The error:
Code:
Lua Script Error: [Action Interface]
data/actions/scripts/other/teleport.lua:onUse
data/actions/scripts/other/teleport.lua:3: attempt to call global 'isInArray' (a nil value)
stack traceback:
        [C]: in function 'isInArray'
        data/actions/scripts/other/teleport.lua:3: in function <data/actions/scripts/other/teleport.lua:2>
And in the game: You cannot use this object.

4. Global Event error:
Code:
Lua Script Error: [GlobalEvent Interface]
data/globalevents/scripts/wrath of the emperor quest/spyHoles.lua:onThink
...alevents/scripts/wrath of the emperor quest/spyHoles.lua:19: attempt to call global 'isInArray' (a nil value)
stack traceback:
        [C]: in function 'isInArray'
        ...alevents/scripts/wrath of the emperor quest/spyHoles.lua:19: in function <...alevents/scripts/wrath of the emperor quest/spyHoles.lua:11>
[Error - GlobalEvents::think] Failed to execute event: WotESpyHoles
It repeats every few seconds.

I'd be very thankful to anyone that helps me solve those errors.
 
Back
Top