• 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 TFS 0.3.6 v8

drifter8779

Member
Joined
Oct 17, 2009
Messages
160
Reaction score
7
Using this vip system (Mod): http://otland.net/threads/mod-kekox-the-best-vip-system-ever-rewritten-to-mod.177079/

I get this Error on using the Item to add days:
Code:
[10/03/2014 03:07:07] [Error - Action Interface]
[10/03/2014 03:07:07] buffer:onUse
[10/03/2014 03:07:07] Description:
[10/03/2014 03:07:07] [string "--- Vip functions by Kekox..."]:13: attempt to call field 'query' (a nil value)
[10/03/2014 03:07:07] stack traceback:
[10/03/2014 03:07:07]    [string "--- Vip functions by Kekox..."]:13: in function 'doAddVipDays'
[10/03/2014 03:07:07]    [string "loadBuffer"]:9: in function <[string "loadBuffer"]:4>

A fix is stated saying
Code:
gotta go into your database and set the VIP value to 0 as the default value the table they give you to add is stupid and makes it a NULL value.

But i have no idea how to update the Table..
 
34 is not a talktype in TFS 0.3.6, that's why the client debugs. You can use TALKTYPE_ORANGE_1 or TALKTYPE_MONSTER instead of 34 (it's the same, TALKTYPE_ORANGE_1 is a compat and will also work on other servers).
 
Back
Top