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

  1. D

    cmake .. error lua

    @jefersonzc install required boost version or newer
  2. D

    How to import new outfit to 8.6 spr?

    adjust to 8.6, reduce the Pattern Y to 2 or 1 dont remember, so u will not have anymore the mount
  3. D

    [ServicePort::open] Error: bind: Address already in use

    reboot your vps, or learn to kill exsists process, 100% sure u have in background already launched TFS.
  4. D

    New on Otland – What’s the best free OT server to start building my own game?

    i cant agree, i would suggest 1.4 as base then work at this for your need Retro / Rl Tibia whatever, since u have source u can do everything with that
  5. D

    reward for killing within the area

    if its something like an event, add storage / table (when player start to participate the event) with playerId so u can check if player participating event, instead of scan every kill xx tiles
  6. D

    OTClient HELP! Problem with 255+ effects in OTC

    somewhere from server side you must be missing, make sure all func's that send magiceffect return uint16_t instead of uint8_t
  7. D

    boost healing tfs 1.5 nekiro 8.6

    well, custom attributes only store's the value, you have to start use them, in movement when player equip item add to player class the value from item
  8. D

    Programmer TFS Services [Lua/C++], OTClient Services[Modules/C++], VPS/WINDOWS Installation

    Have no fear, dakosiu is here! I am back, looking for some intresting tasks to do! Lua / C++ whatever, otclient, server side
  9. D

    Outfit window show everytime when i login [TFS 1.5]

    -- Login Mount Toggle player:toggleMount() -- End Login mount Toggle this part in your login.lua makes no sense, source is good.
  10. D

    Outfit window show everytime when i login [TFS 1.5]

    multiple login creaturevent's that using "sendOutfitWindow"
  11. D

    Lua TFS 0.3.6 - [TALKACTIONS] - How can I create this magic in an area? Can anyone give me an answer?

    create a combat object then set area to this combat
  12. D

    Outfit window show everytime when i login [TFS 1.5]

    guy's as default there is simple condition, "if first time logged in -> send outfit window", he has broken login.lua and thats all, in worst case he edited func "getLastLogin" but i doubt
  13. D

    Outfit window show everytime when i login [TFS 1.5]

    revert login.lua, you have fucked up something, noone experienced issue like that
  14. D

    OTClient problem with receive opcodes

    features.lua enable opcodes here
  15. D

    PROBLEM WITH COMPILE TFS 1.5 NEKIRO IN WINDOWS

    downgrade boost version
Back
Top