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

Solved How to make a character a gm TFS 0.2.14

RedShore

Retired Hoster and Mapper
Joined
Jul 18, 2008
Messages
45
Reaction score
0
Location
Australia
How do you make a gm character in TFS 0.2.14

using the firefox addon

SQL Lite manager.

Do i need to change something in the account table?

2.jpg

Or the player table?

1.jpg

Help :)
 
Last edited:
Both :)

Go in account - find your account number for the GM char.

And take type = 5

Then go in players - find your GM Char

And take Group_Id = 3.

And fixed. :)
 
But this time your using SQL instead of XML, you'll pwn much more than before.
 
mysql is a little better than sqlite, but starting with sqlite is still great, and you learn about sql.
 
Nice, but which is the best database anyway? MySQL or SQLLite?

Well, that depends. Using mySQL is quite nice since you can manage the database from anywhere, using the phpmyadmin page. But you can't do that with sqlite since you need to edit a file that's on the harddrive on the server computer. I definately prefer mysql over sqlite. But sqlite is probably the easiest to start with, since you don't need to start a mysql server or anything like that to use it.
 
Back
Top