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

script

  1. S

    Need script

    I need a script for vbot 4.8. It would open a Reward Container (ID19202) from a boss corpse and then collect loot. I should add that TargetBot and looting are installed. The idea is that when the bot flies on a cavebot, it collects loot from that container in boss corpse . I will also add that I...
  2. J

    vBot_4.8 Function to look at item and return name

    Hello, I'm looking for a function for vBot. Has someone been able to make a 'look at item' or 'get name from item' function (based on floor coordinates), when a certain string is inside the name of the item put it in container 1 else container 2. So when an item shows up in certain tile (xyz)...
  3. Graviora

    Buypoints script skrypt hotpay

    Witam. Oferuje pomoc w płatnościach hotpay, PayPal, stripe itd dla twojego servera. Jesli jesteś zainteresowany to napisz na discord : Gravi6105 lub tutaj w wiadomości prywatnej. Pomogę również w jakimś fajnym projekcie. Dogadamy się. Płatności hotpay Płatności stripe Hotpay script...
  4. lukio132

    TFS 1.X+ How to set attack speed for rings and amulets in TFS 1.4.2?

    Hi everyone, I’m using TFS 1.4.2 and I’m trying to add attackSpeed to rings and amulets. For example, I want the wedding ring to give the player an attackSpeed value of 100. It works fine when added to weapons using <attribute key="attackspeed" value="100" />, but this doesn’t seem to affect...
  5. J

    Crash Server PRoblem

    Hello I use tfs 1.5 by nekiro and ?I have problem with crash server errors is (gdb) break Monster::onCreatureLeave Breakpoint 1 at 0x5555557b7294 (gdb) , Game*&, unsigned int&, Direction&) () Undefined command: "". Try "help". (gdb) (gdb) --Type <RET> for more, q to quit, c...
  6. S

    RevScripts VIP city with xp and loot bonuses

    Hi guys, you ran out looking for a vip city script, when the player is Town 5 that the vip city he gets twice the xp and loot.
  7. J

    Lua Reborn system problem with items

    Hello I use TFS 1.5 by nekiro and I have reborn system local config = { talk = "!reset", resetCostItemId = 10558, newlevel = 8, redskull = true, battle = true, pz = true, healthPercent = 25, -- hp percentage (20%) manaPercent = 25, -- mp percentage (20%)...
  8. changosot

    Help Script Addons Doll!!

    It turns out I have a script and as you know I use the script for addon doll canary is shown 1 addon no 2 this is the original command --local actionId = 8000 local itemDollId = 8985 local outfits = { {136, 128, "Citizen"}, {137, 129, "Hunter"}, {138, 130, "Mage"}, {139, 131...
  9. K

    Lua help with this script

    Can someone modify this script to work on tfs 0.3.6? function onStatsChange(cid, attacker, type, combat, value) -- This should block all damage monster cause on eachother expect player summons if isMonster(cid) and isMonster(attacker) then local master =...
  10. K

    Lua is it possible to make it work in tfs 0.3.6

    weapon.lua ---------------------------------------- function onTargetCreature(creature, target) return target:registerEvent("lifesteal") end local combat = Combat() combat:setParameter(COMBAT_PARAM_BLOCKARMOR, 1) combat:setParameter(COMBAT_PARAM_BLOCKSHIELD, 1) combat:setParameter(COMB...
  11. N

    Hey everyone! I'm trying to make a magic healing spell. Like Exura Mana.

    So, i want to make the spell "exura mana" wich obviously heals mana, only for mages so they can heal themselves some mana like a knight would do with exura ico. Thing is i don't know how to, or where to begin with. If someone could help me with this script i'd be very thankful :(. If this is the...
  12. urigazzola

    Looking for [Dev] - TFS 1.2 - Tibia 8.0

    Hey folks! I'm stepping in to join this awesome community 😎👌 Since the early days of Tibia, I've been hooked on this addictive .exe thing, just like many of you. From the good old Tibia 7.4 days till now, I've seen firsthand all the growth and evolution of this unique game. Now, I'm diving...
  13. S

    Questions about lua functions

    Hi no more setup questions I swear lol I am looking over the lua code for TFS in the "data" folder and I have a question about the functions used in them. Specifically I want to be able to find where the definiions of these functions are delcared/stated. For example in the "Poison_wall_run.lua"...
  14. K

    Looking for spriter/scripter (naruto project)

    Hello OTland community! I'm looking for individuals (spriter, scripter) who want to get involved in a new Naruto-themed project. Specifically, I am looking for a spriter. The only requirement I have for those applying as a spriter is a knowledge of the Naruto anime, otherwise please do not...
  15. R

    [TFS 1.2] Daily Rewards Script

    Hey everyone, I've been developing some features for my server and I've put together a little something that might interest some of you. It's a daily rewards system designed to give players a nice little boost for logging in each day. I thought it might be something worth sharing. Daily...
  16. R

    [TFS 1.2] Coin Conversion Scripts

    Hey everyone, I've been working on some enhancements for my server, Tibia.nu, and developed a couple of scripts that convert coins. There's one for converting gold coins to platinum and another for converting platinum coins to crystal. Thought it could be useful for others here. Scripts...
  17. WikiArk21

    Dodge Skill (TFS 0.4 REV 3996)

    I found a dodge script on internet forums, but it does not have the necessary tags. I know it's for creaturescripts, but which tag should be added?
  18. Umffa

    PVP-E EXP stages (?)

    Hello, I'm currently working with TFS 0.4 and have spent several hours browsing various OTS forums without finding an answer to my question. Is there a way to configure something like segmented level-based PvP in the config? For instance, enabling players to engage in PvP without receiving a...
  19. Gofrion

    Lua Put item on table to open secret stairs

    Hello everyone, could someone explain to me how to create a script that is responsible for removing a given id after throwing a book on the table. (throw special book on table to open secret stairs/remove any wall or push specific item to 1 sqm right? Big ++ for any help
  20. Gofrion

    Lua Learn spell by making quest TFS 1.5

    Hello everyone! Could someone explain to me how to teach spells by completing quests? Namely, when we complete the quest, click on the box, it teaches us the spell, gives us a reward and a message pops up such as you received a reward xxx and you learned the "utevo lux" time. Big + for any help!
Back
Top