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

  1. E

    talkaction mana train tfs 0.4

    Yeah spell is the only way. Easy way.
  2. 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...
  3. E

    C++ Attack speed- problem

    I have found solution please delete this topic.
  4. 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...
  5. 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...
  6. E

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

    it helped me too. Thanks XD
  7. 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?
  8. E

    Lua UPGRADE SCROLL [canary server]

    Data/scripts and change id to item you want to use it. Must be useable like runes.
  9. 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."...
  10. E

    Lua UPGRADE SCROLL [canary server]

    ~Sorry this was wrong script I will try again soon.
  11. 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/
  12. E

    canary war system with green plates

    What you want for it?1
  13. E

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

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

    C++ Is this safe?

    My server is not online yet to the public but for some reason I get logs from strange IP's. I decided to change my code to the code bellow related to RSA. Can somebody tell if this is safe? as now if somebody try to login from dodgy client he will be banned for 7 days I mean IP. Code: if...
Back
Top