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

MoveEvent "real tibia svargrond arena" for TFS 0.3.4 ver. 3

Status
Not open for further replies.
Where to add this
Code:
dofile(getDataDir() .. "lib/arena.lua")
in TFS 0.3.6??
 
my problem
PHP:
[20/12/2009 16:30:24] [Error - MoveEvents Interface] 
[20/12/2009 16:30:24] data/movements/scripts/arenaroom.lua:onStepIn
[20/12/2009 16:30:24] Description: 
[20/12/2009 16:30:24] (luaGetCreatureName) Creature not found

[20/12/2009 16:30:24] [Error - MoveEvents Interface] 
[20/12/2009 16:30:24] data/movements/scripts/arenaroom.lua:onStepIn
[20/12/2009 16:30:24] Description: 
[20/12/2009 16:30:24] data/movements/scripts/arenaroom.lua:30: attempt to concatenate a boolean value
[20/12/2009 16:30:24] stack traceback:
[20/12/2009 16:30:24] 	data/movements/scripts/arenaroom.lua:30: in function <data/movements/scripts/arenaroom.lua:1>
 
do new file 200-data.lua and paste
PHP:
dofile(getDataDir() .. "lib/arena.lua")
 
I'm using this for 0.3.6 everything works fine.
You don't need to create a "200-data.lua" and paste in the "dofile-thingy".
Just put arena.lua at /lib/ and it will load automatically.

Everything works fine for me, except the goblet description.
You have to change description thingy. (Someone already posted it in this thread) ;)
 
Nevermind, got it working. The only problem is that I get teleported to the kick pos when finishing the arena. And the goblet doesnt work (not needed doh)
 
Last edited:
The english link is working, but i've test it in 0.3.6, and didn't work. The log doesn't register any bug, but when you kill monster, the script don't 'register' the kill, and you cant advanced for another room..

Someone knows how and where is the bug, please post here.
 
When i go to the TP after i've killed the monster has the MSG: First kill monster! BUT I'VE KILLED!

someone can help mee? I realy need this.. thanks
 
When I step on the goblet tile the goblet dont appear, when I go off the tile there appears a hole, any one knowes why?
 
Status
Not open for further replies.
Back
Top