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

script

  1. 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...
  2. 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?
  3. 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...
  4. 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
  5. 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...
  6. 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:
  7. 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"...
  8. 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?
  9. 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
  10. 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...
  11. 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 =...
  12. 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, }...
  13. 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
  14. 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...
  15. 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...
  16. diakosz3456

    TFS 0.X Script teleport vip

    Hey, im looking for a script for tfs 0.4. There is a teleporter that will teleport to another city. But only those who use the runes obtained in the quest have access to this city. Something similar to the VIP system. And when player want enter to tp without acces the inscription is displayed...
  17. C

    OTClient Lure

    Hello, When I click button Lure, My charakter is going back. Can I convert this script so that my character moves further according to the settings cavebot? so that the monsters keep lurking but according to the movement cavebot? if so how do you do it? :)
  18. D

    Find a text on screen

    Hi guys! That’s my first topic :) I’m trying to make a script to read some texts in screen and then do an action (specifically, the “say”) if it matches with a predefined text. The issue: at some moments, my character displays a animated text saying “Anti-Bot code X”, where X is an number from...
  19. potinho

    Add Attribute to item

    Hello guys, Im hosting a 7.6 server and wand to add a attribute to item, example: I have a shield and want to add 10% magical defense on it. How can i do it?
Back
Top