• 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. Vesgo

    Error? adding samples - Gesior2012 - TFS 0.3.6

    I really dont know, i used to remove all the comments from the config.lua (the lines started with -- ), thats all i remember when i used old tfs versions.
  2. Vesgo

    Error? adding samples - Gesior2012 - TFS 0.3.6

    ok, hope it works!
  3. Vesgo

    Error? adding samples - Gesior2012 - TFS 0.3.6

    I really dont know what to do now. I should recomend you to erase all your database, create it again, and use a new schema. I think the schema from TFS 0.4 is the same, i have this one, from TFS 0.4 rev 3777. Select all, copy and paste to a file called anything.sql, import to your new database...
  4. Vesgo

    Help, when i change my outfit in my god char it crashes

    You should erase it. Glad i could help!
  5. Vesgo

    Error? adding samples - Gesior2012 - TFS 0.3.6

    idk where to download a original TFS 0.3.6. But as you are going to delete all your database, before that, erase de players table and run this: CREATE TABLE `players` ( `id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `world_id` tinyint(2) UNSIGNED NOT NULL DEFAULT '0', `group_id`...
  6. Vesgo

    Healling items stop working after logout - CLOSED

    I just managed a way to test the sources, and they are working fine, i must have edited some sort of lua shi* and can solve it right now. But ty, the problem is not C++, it is lua for sure, i will dig after it now.
  7. Vesgo

    Help, when i change my outfit in my god char it crashes

    You should use an original outfits.xml, test for errors, if it is ok, then you add new outfits, one by one. If you cant find the error, go back, use the original file inside de trunk of your datapack, and add new ones.
  8. Vesgo

    Help, when i change my outfit in my god char it crashes

    I dont know what to do with client crashlogs, but you have a crasher outfit, for sure. You should keep just the "oficial" tibia outfits, run and test, and then, add new ones, one by on, until you find the "crasher"
  9. Vesgo

    HELP with xamppsecurity

    Missing DLLS. What server are you trying to run?
  10. Vesgo

    Error? adding samples - Gesior2012 - TFS 0.3.6

    INSERT INTO `players` (`id`, `name`, `world_id`, `group_id`, `account_id`, `level`, `vocation`, `health`, `healthmax`, `experience`, `lookbody`, `lookfeet`, `lookhead`, `looklegs`, `looktype`, `lookaddons`, `maglevel`, `mana`, `manamax`, `manaspent`, `soul`, `town_id`, `posx`, `posy`, `posz`...
  11. Vesgo

    Help, when i change my outfit in my god char it crashes

    What error? Crashed the client as with the god?
  12. Vesgo

    HELP with xamppsecurity

    no problem!
  13. Vesgo

    Error? adding samples - Gesior2012 - TFS 0.3.6

    http://pastebin.com/index.php
  14. Vesgo

    Lua Question Sote in Game

    Learning a little bit of the TFS 1.2 syntax. Ty
  15. Vesgo

    Error? adding samples - Gesior2012 - TFS 0.3.6

    Yeah, i need to check the collumns (id, name etc.), they must be the same. Btw, why dont you download again a clean version of the website? This is the repository of Gesior, click on BRANCH button and download the correct gesior for 0.3.6 https://github.com/gesior/Gesior2012 PS: If you do so, i...
  16. Vesgo

    HELP with xamppsecurity

    Try this: https://otland.net/threads/video-tutorial-from-nothing-to-a-fully-working-ot-server-website-and-shop-system.166818/
  17. Vesgo

    Lua Question Sote in Game

    LOL im pro in CTRLC CTRLV! Sry, dont know how to convert. I tryed to migrate from TFS 0.4 to TFS 1.2, without success, all functions are new, i wasnt able to convert a single actions kkkk
  18. Vesgo

    HELP with xamppsecurity

    What version are you using? Uninstall everything, delete the folders, and try uniserver
  19. Vesgo

    Lua Question Sote in Game

    Solved?
Back
Top