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

TFS 0.X [OTX 2] Bug in creaturescripts after ban player

potinho

Advanced OT User
Joined
Oct 11, 2009
Messages
1,402
Solutions
17
Reaction score
150
Location
Brazil
Hi guys, I'm having a strange behavior on my server. After banning a player and he tries to log in, the ban message no longer appears (it did before). What I noticed is that the Account Manager tries to log in and gives a connection error in the client, and several creaturescripts that work normally give an error in the console. Can you help me please?


2022-08-01 11:42:21 - Account Manager has logged in.
2022-08-01 11:42:21 - Account Manager has logged out.
2022-08-01 11:42:21 -
2022-08-01 11:42:21 - [Error - CreatureScript Interface]
2022-08-01 11:42:21 - data/creaturescripts/scripts/blocktrade.lua:eek:nLogin
2022-08-01 11:42:21 - Description:
2022-08-01 11:42:21 - (internalGetPlayerInfo) Player not found when requesting player info #18
2022-08-01 11:42:21 -
2022-08-01 11:42:21 - [Error - CreatureScript Interface]
2022-08-01 11:42:21 - data/creaturescripts/scripts/blocktrade.lua:eek:nLogin
2022-08-01 11:42:21 - Description:
2022-08-01 11:42:21 - data/creaturescripts/scripts/blocktrade.lua:2: attempt to concatenate a boolean value
2022-08-01 11:42:21 - stack traceback:
2022-08-01 11:42:21 - data/creaturescripts/scripts/blocktrade.lua:2: in function <data/creaturescripts/scripts/blocktrade.lua:1>
2022-08-01 11:42:21 -
2022-08-01 11:42:21 - [Error - CreatureScript Interface]
2022-08-01 11:42:21 - data/creaturescripts/scripts/vipover.lua:eek:nLogin
2022-08-01 11:42:21 - Description:
2022-08-01 11:42:21 - (internalGetPlayerInfo) Player not found when requesting player info #19
2022-08-01 11:42:21 -
2022-08-01 11:42:21 - [Error - CreatureScript Interface]
2022-08-01 11:42:21 - data/creaturescripts/scripts/vipover.lua:eek:nLogin
2022-08-01 11:42:21 - Description:
2022-08-01 11:42:21 - data/lib/050-function.lua:558: attempt to concatenate a boolean value
2022-08-01 11:42:21 - stack traceback:
2022-08-01 11:42:21 - data/lib/050-function.lua:558: in function 'getAccountStorage'
2022-08-01 11:42:21 - data/lib/050-function.lua:579: in function 'getAccountVIP'
2022-08-01 11:42:21 - data/lib/050-function.lua:575: in function 'isVIP'
2022-08-01 11:42:21 - data/creaturescripts/scripts/vipover.lua:3: in function <data/creaturescripts/scripts/vipover.lua:1>
2022-08-01 11:42:21 -
2022-08-01 11:42:21 - [Error - CreatureScript Interface]
2022-08-01 11:42:21 - data/creaturescripts/scripts/criticalmulti.lua:eek:nLogin
2022-08-01 11:42:21 - Description:
2022-08-01 11:42:21 - (luaGetCreatureStorage) Creature not found
2022-08-01 11:42:21 -
2022-08-01 11:42:21 - [Error - CreatureScript Interface]
2022-08-01 11:42:21 - data/creaturescripts/scripts/criticalmulti.lua:eek:nLogin
2022-08-01 11:42:21 - Description:
2022-08-01 11:42:21 - (luaGetCreatureStorage) Creature not found
2022-08-01 11:42:21 -
2022-08-01 11:42:21 - [Error - CreatureScript Interface]
2022-08-01 11:42:21 - data/creaturescripts/scripts/criticalmulti.lua:eek:nLogin
2022-08-01 11:42:21 - Description:
2022-08-01 11:42:21 - data/creaturescripts/scripts/criticalmulti.lua:5: attempt to compare boolean with number
2022-08-01 11:42:21 - stack traceback:
2022-08-01 11:42:21 - data/creaturescripts/scripts/criticalmulti.lua:5: in function <data/creaturescripts/scripts/criticalmulti.lua:1>
 
Back
Top