• 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

    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...
  2. 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 =...
  3. 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, }...
  4. 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
  5. 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...
  6. 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...
  7. 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...
  8. 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? :)
  9. 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...
  10. 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?
  11. M

    C++ Remove summon and heals the player

    Good night everyone, i am here to ask for a spell that's do the following: The spell removes the player's summon Then, it gets the summon's health and convert for the player. So, if the summon has 100 health but looses 10 and the player cast the spell, it removes the summon and heals 90 health...
  12. VictorOtInfinit

    Boss Room

    Hi guys, i have this code that i found in the internet but is not working 100% The boss is spawning, and the timmer is working ( player got kicked before 10m in the room ), but the clear isn't. I create an item that give a player "Storage 9000", then he can acess the portal and kill the...
  13. Sir Richard

    [The OTServBR based on TFS 1.3] - Swimming Send Effect [Movement]

    Greetings everyone! Could anyone help me figure this one out? The basic concept is the one used in real tibia: When the player enters a swimming area (tiles from id 4620 to id 4625), an effect should be sent to that position, but only when entering the area, walking around said tiles shouldn't...
  14. M

    Error Storage Skill Level HELP

    Can someone help me with this -- Configurations -- --------------------------- local STORAGE_SKILL_LEVEL = 10002 local STORAGE_SKILL_TRY = 10003 local config = { levels = { {level = {0,9}, quant = {1,2}, percent = 5}, {level = {10,19}, quant = {2,4}, percent =...
  15. T

    Lua Lever Boss Helppp

    Good evening guys, how are you? hope so. I need your help guys. I have a script to use the lever and go to the boss room, but I'm not able to check if there is a player in the room before entering. so if one person is doing the boss and another wants to enter, he can do it. Can someone help...
  16. C

    Npc giving attribute permanently

    TFS 1.3.10 Hello, Is it possible to give an attribute permanently with an npc and how can I do it? invented storage = 600005 Npc.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function...
  17. robertorb12

    [BUY] FULL MISSION ACCESSES TIBIA 10.X/12.X

    Hello, good afternoon otland community. I am willing to pay a person who can free my server's quests in a correct way (not adding them to login.lua) because he does not give the reward what interests me is to eliminate the previous quest missions such as yalahar, warzone, the forgotten knowledge...
  18. 115820

    Aura System OTX 3.x

    HI guys, i have this script to OTX 2.x, but i update my exe to OTX 3.x and i need update this script.
  19. M

    [SZUKAM] Komend na uzycie mr i uh

    Witajcie, poszukuje skryptu do uzycia run manarune i uh na siebie pod 7.6 Przykład : Grasz pisze !uh i uzywa na niego runy uh z plecaka, po czym usuwa jedno uzycie Silnik to avesta 0.6.4
Back
Top