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

    Action For Quiver

    Arrows and bolts are not leaving the quiver to attack the monster ... I did this tutorial and it worked "TUTORIAL" I created an item edited in dat / spr I used the item editor and everything was fine but I don't know the action that makes the arrow / bolt leave the quiver to attack the monster...
  2. Janusz1337

    Arena With Monster Event tfs 1.2 HELP

    Hello Guys, I need a Event Script. 1.Tp appear every few hours 2. People enter a specific area on the map. like on Last Man Standing 3.The first wave of monsters appears. after 10 seconds another wave appears, etc. 4.When one player is left, the event is won by last player. TFS 1.2 Tibia 10.98
  3. potinho

    TFS 0.X [7.72] NPC Buy all loots

    Hello guys, I have a question and I was wondering if it is possible: I have NPCs who buy items and work perfectly. They buy in the quantity I determine, as in the print below, but he doesn't understand when I say "sell all". Is there a way for the NPC to understand? If yes, how? It would make...
  4. potinho

    TFS 0.X [OTC V8] Save Backpacks Organization

    Good morning people. I'm using OTClient v8 on my server and I would like to know if I can save the organization from the open backpacks, so that as soon as the players leave and come back, they don't have to open them all again (stay saved). can you help me? Follow print to example:
  5. potinho

    TFS 0.X Rune dont show charges

    I have a rune mana on my server. Her script is ok, their sales with the charges are ok but the rune does not show the charges in her description, I would like her to show them. can you help me? Tried to create a action to use but not worked. Follow my mana rune system spells.xml <rune...
  6. potinho

    [TFS 0.4] Task System

    Hello everyone, everything good? I am looking for a task system for TFS 0.4 that allows me to repeat the tasks. I'm using a Vodkart system but I can't repeat them. I didn't find anything on OTland or on other forums, could someone help me?
  7. potinho

    (0.4) Exp Scroll - Configuration

    Hi, i have this code below, i want players to have an exp buff for two hours, but when I use another scroll, it appears that there are 4 hours left, how can I fix it? Attached a print local config = { rate = 2.0, -- Rate que vai ficar o Scroll. time = 2, -- Tempo dado pelo Scroll...
  8. potinho

    TFS 0.X BPs Organization - OTClient

    Hello person, how are you? I have a question: In OTClient (or on my server with TFS 0.4) I can save open backpacks, as the players left? For when you relog do not need to open again
  9. N

    TFS 1.X+ Need help with reducing skills

    Can someone please point me of where I can find a script that can either lower player skills or a script that can place a soft cap on players' skills TFS 1.3 basically players have been able get much higher skills than I would like. I would like to lower their skills to place a soft cap...
  10. thegood

    Add bosses to Grizzly Adams script

    Hello, I have a Grizzly Adams script and all works fine, but it don't have boss script, I searched in a lot of threads and all scripts I found don't works in my server, I need help to implement this system in this script. I use TFS 0.4 3777. And this is the script that I use:
  11. potinho

    TFS 0.X Allow repeat task - 7.72

    Hello guys, I have a mod to do task in my server, but players cannot repeat, and i want to alllow players repeat tasks. Anyone can help me? Task (in mod's, folder) <?xml version="1.0" encoding="UTF-8"?> <mod name="Simple Task" version="3.0" author="Vodkart" contact="tibiaking.com"...
  12. E

    Updrage system

    Im looking for an upgrade system, i have one, but i want that the upgrade stone improve the % of protection all, someone could help me?
  13. L

    TFS 1.X+ Help with guild house

    Help with guild house system for tfs 1.3 I would like this script to work on my tfs1.3, when you give the time it can be mastered by other players who are in any guild
  14. potinho

    Remove Storage Value After 30 days

    Hiho everybody, im hosting a 7.6 server (TFS 0.4) and have a action for vip scroll (its working), but VIP stays forever, i need when a player use the vip scroll, keep storage 30009 for 30 days, after this time remove. Following my LUA archive for vip: function onUse(cid, item, frompos, item2...
  15. Hyagosrs

    [HELP] [MOVEMENTS] You Don´t have permission to use this portal. [HOW TO REALEASE ACCESS]

    i need help to realese access to the portals from Thw forgotten Knowledge Quest. And this is the movement script: local destination = { [27715] = {newPos = Position(32807, 31657, 8), effect = CONST_ME_MORTAREA}, [27716] = {newPos = Position(32325, 32089,7), effect =...
  16. potinho

    EXP Scroll - 7.6

    I have a scroll when used gives 2x exp, it works only if character logout and login, i want scroll activate immediatly and gives only 2x exp for 1 hour. TFS 0.4 (7.6 version) local config = { rate = 1, storage = 1000, expstorage = 1100, register = 1200, time = 3600, }...
  17. jondropss

    TFS 0.X Double Exp and 2x Loot daily random monster - v8.6 / Tfs 0.4

    hello friends from otland, would you be aware of a script that selected one monster per day that could double exp and double loot? thanks king regards
  18. jondropss

    (BUG .lua) Script that centers Sprite

    Hello otland friends. I am using a script to centralize the spell sprites on my narutibia server. Version 8.6 Tfs 0.4 However ... when using this script, the weapon stops damaging ... only the centralized effects sprites are showing, but without damage. Could someone help me? ---> SCRIPT I'M...
  19. ckripz

    condition addon in outfit

    Hello! good afternoon, I have a detail with a script. I have a movement script, what it does is that when you step on the floor the script gives you an outfit, everything is fine here, if you give me the outfit but what it doesn't give me is the addon, I suppose it is because I don't have it...
Back
Top