• 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] save account problem

elking

Swev-v2.sytes.net Comming Soon !<>!
Joined
Aug 20, 2012
Messages
445
Reaction score
28
Location
Egypt
Hello people of OTLand.

I get this problem when I try to login with anycharacter or hit enter only
It might delay , it also happened during play in Ot

10483161_572305882890726_70789098_n.jpg

I use TFS 0.4 trunk 3884

BUMP
 
Last edited by a moderator:
You script it works
are you sure have added in your 050-functions ,the functions
getPlayerVipDays ? post your 050-functions
data/lib/050-functions.lua
 
Yes.. try remove your column and added again ,how you need enter SQL
Use - Structure in Players..
and search your vipdays (put in X) to remove and remove.
and back added your vipdays (Query exactly)

Code:
ALTER TABLE `players` ADD
`vipdays` int(11) NOT NULL DEFAULT 0;
 
Yes.. try remove your column and added again ,how you need enter SQL
Use - Structure in Players..
and search your vipdays (put in X) to remove and remove.
and back added your vipdays (Query exactly)

Code:
ALTER TABLE `players` ADD
`vipdays` int(11) NOT NULL DEFAULT 0;

I tried but I think there is problem with mysql.sql because it was work fine when I was try it with Sqlite.sql
now give this error
10476513_575056219282359_1644984584_n.jpg
 
Ok well.. listen
explain 100% what is your problem and how u added your sistem.
and what u want fix
My problem is getting error and kick when I try to create account or character by vip effect
10379247_574022312719083_1281796159_n.jpg

and this happend when I try to login after getting problem
its didn't open any account however there is account in phpmyadmin
10483161_572305882890726_70789098_n.jpg

I added vipdays which you was made it to me in other thread
Or just do the MySQL setup again from the start (so delete what you have now), you probable did something wrong.
Follow this tutorial.
http://otland.net/threads/video-tut...ing-ot-server-website-and-shop-system.166818/

Make sure you import the mysql schema from your server.
Ok I will try now
 
Back
Top