• 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.
After i kill the last monster i try enter in teleport to go in room itens ... and apper: 13:49 You did arena at level 3! Now you can take your reward.
13:49 First kill monster!..

and dont go ... i try enter in tp but dont go ..

and .. if i try leave arena

only show

13:49 You left arena!
13:49 You left arena!

but dont happen anything
 
Gesior, now you have to return booleans using LUA. So return 0/1 won't work :p
 
Then try to execute code:
Code:
if doPlayerRemoveMoney(cid, 100) == 0 then
doPlayerSendTextMessage(cid,22,"Noob..")
elseif doPlayerRemoveMoney(cid, 100) == FALSE then
doPlayerSendTextMessage(cid,22,"Blah blah..")
end
 
How about making it more "real" with using stones blocking path? :D
 
Last edited:
Download link are broken ;X

Please...
uploadhyper.com <- offline
Upload in other website please. ThxD
 
Last edited:
After i kill the last monster i try enter in teleport to go in room itens ... and apper: 13:49 You did arena at level 3! Now you can take your reward.
13:49 First kill monster!..

and dont go ... i try enter in tp but dont go ..

and .. if i try leave arena

only show

13:49 You left arena!
13:49 You left arena!

but dont happen anything
 
Gesior,
here download link are broken too...
;/

UploadHyper.com - upload your files here <- offline here... ;/
 
Im getting this error :/
Code:
[05/06/2009 09:05:37] Lua Script Error: [MoveEvents Interface] 
[05/06/2009 09:05:37] data/movements/scripts/arena/arenaroom.lua:onStepIn

[05/06/2009 09:05:37] data/movements/scripts/arena/arenaroom.lua:16: attempt to compare number with string
[05/06/2009 09:05:37] stack traceback:
[05/06/2009 09:05:37] 	data/movements/scripts/arena/arenaroom.lua:16: in function <data/movements/scripts/arena/arenaroom.lua:1>
 
Hello,Gesior

Hello,Gesior TFS works perfect in 0.3.4 good job
!!!!!congratulations¡¡¡¡¡¡¡ ;)
 
svargrond-arena-tfs034-english-v3.zip - UploadHyper.com
Work:
PHP:
	 svargrond-arena-tfs034-english-v3.zip (65.84 KB)
This file has been downloaded 28 times.
Last downloaded: 9 hours and 43 min ago.

Yes, but you couldn't download anything yesterday from UploadHyper, as their download servers were offline.

OnTopic:
After killing a creature it doesn't register the kill. So it says: "First kill monster..."
Have no idea why it's not working.
 
Status
Not open for further replies.
Back
Top