• 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. 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...
  2. 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...
  3. 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...
  4. 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 =...
  5. 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...
  6. 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...
  7. 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...
  8. 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.
  9. 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
  10. andu

    MoveEvent RME-Lazy-Teleport-System by andu

    Edit: version 1.1, updated files in attachement RME-Lazy-Teleport-System by andu (for TFS 1.0+) Creating and configuring teleports is now easier! Normal Teleports, Quest teleports, Level Teleports and Quick Teleports and all in one 2kb LUA file! Lua with XML code is in zip attachement...
  11. demon088

    Lua Spells with charges

    Hello again OtLand! I need some assistance making a new series of spells for my OTS, and if someone would like to use it, I'm glad to explain how it works or help to insert or edit the spell. My team had the idea to make a spell which could get one charge each time you use it. So, if you have...
  12. S

    Elf bot script for certain monster

    Does anyone know what command I can use to shot UE only when certain number of certain monsters around? Currently I'm using script: auto 200 if [$monstersaround.3 >= 4 && $playersaround.10 == 0 && $mp >= 1100] {say Exevo Gran Mas Flam} However this one shots UE anytime when 4 monsters around...
  13. C

    TFS 1.X+ Is it possible to set a loot/exp/skill rate for 1 specific player?

    I was looking for some lua function that can increase or decrease a specific player loot/exp/skill rate for X amount, but I had no sucess. For example: A player wear a ring or maybe he talks to a NPC and then he get a bonus for one those stats. I am using TFS 1.3
  14. C

    Why this login script doesn't work?

    Why is this script not working? I want a simple script that set the player town to 2 when he login for the first time. I am making sure to create a new char to make the LastLoginSaved = 0, still doesn't work. creaturescripts.xml <event type="login" name="changetown"...
  15. M

    Lua help me script

    function onUse(cid, item, fromPosition, itemEx, toPosition) if getPlayerVocation(cid) == 5 then doPlayerAddItem(cid, 3966) doPlayerAddItem(doPlayerAddItem(cid, 2275) doPlayerSendTextMessage(cid,19,"XD") doSendAnimatedText(getThingPos(cid), "Yeah Exp With I...
  16. Fifflaren

    C++ !save looktype

    Im looking for a script that will save my looktype and !load looktype so why do I want this, I have a outfit doll that gives you a random looktype when clicked but the outfit you get isnt saved it gets removed when leaving the server, would be really nice if I could have like !save looktype so...
  17. nefinoo

    Talksaction vocation restriction

    I want to add vocation restriction on this script, this command just can be use for mages function onSay(cid, words, param, channel) --configuration -- local items = { ['mana potion'] = {cost = 1, storage = 49990}, ['strong mana potion'] = {cost = 2, storage = 49989}...
  18. E

    [help] addEvent to remove Summons

    hello my friends, i'm working in a summon action script and I want to remove the summon after x time, and put exhaustion (y time) on this script .. i have tryed make this with "addEvent" but i dont know how to make it correctly... TFS 1.3, 10.98 version i'm using this script as a base...
  19. D

    how to create a clean server

    hello guys, I would like to get some questions about how to create a clean server. What would a clean server be? It would be a default tibia server without changing its structure with scripts that cause the server to crash, poorly implemented, and lags caused by scripts. Could you pass me a...
  20. F

    TFS 1.X+ saga converter script for tfs 1.2

    Hello, I am using this sfs script from tfs 0.4 and I tried to convert it to tfs 1.2 from ninjalulz but without success. help-me!!! when I use this script below this error https://github.com/ninjalulz/forgottenserver/tree/8.6 local saga = { -- Naruto --- [1] =...
Back
Top