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

Search results

  1. Togu

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    For anybody trying to implement that on TFS 1.5: https://otland.net/threads/otc-mehah-fix-problems-in-increasing-the-map-view.285381/ Remeber you should also edit setup.otml
  2. Togu

    Elarion Online - Where Tibia 7.4 holds a special place in our hearts

    Tibia is a repetitive game and I used Mouse Recorder Pro on Tibianic (Medivia) to rune like crazy. Does this approach prevent using Mouse Recorder Pro?
  3. Togu

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    I'm trying to but I'm not sure which TFS version to use and which client. TFS 1.5 uses 12.87 files as default but 12.87 doesn't have .dat or .spr files and OTCV8 doesn't support 12.87. I'm having issues to compile TFS 1.4.2 on Windows. Also TFS schema comes without account or player created so I...
  4. Togu

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    I'll try to reimplement everything with the newest TFS and OTCV8
  5. Togu

    New technologies

    Why don't we have OTServers with Azure/AWS/Google Cloud support? Why don't we have websites made in React / Bootstrap? Using Laravel in website backend could be useful.
  6. Togu

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    I wish I could remember the code to help you but unfortunately I don’t have time to work on it and consequently I don’t remember anything from the code.
  7. Togu

    The Forgotten Tibia (no vocations, new skills, skills by points, dual wield, auto loot, quiver, etc)

    Map: GustavoContreiras/TheForgottenTibia (https://github.com/GustavoContreiras/TheForgottenTibia/tree/ba46bbeed0e31ca100b199a40feea4e3b82f4eee/Server/data/world) @Ftilt @Evil Puncker
  8. Togu

    [Germany/USA] [7.4] RetroCores [8/11 - 18:00 CET]

    Looks fun but it was impossible to play yesterday, died for lag stucked on the same sqm even clicking on the map :/
  9. Togu

    C++ How to make critical hit works for wands damage?

    Could you share with us that Lua solution?
  10. Togu

    C++ How to make critical hit works for wands damage?

    Some codes just execute on C++ OR on Lua scripts. I think thats the case. You have to duplicate the system to the staff.lua script or make it execute on C++ AND on Lua script.
  11. Togu

    How to change manaGain and healthGain during game

    I was looking on sources where to change theses values but I couldn't find. It looks like these addCondition, updateCondition and setParam are a little hard to understand. Do you guys have some tips? I want to make it based on skills
  12. Togu

    [OTClient] How to add new lua libraries?

    Worked for a simple file but not for the lua socket lib :/ ERROR: command failed: ...ojetos\OpenTibia\TheForgottenTibia\Client\lua\socket.lua:12: module 'socket.core' not found: no module 'socket.core' no field package.preload['socket.core'] no file '.\socket\core.lua' no file...
  13. Togu

    [OTClient] How to add new lua libraries?

    Loool Copy and paste that on lua terminal: os.execute("start http://reaper.fm") It totally fits my needs haha
  14. Togu

    Lua Function Game.loadMapChunk(path, position, remove)

    I was thinking it was some kind of system like /reload monsters /reload weapons But it is more like a "changeable map event", and that is a great work too! But dont fit my needs :(
  15. Togu

    [OTClient] How to add new lua libraries?

    Niceeeee, I was going to ask this now... "where to include the files of the socket library" hahahah I'm gonna try! Thanks!
  16. Togu

    Lua Function Game.loadMapChunk(path, position, remove)

    @Delusion if you want you can download here also GustavoContreiras/TheForgottenTibia (https://github.com/GustavoContreiras/TheForgottenTibia)
  17. Togu

    [OTClient] How to add new lua libraries?

    So, I want to create a button on client that download a file from internet, I need the "socket" library for that, I tried using socker = require("socket") on terminal on cliente but received: ERROR: command failed: :1: module 'socket' not found: no module 'socket' no field...
  18. Togu

    Shouldn't the map editor create a item.xml file?

    7.1 maps stores every tile in xml haha Would be good if someone develop an IDsChecker for .otbm files. Maybe a little window just with a list with setter and getter.
  19. Togu

    How to allowClone / disableKickOnLogin for specific players?

    I was looking for the "You are already login" string, REPLACE_KICK_ON_LOGIN and ALLOW_CLONES flags haha, should have simply read the method. COMPLETE SYSTEM: https://github.com/GustavoContreiras/TheForgottenTibia/commit/b19b901689b26aa0e3b015d2ef74bc9165fbb75b
Back
Top