• 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 Server won't doesn't have monsters dying..

leokart7

New Member
Joined
Mar 19, 2015
Messages
46
Reaction score
0
Hello,
I'm attempting to make my own server and messed around with it a bit, maybe a bit too much. There is an error where whenever I kill a monster it dies but his body is still there and it is still targetable and I have no idea why.
It gives me the following error:
[30/05/2016 15:08:00] [Error - CreatureScript Interface]
[30/05/2016 15:08:00] data/creaturescripts/scripts/killinginthenameof.lua:eek:nKill
[30/05/2016 15:08:00] Description:
[30/05/2016 15:08:01] data/creaturescripts/scripts/killinginthenameof.lua:12: attempt to index global 'tasks' (a nil value)
[30/05/2016 15:08:01] stack traceback:
[30/05/2016 15:08:01] data/creaturescripts/scripts/killinginthenameof.lua:12: in function <data/creaturescripts/scripts/killinginthenameof.lua:1>
[30/05/2016 15:08:01] GOD Otswe has logged out.
[30/05/2016 15:08:02] Wizava has logged in.
[30/05/2016 15:08:05] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: z_ots_comunication (SELECT * FROM "z_ots_comunication" WHERE "type" = 'login';)
[30/05/2016 15:08:36] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: z_ots_comunication (SELECT * FROM "z_ots_comunication" WHERE "type" = 'login';)

Also there is this weird SQLITE error as you can see in the last 2 lines.. no idea why that is happening etiher.
Can someone help?
 
Hello,
I'm attempting to make my own server and messed around with it a bit, maybe a bit too much. There is an error where whenever I kill a monster it dies but his body is still there and it is still targetable and I have no idea why.
It gives me the following error:
[30/05/2016 15:08:00] [Error - CreatureScript Interface]
[30/05/2016 15:08:00] data/creaturescripts/scripts/killinginthenameof.lua:eek:nKill
[30/05/2016 15:08:00] Description:
[30/05/2016 15:08:01] data/creaturescripts/scripts/killinginthenameof.lua:12: attempt to index global 'tasks' (a nil value)
[30/05/2016 15:08:01] stack traceback:
[30/05/2016 15:08:01] data/creaturescripts/scripts/killinginthenameof.lua:12: in function <data/creaturescripts/scripts/killinginthenameof.lua:1>
[30/05/2016 15:08:01] GOD Otswe has logged out.
[30/05/2016 15:08:02] Wizava has logged in.
[30/05/2016 15:08:05] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: z_ots_comunication (SELECT * FROM "z_ots_comunication" WHERE "type" = 'login';)
[30/05/2016 15:08:36] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: z_ots_comunication (SELECT * FROM "z_ots_comunication" WHERE "type" = 'login';)

Also there is this weird SQLITE error as you can see in the last 2 lines.. no idea why that is happening etiher.
Can someone help?
A table called "tasks" is missing, add it to your lib or disabled the follow script.
 
@narko however, do you know how to make it so people can't logout if they are fighting? right now my server i can logout at any moment,
also do you know whats up with this error?
[30/05/2016 15:08:36] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: z_ots_comunication (SELECT * FROM "z_ots_comunication" WHERE "type" = 'login';)
 
Last edited:
@narko however, do you know how to make it so people can't logout if they are fighting? right now my server i can logout at any moment,
also do you know whats up with this error?
[30/05/2016 15:08:36] OTSYS_SQLITE3_PREPARE(): SQLITE ERROR: no such table: z_ots_comunication (SELECT * FROM "z_ots_comunication" WHERE "type" = 'login';)
If it's just you, and you have an admin character on your account, then that's the reason.
It sets your account access higher so any char can logout at any time.
 
Back
Top