• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. rwxsu

    Lua Stop NPC from moving

    If you don't want the NPC to move at all, add this in the XML of the npc: walkradius=0 Or you can search for `walkradius` in sources to figure out how to implement it to the server. Provide server version and more info.
  2. rwxsu

    Only clients with protocol 10.98 allowed

    You must use client version 10.98, not 10.96. Download link to 10.98: 1098.zip In the IP changer -> click on settings -> add new client -> browse to the 10.98 -> and type 10.98 for the version. Click apply with 10.98 selected, and it should automatically open the 10.98 client.
  3. rwxsu

    GlobalEvent [TFS 1.2] Zombie Arena

    Look at the bottom of the data/lib/event/zombie_arena.lua file. As you can see in the console, it's an error at line #433. The original file doesn't even have 433 lines. You have accidentally copied: "Don't forget to add this in data/lib/lib.lua" at the bottom of the file. Next time you get an...
  4. rwxsu

    GlobalEvent [TFS 1.2] Zombie Arena

    It means your lib file wasn't linked correctly. Make sure you have this in data/lib/lib.lua: dofile('data/lib/event/zombie_arena.lua') If that doesn't work, there is something wrong with how the server handles the libs. In that case, you have to add the dofile code above in every file that...
  5. rwxsu

    tibia client 8.0?

    Here you go! Decryption key: !K2N2FnAygDnGvGfzIHJ3o9UkHm5VpEjCyA0aAofzkzQ Link to download: here Or here to download from Google Drive (Original post by @Red ): here To bypass anti-virus on Google drive: Right click on tibia800.exe -> Add to my drive -> Go to your drive -> right click and copy...
  6. rwxsu

    CreatureEvent [TFS 1.2] Task System

    Replace the code in data/creaturescripts/scripts/task.lua with this: function onKill(player, target, lastHit) if not (task:onTask(player) > 0) then return false end if not player:isPlayer() then return false end if target:getMaster() ~= nil then...
  7. rwxsu

    CreatureEvent [TFS 1.2] Task System

    Task System For TFS 1.2 Features: * You can add as many tasks as you want * You can add as many rewards as you want for each task * You can add multiple monsters to a task, so it registers the kill on different monsters (e.g. dragon and dragon lord) * You can change the name of the task * You...
  8. rwxsu

    Programmer Do You Need Website Development?

    Zombie Event TFS 1.2 This I'm sharing with you for free here: Task System TFS 1.2 This I'm sharing with you for free here: Fire Storm Event TFS 1.2 Other free scripts: - An Uneasy Alliance TFS 1.2 (Real Tibia Quest)
  9. rwxsu

    This is hilarious

    If you haven't seen this and you played Tibia back in the day...
  10. rwxsu

    GlobalEvent [TFS 1.2] Zombie Arena

    Big thanks to @Fablow for sponsoring! Map was just made for testing, you can use any map: Step 1: Adding the library Add in data/lib/event/zombie_arena.lua ------------------------------------------------------ -- Zombie Arena by rwxsu --...
  11. rwxsu

    [Quest] An Uneasy Alliance

    Yeah, it's just for testing. Forgot to mention that in the post. Thanks again, Kito! :)
  12. rwxsu

    [Quest] An Uneasy Alliance

    An Uneasy Alliance - RL - TFS: 1.2 Quest Wiki: An Uneasy Alliance Quest/Spoiler Add to data/lib/core/quests/uneasy_alliance.lua folder: UneasyAlliance = { storage = { [1] = { onMission = 80770, complete = 80771, rewarded = 80772...
  13. rwxsu

    Website development

    Shopify is the easiest for non-techies
  14. rwxsu

    TFS 0.X Wrong charges amount on amulets

    Can you post the shop NPC XML/lua? You just need to add another field in the XML if I remember correctly.
  15. rwxsu

    My Situation

    cringe
  16. rwxsu

    MyAAC v0.7.12

    Great AAC! Any plans on a guildwars page soon?
  17. rwxsu

    Programmer Do You Need Website Development?

    Premium Programming/Scripting Services Protocols: 7.x - 10.98 Website services: * Front-end: CSS / JavaScript * Back-end: PHP / Go * SQL * Server setup LAMP In-game services: * Lua * C++ * DLL Injection (tibianic) I do not work with OTClient. Scroll down for free content and examples...
  18. rwxsu

    Compiling Compiling Help

    Please use code tags
  19. rwxsu

    Webdesigner Need Help With Your Website?

    Need Help With Your Website? What I can do for you: * Design (HTML/CSS/JavaScript) * PHP * MySQL/phpmyadmin I've made websites with ZnoteAAC before and know it well. Just send me a quick pm on how you want your website to look and what features you want to have. * Only paid projects atm...
Back
Top