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

Problem adding actions

cocacola13

Member
Joined
Jan 18, 2019
Messages
179
Reaction score
12
Location
poland
Not enough details.
I have such a problem adds actions and after adding actions I get an error in the console
1570483934926.png
could anyone be able to help me?
 
Please read Support board rules before posting a thread

You are breaking rule number #5
5. Incomplete Problem Description:
Post as much useful information as possible. If the problem is about something on your server, post the server version and client version. Also always post the errors you get and the scripts with the problems.
Give as much information as possible(TFS version, OS, errors, scripts).
 
You've been adding script="x.lua" when it should be event="script" value="x.lua", you're not using 1.X.
 
Screenshot the top of your TFS to show us the version after scrolling up. I'm skeptical that you're using 0.3.6.
 
This server is based on TFS 1.2 and you tried updating a server from TFS 0.3.6 to this version? So you only copied/pasted actions.xml from old version to newer version.
This is how your actions.xml should look like.

and here is the server you are using check it to get to know everything you want about it.
 
this engine is shit you can not do anything with it a lot of errors not on my capabilities nothing works
I have a question, can I compile the engine without cmakelist?
 
You're getting errors cause you're literally just throwing an incompatible datapack into the engine and expecting it to work. You can't blame it on the engine when it's your fault.
And no, CMakeLists.txt is there for a reason, it's not just a random file you can throw away if you expect to compile on Linux.
 
You've been adding script="x.lua" when it should be event="script" value="x.lua", you're not using 1.X.

tfs 0.3.6 works okey with both script="x" and value="x"

Errors in console shows a empty function, so bug is in libs or in global funcions inside actions, maybe some script what executing a function multiple times or simple thing with extra end

you can import console to txt and check how many errors it displayed and match it to amount of actions you have, this will help you to check is your distro modified or original, cuz original shouldnt spam such errors, unless you are using different distro then 0.3.6 as you said
 
Last edited:
Back
Top