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

RevScripts TFS 1.3 Problem Vip System

Kouki

Member
Joined
Feb 5, 2016
Messages
67
Solutions
4
Reaction score
13
Hello, i have a problem. I use this Vip System and i got this error:

Code:
Lua Script Error: [Scripts Interface]
C:\Users\crash\vcpkg\otservbr-global\vc14\x64\Release\data\scripts\custom\vip_scroll.lua:callback
data/lib/vip_system.lua:98: attempt to index local 'data' (a nil value)
stack traceback:
        [C]: in function '__index'
        data/lib/vip_system.lua:98: in function 'addVipDays'
        ...obal\vc14\x64\Release\data\scripts\custom\vip_scroll.lua:6: in function <...obal\vc14\x64\Release\data\scripts\custom\vip_scroll.lua:4>

Someone know what i can do with it?
 
Did you load/register the login creaturescript data

player:loadVipData()
player:updateVipTime()
 
But is it triggering, try a print inside the loadvipdata function as the error is saying "data" doesn't exist.
 
For me this script is working but the extra options arent working. Can someone help me ? I add all like in this post and i don't have 20% more experience or 20% more loot.
 
Back
Top