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

SQL problem. Please help!

PHP:
CREATE TABLE `tiles`
(
	`id` INT NOT NULL AUTO_INCREMENT,
	`x` INT(5) UNSIGNED NOT NULL,
	`y` INT(5) UNSIGNED NOT NULL,
	`z` TINYINT(2) UNSIGNED NOT NULL,
	PRIMARY KEY (`id`),
	KEY (`x`, `y`, `z`)
) ENGINE = InnoDB;
 
PHP:
CREATE TABLE `tiles`
(
	`id` INT NOT NULL AUTO_INCREMENT,
	`x` INT(5) UNSIGNED NOT NULL,
	`y` INT(5) UNSIGNED NOT NULL,
	`z` TINYINT(2) UNSIGNED NOT NULL,
	PRIMARY KEY (`id`),
	KEY (`x`, `y`, `z`)
) ENGINE = InnoDB;


In the "Forgotten.db"?

SQL is not my speciality so a little "guide" would be nice

:wub:
 
I'm verry close now ,

This is my last problem i think, Marcinek do you know where i change my temple positon?

http://www2.speedy*****malware.localhost/data/832606289/14166964/91092894/templepostions.JPG

Thanks for quick answer!
 
localhost/phpmyadmin/ -> otserv -> players -> Sorcerer, Druid, Knight, Paladin, Rookie(?) Sample -> town_id, posx, posy, posz.

Mapeditor -> edit -> Towns...
 
Back
Top