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

Lua start.lua tfs 0.4 Debian 7

Tongendia

New Member
Joined
Dec 28, 2013
Messages
64
Reaction score
0
[9:54:10.504] [Error - GlobalEvent Interface]
[9:54:10.504] data/globalevents/scripts/start.lua:onStartup
[9:54:10.504] Description:
[9:54:10.504] data/globalevents/scripts/start.lua:2: attempt to call field 'executeQuery' (a nil value)
[9:54:10.504] stack traceback:
[9:54:10.504] data/globalevents/scripts/start.lua:2: in function <data/globalevents/scripts/start.lua:1>
start.lua:

function onStartup()
db.executeQuery('UPDATE players SET online=0')
db.executeQuery('DELETE FROM player_storage WHERE `key` IN(126,127,128)')

doCreateNpc('Xodet', {x=569, y=2181, z=8})

doSetStorage(50290, 0)
doSetStorage(50320, 0)
end
 
Back
Top