• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

Action Tetris system by mock

Nothing happens for me, im useing TFS 0.2.7 Mystic spirit. I dont get any errors or anything, the lever just doesnt teleport me to the middle and the game doesnt start. :(
 
i dont know why, but the tetris dont stop on the "ground", he continues walking down till the end of the map XDDD
How to fix ?

(The configuration is ok)
 
(Tetris bug) For 3.6 is ok but Tetris bug on tfs0.4 (end game down game window Tibia7.0/7.1) :rolleyes:



EDIT: NOW IS OK, I TRADE

THIS
Code:
doPlayerSendTextMessage(config.data[2], 24, 'Game Over Tetris!')

FOR THIS
Code:
doPlayerSendTextMessage(config.data[2], 22, 'Game Over Tetris!')







All 24 for 22 :D
 
Last edited:
[14:54:48.318] [Error - Action Interface]
[14:54:48.318] In a timer event called from:
[14:54:48.318] data/actions/scripts/tetris.lua: onUse
[14:54:48.318] Description:
[14:54:48.318] (luaGetThingFromPos) Tile not found

Help..
 
Bump!

[14:54:48.318] [Error - Action Interface]
[14:54:48.318] In a timer event called from:
[14:54:48.318] data/actions/scripts/tetris.lua: onUse
[14:54:48.318] Description:
[14:54:48.318] (luaGetThingFromPos) Tile not found


The boxes ignore the walls, its just moving .. and bugging the shit
 
@ Swordthecoki.

You need to put a reload function in the script.

CyberM Has post a script with it , at 5/7 page.
 
Now lets config ^^ [code said:
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 = {
[/code]Photo
imagem3a.png

(Below the wall [pedestal, yellow wall] you must put an non-walkable sqm)

Red - Up-left position
Blue - Down-right position
Green - Position where player play
Pink - Where all block are created
Brown - Where player go when it lose
Light blue - 10 = 1 second to piece move
Black - Block itemid
Laranja - Effects (set false to dont show any effect)
Grey - if you want create new types of blocks have fun
Set switch to actionid 2387
If you want download the map

Video:
Versão 2.0​


Look ma sir, thats not working with me! Where do i put (LETS CONFIG NOW ^^^^^^^) howdy! I put this things where?!
 
Where i add that

PHP:
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 = {

Please Help!!!
 
I got alot of problems with this script tho... Im using TFS 0.4_DEV.

And I made a new style :D Here it is:

jt6wqa.png


PM if u want the map :)
 
Last edited:
Back
Top