• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. O.o o.O

    Solved [SOLVED] Where can i find the underwater config tile?

    for example in tfs 1.x in movements.xml <movevent event="StepIn" itemid="5405" script="drowning.lua"/> <movevent event="StepOut" itemid="5405" script="drowning.lua"/> and the script local condition = Condition(CONDITION_DROWN) condition:setParameter(CONDITION_PARAM_PERIODICDAMAGE, -20)...
  2. O.o o.O

    Dragonball Xenoverse

    seems to be an awesome game :D
  3. O.o o.O

    Maps on remere

    then u need custom client with custom spr and dat u need to edit tibia 8.60 spr and dat to be in 10.31 cuz 10.30 have more sprites that not exist in 8.60 so client will debug :)
  4. O.o o.O

    MySQL Table missing - What Query to add?

    here is mysql.sql xD http://pastebin.com/SEQ8USwn
  5. O.o o.O

    MySQL Table missing - What Query to add?

    try this CREATE TABLE `tile_items` ( `tile_id` INT UNSIGNED NOT NULL, `world_id` TINYINT(2) UNSIGNED NOT NULL DEFAULT 0, `sid` INT NOT NULL, `pid` INT NOT NULL DEFAULT 0, `itemtype` INT NOT NULL, `count` INT NOT NULL DEFAULT 0, `attributes` BLOB NOT NULL, UNIQUE...
  6. O.o o.O

    MySQL Table missing - What Query to add?

    Cheers <3 good for you brother
  7. O.o o.O

    MySQL Table missing - What Query to add?

    try this 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`...
  8. O.o o.O

    Windows Client Error :( after downgrade tfs 1.0

    i need too many players + no need too much donation <3 i just need to make a unique server :)
  9. O.o o.O

    MySQL Table missing - What Query to add?

    this for bans CREATE TABLE `bans` ( `id` INT UNSIGNED NOT NULL auto_increment, `type` TINYINT(1) NOT NULL COMMENT '1 - ip banishment, 2 - namelock, 3 - account banishment, 4 - notation, 5 - deletion', `value` INT UNSIGNED NOT NULL COMMENT 'ip address (integer), player guid or account...
  10. O.o o.O

    Maps on remere

    create new map and them import the 8.60 map into it <3 then you get 8.60 map in 10.31 version :)
  11. O.o o.O

    MySQL Table missing - What Query to add?

    try this CREATE TABLE `tiles` ( `id` INT UNSIGNED NOT NULL, `world_id` TINYINT(2) UNSIGNED NOT NULL DEFAULT 0, `house_id` INT UNSIGNED NOT NULL, `x` INT(5) UNSIGNED NOT NULL, `y` INT(5) UNSIGNED NOT NULL, `z` TINYINT(2) UNSIGNED NOT NULL, UNIQUE (`id`, `world_id`)...
  12. O.o o.O

    MySQL Table missing - What Query to add?

    http://otland.net/threads/tiles-error.21659/ http://otland.net/threads/sqlite-error-no-such-table-tiles.221950/#post-2131559 second one should fix it http://otland.net/threads/table-tiles-doesnt-exist.197113/#post-1898777
  13. O.o o.O

    Windows Client Error :( after downgrade tfs 1.0

    Mmm. good idea , i will give it a try so i see that most of people here in otland prefer latest client :} aha so i will transfer to latest client
  14. O.o o.O

    Windows Client Error :( after downgrade tfs 1.0

    man can't you read ? i asked which tfs should i use so Evil who told me this idea . :/ if i want to make a shit server .. i won't bother my self downgrading things or add new sprites + systems you should understand this <3 i want to make something special and i hear that tfs 1.x has the best...
  15. O.o o.O

    Windows Client Error :( after downgrade tfs 1.0

    no bots , cuz i will add custom sprites too :D also it will be anti-bot system <3 i'm not that kind of people :| if i want to make server just for bots , i can download datapack + little edit + run = server + bots and i will laugh while sitting on my chair <3
  16. O.o o.O

    Windows Client Error :( after downgrade tfs 1.0

    cuz i want to make 8.60 server :D i asked which version is better 0.2.8 or 0.3.6 or 0.3.7 or 0.4 .. i need stable version , idk. about feature cuz i can code them :) so Evil told me downgrade tfs 1.x , so i gave it a shoot xD btw i will try with OTClient
  17. O.o o.O

    Windows Client Error :( after downgrade tfs 1.0

    Hello otland .. as i posted before that i want to make server 8.60 and @Evil Puncker suggest to me , downgrade the tfs 1.0 to 8.60 so i did it with no error :< i removed mounts , market , browsefield kept training , icons of spells my question is when i try to login i get this error...
  18. O.o o.O

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    use 0.4 better guys this tfs is bugged
  19. O.o o.O

    Solved SQL Lite Error

    idk. if this the same xD http://otland.net/threads/mysql_real_query-update-players-set-onlinetimetoday-players-onlinetimetoday-60.76441/#post-784100 http://otland.net/threads/sqlit3-problem.119686/#post-1172930
  20. O.o o.O

    Solved SQL Lite Error

    isn't this the same ? http://otland.net/threads/z_ots_comunication.216200/ http://otland.net/threads/sqlite-error-no-such-table-z_ots_comunication.211503/
Back
Top