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

[8.6] Flammingvets Data Pack

the way to fix the map where it has all those dragons in remeres map editor is go in to the folder of the server then data and then get copy the item.otb and then go to your windows button and computer e.t and navigate to the program files or something like that and then open it up find the remeres map editor folder open that up and then open the data folder then open the 860 folder and you should see item.otb replace this one with the one from your server items folder and you should be able to see everything good and clear :) hope this helped
 
this server is nice but really till u fix one bug, the next one is already infront of the door..

u will get a illnes until u fix this all and then if this ot wont be succesfull u waste so much time
for nothing .. better start a unique ots which u made ur self
 
this server is nice but really till u fix one bug, the next one is already infront of the door..

u will get a illnes until u fix this all and then if this ot wont be succesfull u waste so much time
for nothing .. better start a unique ots which u made ur self
why you use it?
 
Code:
CREATE TABLE `z_ots_comunication` (
`id` INT(11) NOT NULL AUTO_INCREMENT,
`name` VARCHAR(255) NOT NULL,
`type` VARCHAR(255) NOT NULL,
`action` VARCHAR(255) NOT NULL,
`param1` VARCHAR(255) NOT NULL,
`param2` VARCHAR(255) NOT NULL,
`param3` VARCHAR(255) NOT NULL,
`param4` VARCHAR(255) NOT NULL,
`param5` VARCHAR(255) NOT NULL,
`param6` VARCHAR(255) NOT NULL,
`param7` VARCHAR(255) NOT NULL,
`delete_it` INT(2) NOT NULL DEFAULT '1',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1
I only have sqlite where do i put this?
 
Back
Top