• 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 El Man

  1. El Man

    Feature Auto Loot Sytem for TFS 1.3

    change query.str(std::string()); to std::ostringstream query;
  2. El Man

    [Germany] [Custom / 8.6] [Official Release] Evolisca - Custom Mid-Rates Server - 08/03/2024 18:00 PM GMT +2

    looking so nice .. i think its will be a great server
  3. El Man

    Lua [TFS 0x+] Send Player Items to Depot

    Is possible to make script transfer all items from equipment to depot?
  4. El Man

    Open Tibia Veterans - New Ots developers dedicated discord

    maybe if gesior there it will be a complete team :D❤️
  5. El Man

    [USA] [8.1] Madness-Online Server

    Nice work .. good luck with your project
  6. El Man

    Count to 10!

    Restart !
  7. El Man

    OTClient OTClient after compile by vc2022 cant compatible in windows 7

    after compile otclient -> GitHub - OTCv8/otcv8-dev: OTCv8 Development repository (source code) (https://github.com/OTCv8/otcv8-dev) client work fine in win8/10 etc.. when i open client in win7 i got this problem the procedure entry point could not be located in the dynamic link library...
  8. El Man

    RevScripts BossEvent/globalevents

    local config = { pos = {x=1001, y=1010, z=7}, -- Position teleport tpid = 1387, -- id teleport } function onKill(cid, target) local position = getCreaturePosition(target) if getCreatureName(target) == "The BOSS STRIKER" and isMonster(target) then doCreatureSay(cid, "Congratulations the The BOSS...
  9. El Man

    RevScripts BossEvent/globalevents

    creaturescripts <event type="kill" name="removetpboss" event="script" value="removetpboss.lua"/> dont forget this .. registerCreatureEvent(cid, "removetpboss") globalevents function onTime(interval) local config = { pos = {x=1001, y=1010, z=7}, -- Posiçمo aonde sera criado o teleport topos...
  10. El Man

    Lua HELP WITH SCRIPT

    add in globalevents function onThink(interval) for _, name in ipairs(getOnlinePlayers()) do local cid = getPlayerByName(name) if getPlayerLevel(cid) < 45 then doPlayerAddExperience(cid,120000) end return true end end
  11. El Man

    Server offline

    change it to statusTimeout = 10 work fine for tfs 0.x+
  12. El Man

    Feature [TFS 0.x] Simple autoloot for older versions

    Can you add function for collect all items?
Back
Top