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

Help database! Rep

sandstorm

New Member
Joined
Dec 13, 2010
Messages
98
Reaction score
0


After this Table "TYPE" in "ACCOUNTS" is dissapear! I can't add gamemaster or something please Help me REP
 
You could try using a more stable distro such as 0.2.
Maybe you did something wrong whilst uploading tables to your database.
TBH: this is the first time i've ever seen this error.
 
I have this database from Mystic spirit 0.2.5
I have now crying damson 0.3.6pl1;sss
Can you give me any database?xD

Are you trolling? xD
You can't use the 0.2.5 DB with 0.3.6pl1.
Just redownload 0.3.6 from the distributions and use the mysql schema found in TFS/schemas.
 
Does Crying Damson even use TYPE?

If so then:
SQL:
ALTER TABLE `accounts` ADD `type` INT NOT NULL;

Also if you want to make a GM char just edit Group ID to 4, 5 or 6.
 
Back
Top