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

Action Tetris system by mock

[09/08/2010 00:50:50] [Error - Action Interface]
[09/08/2010 00:50:50] In a timer event called from:
[09/08/2010 00:50:50] data/actions/scripts/tetris.luanUse
[09/08/2010 00:50:50] Description:
[09/08/2010 00:50:50] (luaGetThingPosition) Thing not found

tfs 0.4 anyone help ?
 
local config = {
uppos = {x=1003,y=1010,z=7},
dowpos = {x=1009,y=1020,z=7},
playerpos = {x=1011,y=1017,z=7},
block_start={x=1006,y=1011,z=7},
exit={x=1011,y=1014,z=7},
delay=10,
item=1739,
effects = {
mark=3,
burn=15,
},
blocks = {

where do you add that part?
 
That goes into your action.lua section. He is showing you how to edit the lua script to get it to work on your server.
 
haha nice thats pretty crazy.
ht3.jpg
jh88.jpg
huang.10
 
it does not work on 0.4, boxes don't burn and player does not get any points
Mo8lts2.png


I checked confiiguration, it's ok for sure
 
Anyone an idea to add the Highscore on myaac ?
Post automatically merged:

C++:
Lua Script Error: [Main Interface]
in a timer event called from:
(Unknown scriptfile)
LuaScriptInterface::luaDebugPrint(). Deprecated function.
stack traceback:
        [C]: in function 'debugPrint'
        data/lib/compat/compat.lua:668: in function 'doSendAnimatedText'
        data/actions/scripts/tetris.lua:294: in function <data/actions/scripts/tetris.lua:284>
TFS 1.4
Can you help me fix it?
 
Last edited:
Back
Top