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

Recent content by celohere

  1. celohere

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    movements.xml
  2. celohere

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    2015 and 2017 1762983958 Just change the map for another one : [8.0][TFS 1.x] Realera - Real Map (https://otland.net/threads/8-0-tfs-1-x-realera-real-map.249384/)
  3. celohere

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    https://otland.net/threads/8-0-tfs-1-2.263797/post-2596986
  4. celohere

    [8.0] [TFS 1.2] - Server Global Full [Real Map]

    It is compiled with Visual Studio 2015, not 2019.
  5. celohere

    Lua hangable problem

    My guess is that some walls are not marked with the flags horizontal or vertical in items.otb. You can see that it works on the wall with ID 1050 and does not work on the wall with ID 1052.
  6. celohere

    Problem with acc maker znote acc

    I'm glad it worked. Mark it as the best answer so everyone can see that this problem has been solved.
  7. celohere

    Problem with acc maker znote acc

    Go to phpMyAdmin, select your database, access the sql tab, CTRL+V the sql command and execute the query.
  8. celohere

    Problem with acc maker znote acc

    What is the server version? I'm pretty sure that tfs 1x doesn't use the player_skills table. Anyway, if you really need this table, use this command: CREATE TABLE IF NOT EXISTS `player_skills` ( `player_id` INT(11) NOT NULL, `skillid` INT(11) NOT NULL, `value` INT(10) UNSIGNED NOT...
  9. celohere

    Problem with acc maker znote acc

    The message is literally telling you what the problem is. Your database does not have the player_skills table. Make sure you used the correct configuration for this part: https://github.com/Znote/ZnoteAAC/blob/master/config.php#L17
  10. celohere

    Compiling Old player looking for old version (~08.00) setup help

    https://otland.net/threads/8-0-tfs-1-2-server-global-full-real-map.280265/ https://otland.net/threads/7-4-7-8-7-92-8-0-sabrehaven-com-based-on-nostalrius-7-7-fork.283603/
  11. celohere

    Solved Possible to make runes unlimited in specified area?

    You can do the same to ammunation. https://github.com/celohere/forgottenserver/commit/778184a25146d21d56be36f85e25b8d90a5d32b5
  12. celohere

    Solved Possible to make runes unlimited in specified area?

    https://github.com/celohere/forgottenserver/commit/2ec79ce8f6d5262c8ed8d0f1c95fbcc01fed89ec
  13. celohere

    [8.0] - TFS 1.2

    I had some free time and was playing around with my server. And as I always liked the multiworld system, I decided to give it a try... https://github.com/celohere/forgottenserver/tree/Multi-world...
  14. celohere

    Compiling Java Server, help with Client

    Looks like there's a item on the map that doesn't exist on items.xml (item witth id 41215), try to remove this item from the map.
  15. celohere

    Looking for [Dev] - TFS 1.2 - Tibia 8.0

    https://github.com/celohere/forgottenserver/compare/master...exhausted-old-school?diff=split&w=
Back
Top