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

Bug With mod (team event)

vvglex

New Member
Joined
Jan 2, 2015
Messages
162
Reaction score
2
hey i get this when event is done

Code:
[Error - CreatureScript Interface]
domodlib('teamFunctions')

function onLogout(cid)
clearTeamEventStorages(cid)
if thereIsAWinner() then
endTeamEvent("KO")
end
return true
end

:onLogout
Description:
(luaGetThingPosition) Thing not found

[Error - CreatureScript Interface]
domodlib('teamFunctions')

function onLogout(cid)
clearTeamEventStorages(cid)
if thereIsAWinner() then
endTeamEvent("KO")
end
return true
end

:onLogout
Description:
data/lib/032-position.lua:2: attempt to index local 'position' (a boolean value)
stack traceback:
        data/lib/032-position.lua:2: in function <data/lib/032-position.lua:1>
        (tail call): ?
        [string "domodlib('teamSetting')..."]:237: in function 'clearTeamEventStorages'
        [string "LuaInterface::loadBuffer"]:4: in function <[string "LuaInterface::loadBuffer"]:3>
Aries has logged in.

i use this script for tfs 0.4 http://otland.net/threads/mod-full-auto-war-teambattle-event-with-random-rewards.92825/
please help :) @Limos
 
Back
Top