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

    OTClient Logged in but not really

    I am trying to login to my server with otclient but for some reason players login to server but i cannot see anything as you can see on the screen. 2 screen is from tibia client, players logs in but it stays on Connecting to game server. Anybody? -- updater Services = { --updater =...
  2. E

    Change ports in Tibia Client 13

    To use other ports with it so, works with new client 13. Do I have to modify actual client to new ports too? to connect?
  3. E

    Client Editing [Ip,Port,Rsa]

    Every time i try to change I tried that 1C 03 with 22 08 changing 7171 to 2082 1C 04 with 23 08 changing 7172 to 2083 and also tried all 03 1C AND 04 1C and client 13 crashes every time.
  4. E

    Change ports in Tibia Client 13

    I am looking for a method on how to modify regular 7171 and 7172 to something I tried : Client Editing [Ip,Port,Rsa] (https://otland.net/threads/client-editing-ip-port-rsa.240968/) For some reason it does not work for me does anybody here have a method to accomplish this? client 13
  5. E

    RevScripts [TALKACTION] - Check cavebot players.

    local checkbotStorage = XXXX local lastCheckStorage = 444220 local dailyCheckCountStorage = 444221 local correctResponseStorage = 444222 local noResponseStorage = 444223 local maxDailyChecks = 5 local checkCooldown = 3600 -- 1 hour in seconds local questionTimeout = 300 -- 5 minutes in seconds...
  6. E

    RevScripts [TALKACTION] - Check cavebot players.

    True but when it comes to scripting for myself. Time matters plus whenever I use AI I teach it. I only showed example here is your job to let AI know what you actually using so... I can create script I need in 1 minute. It works with no issues mostly with 1st creation.
  7. E

    talkaction mana train tfs 0.4

    Yeah spell is the only way. Easy way.
  8. E

    RevScripts [TALKACTION] - Check cavebot players.

    It will save you a lot of time if you just pay 20.00 a month with chat gpt and code with it. Just saying. 1715356092 Here this is example Chat Gpt did for me I do not know if it works at all. As I am using my phone. local botCheck = TalkAction("!checkbot") function botCheck.onSay(player...
  9. E

    C++ Attack speed- problem

    I have found solution please delete this topic.
  10. E

    [Poland] [8.00] Treasura |Long term x1| Start 12/04/2024 at 18:00 CEST

    Yeah I was playing on treasura. Enjoyed myself u until somebody told me quests have no rewards really. Plus when somebody was selling club 50+atk they asked for x30 premium for it XD €300.00 for this shit XD I gave up. Left server when I left my character ouside dara depot and went to toilet...
  11. E

    TFS 1.X+ Spawn creature with script once and then it will respawn normally?

    I am trying to create a script that creates temporary spawning areas with specific creatures. Every day is a different creature so onDeath will not work here I think. Is there a way to create monsters at specific positions at the map and once dead they will spawn with specific interval? same way...
  12. E

    TFS 1.X+ remove full health and mana on level up

    it helped me too. Thanks XD
  13. E

    C++ Attack speed- problem

    TFS 1.5+ I have problem with attack speed what I would like to be is to have the same attack speed while moving and standing. You can see at the gif bellow, speed changes when I move. Where can I change this?
  14. E

    Lua UPGRADE SCROLL [canary server]

    Data/scripts and change id to item you want to use it. Must be useable like runes.
  15. E

    Lua UPGRADE SCROLL [canary server]

    try: local UPGRADE_ITEM_ID = 44077 local MAX_TIER = 10 -- Maximum tier an item can be upgraded to local function upgradeItemTier(target) local currentTier = target:getTier() if currentTier >= MAX_TIER then return false, "This item has reached the maximum upgrade tier."...
  16. E

    Lua UPGRADE SCROLL [canary server]

    ~Sorry this was wrong script I will try again soon.
  17. E

    TFS 1.X+ How do I add custom effects to my client

    What client what version what engine? Maybe this? https://otland.net/threads/assets-editor-2-0.286901/
  18. E

    canary war system with green plates

    What you want for it?1
  19. E

    RevScripts ❤ ℱ𝓇𝑒𝑒 𝒮𝒸𝓇𝒾𝓅𝓉𝒾𝓃𝑔 𝒮𝑒𝓇𝓋𝒾𝒸𝑒 𝒯ℱ𝒮 𝟷.𝟻+ ❤

    Why this topic was opened again when Sarah closed it? And for some reasons scripts were deleted? Just wonder why.
Back
Top