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

Windows Guild wars error in console!

jo31

New Member
Joined
May 24, 2010
Messages
70
Reaction score
1
Location
Sweden
i get this error in console when 2 people from different guilds is in guild wars and killing eachother.
PHP:
[Error - mysql_store_result] Query: SELECT `id` FROM `znote_guild_wars` WHERE `status` = 1 AND ((`guild1` = 1 AND `guild2` = 3) OR (`guild1` = 3 AND `guild2` = 1))
Message: Unknown column 'status' in 'where clause'


TFS 1.3
Znote AAC, Phpmyadmin
 
@roriscrave
Post automatically merged:

Code:
[Error - mysql_real_query] Query: SELECT `id` FROM `znote_guild_wars` WHERE `status` = 1 AND ((`guild1` = 1 AND `guild2` = 3) OR (`guild1` = 3 AND `guild2` = 1))
Message: Unknown column 'status' in 'where clause'
[Error - mysql_store_result] Query: SELECT `id` FROM `znote_guild_wars` WHERE `status` = 1 AND ((`guild1` = 1 AND `guild2` = 3) OR (`guild1` = 3 AND `guild2` = 1))
Message: Unknown column 'status' in 'where clause'
After Sorcerer has logged out.

Lua Script Error: [Main Interface]
in a timer event called from:
(Unknown scriptfile)
data/creaturescripts/scripts/randomstats.lua:138: attempt to index local 'it_u' (a nil value)
stack traceback:
        [C]: in function '__index'
        data/creaturescripts/scripts/randomstats.lua:138: in function 'assign_loot_Stat'
        data/creaturescripts/scripts/randomstats.lua:140: in function 'assign_loot_Stat'
        data/creaturescripts/scripts/randomstats.lua:252: in function <data/creaturescripts/scripts/randomstats.lua:247>

I get this error in console when players in Guild Wars kill eachother
 
Last edited:
Back
Top