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

Linux TFS 1.1 . Error in Start server

CyCu91

New Member
Joined
Aug 2, 2008
Messages
114
Reaction score
0
Hi all, i have little problem. When i used this comand " ./tfs " and done load map show me this error :

bhwvq1.png


I have source TFS 1.1 and files http://otland.net/threads/best-rele...ests-optimized-bug-fixing-open-source.204514/
My OS Debian 7 . Wheezy
 
Last edited:
Update your sources, the first parameter is now a Creature userdata instead of creature id.
 
function onStepOut(creature, item, position, fromPosition)
local player = creature:getPlayer()
if player and player:isInGhostMode() then
return true
end

local snowItem = Item(item.uid)
if item.itemid == 670 then
snowItem:transform(6594)
else
snowItem:transform(item.itemid + 15)
end
snowItem:decay()
return true
end

Show snow.lua
up
but compile the last sources
I compile last :(

Show snow.lua
Any one can help :p

And i have first errors and this:
s1s4n8.png

When I run clean server in adress otland/forgottenserver is all done and I no have problems. Maybe is I have wrong OS ??
 
Last edited by a moderator:
Back
Top