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

[MySQL] Error in consile

mesosot

Member
Joined
Aug 16, 2007
Messages
356
Reaction score
5
i have multi servers / 2 servers in 1 PC and same database , so i have only 1 Acc for two servers , but when i log in the second server it give me this sql error

Code:
mysql_real_query<>: select "vip_time"from "accounts" where "name" = "123456" ; - MYSQL Error : unknown colume "vip_time" in field list" <1054 >

so how i solve dat

sorry for english :P
 
It really doesn't matter if you don't use Vip system cuz this was an error of it :) This solved the error but if someone gets vip somehow and your server has somekind of vip script which will give special advantages for them without your premission :)
I suggest you to search your creaturescripts/mods if there is something to do with vip system, also search in actions.xml/movements.xml with keyword "vip", it shows you if it has any vip scripts, at least if they'r named with vip XXXX.lua
 
Back
Top