• 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

    TFS 1.2 How to OUTPUT.LOG

    Im migrating from TFS 0.4 to TFS 1.2 buy can´t get the output.log file to work. I had this working tag on my 0.4 config.lua : outputLog = "output.log", but it does not work in TFS 1.2 How can i do it guys? I want to get all the info from windows tfs console to a text file.
  2. Vesgo

    Windows Auto castle System

    I cant explain simpler as that, i cant understand me.... CREATE HOUSES, SET HOUSE TILE to the city CASTLES, and config the lua files.
  3. Vesgo

    Help with login please

    run this: CREATE TABLE IF NOT EXISTS `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...
  4. Vesgo

    Windows Auto castle System

    Cant see the img, is it solved?
  5. Vesgo

    Healling items stop working after logout - CLOSED

    ./protocolgame.cpp: In member function 'bool ProtocolGame::logout(bool, bool)': ../protocolgame.cpp:356: error: 'class MoveEvent' has no member named 'onPlayerDeEquip' make.exe: *** [obj//protocolgame.o] Error 1 Execution terminated Ty for you help, but got this now! I already included...
  6. Vesgo

    Windows Auto castle System

    Have you created a new town and set the donate houses to that town? This is the problem. I tested this script recently and it is working fine! You have to remove the donate houses from your original town, create a new town, for eg DONATE TOWN (you dont have to MAP a new town, just hit MAP>EDIT...
  7. Vesgo

    Healling items stop working after logout - CLOSED

    ../protocolgame.cpp: In member function 'bool ProtocolGame::logout(bool, bool)': ../protocolgame.cpp:351: error: 'CONST_SLOT_FIRST' was not declared in this scope ../protocolgame.cpp:351: error: 'CONST_SLOT_LAST' was not declared in this scope ../protocolgame.cpp:353: error: invalid conversion...
  8. Vesgo

    Healling items stop working after logout - CLOSED

    Thank you, i will try that!
  9. Vesgo

    Healling items stop working after logout - CLOSED

    Im using TFs 0.4 rev 3777. I noticed that if a player is using a soft boots (or any item that heals mana ou hp) logs out, when he comes back the item is still getting consumed (soft boots or rings) but does not heal anymore. He needs to wear it off and on again to get it working. Any hints?
  10. Vesgo

    How to add new item?

    Its is a custom item, remeres dont identify it by the client id or server id, you need to find it... i think you should start looking inside the raw itens menu... i dont know if theres an easiest way :/
  11. Vesgo

    Windows Error when loading tfs 0.4

    Tell what you need mate
  12. Vesgo

    How to add new item?

    I think you have a systax error at items.xml. check the attribute keys of the new items you made. Or maybe paste the new items code
  13. Vesgo

    Windows Error when loading tfs 0.4

    http://pastebin.com/UZCZwAn6 TFS 0.4 Trunk 3884
  14. Vesgo

    Windows Error when loading tfs 0.4

    TFS 0.4 , wich version you need? tibia version, i mean
  15. Vesgo

    Windows Error when loading tfs 0.4

    Sry mate, i did not understand what exactly you need
  16. Vesgo

    Windows Error when loading tfs 0.4

    yes
  17. Vesgo

    Windows Error when loading tfs 0.4

    Open you config.lua and erase ALL the commented lines, the ones started by --
  18. Vesgo

    npc and monsters don't load when ot is online help !!

    To downgrade, you just need to create a map in the version you want and import the map you want to downgrade. But you may get some bugged itens.
  19. Vesgo

    Problem with vocations

    Maybe a bugged vocations.xml? try to check it, os check you login.lua
Back
Top