• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Vip System

when i open my character give me this error
Code:
27/03/2014 23:41:12] Druid has logged in.
[27/03/2014 23:41:12] Error during getDataInt(vipdays).
[27/03/2014 23:41:12] Error during getDataInt(vipdays).
[27/03/2014 23:41:12] Error during getDataInt(vipdays).
[27/03/2014 23:41:12] Error during getDataInt(vipdays).
[27/03/2014 23:41:15] Error during getDataInt(vipdays).
[27/03/2014 23:41:18] Error during getDataInt(vipdays).
[27/03/2014 23:41:21] Error during getDataInt(vipdays).
[27/03/2014 23:41:23] Druid has logged out.
 
Use this query:

Code:
ALTER TABLE `accounts` ADD `vipdays` INTEGER(11) NOT NULL DEFAULT 0;
 
Back
Top