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

actions

  1. D

    TFS 0.X Custom attributes in upgrade sys by mock the bear

    Hi, i have a problem with implement criticalhitchance to the upgrade runes in Perfect refine system by Mock the bear. I managed to implement the criticalhitchance attribute in the sources, i modified the mock script so that the rune gives 1% criticalhitchance for each upgrade and this is work...
  2. N

    Help with demon helmet

    Hello, I present my problem since I have the quest "demon helmet", and when you use the lever, the stone is removed, however it does not return unless you use the lever again.. Would it be possible that using the lever removes the stone and you have 45 seconds to go to the chests? These are...
  3. volcomfaria

    Lua how to add the weight of all items

    Hey guys! I would like to know how to add the weight of all items. Can someone help me? In case I'm trying to do in this script: function onUse(player, item, fromPosition, target, toPosition, isHotkey) local items = {} if player:getVocation():getId() == 1 then items =...
  4. cryptomeepo

    Lua TFS 1.2: Item give outfit. It disappears when player relogging.

    I'm using a simple use item give outfit script: local config = { storage = 535923, effect = CONST_ME_FIREWORK_RED, text1 = "You have gained your new outfit!", text2 = "You already have this outfit!", looktype = 255 } function onUse(player, item, fromPosition, target...
  5. Daniel Kopeć

    Solved Racing Quest Problem !

    I found this script on the forum. Race start is working properly. But I don't know how to set the finish line ( End of the race) Because after reaching the position rewardRoomPos = {x=113, y=126, z=7} -- Position of the reward room the character still performs the event and does not receive a...
  6. 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...
  7. AyronS5

    Lua Position

    Hello, I'm using friend Mock's snake system on TFS 0.3.6, but I get this error when starting it. system link problem: [Error - Action Interface] data/actions/scripts/snakesys.lua:onUse Description: data/lib/snakesys.lua:69: attempt to index local 'p2' (a number value) stack traceback...
  8. P

    [Action] 1 sqm distance

    Please, Configure this rune, only using who is 1 sqm away local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_HEALING) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_BLUE) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1)...
  9. B

    Health/Mana Potion for all vocations script help

    Hello someone can help me with this script? I want one potion for all vocations Example: 800-850 mana for mages. 400-450 Health and 350-400 Mana for paladins. 1300-1350 Health and 200-250 Mana for knights. TFS 0.4 local t = {level = 8, mana = {600, 650}, health = {1100, 1150}, voc_add = {...
  10. GM Middle

    Need Actions script ! obsidian knife

    engine : OTHire 0.0.3 [7.72] OTHire 0.0.3 Use Obsidian Knife on this mushroom VVVVV VVVVV Delete Mushroom on map and give to backpack chance 20% VVVVV Mushroom have spawn for 5 minutes Like for Help !
  11. D

    Lua Script Error: [Action Interface] HELP!

    what's wrong ? xd Engine Script actions.xml Like+best answer for help!
  12. myalitth

    Lua How to add Exhaust Here? 2 min

    function onUse(player, item, position, fromPosition, toPosition) local position = player:getPosition() local chance = math.random(1, 30) if chance <= 28 then player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "You ransack the pile but fail to find any useful parts.")...
  13. 115820

    Change Script 0.4 to 1.2

    Hi everyone. I need help to change this script 0.4 to 1.2.] UP!
  14. 3li Xiber

    Item give frags and other give random addons

    iam using tibia 8.60 tfs 0.3.6 from the tile i need two action items 1- an item gives me [ number] of frags when i use it. 2- an item gives me [ random] addons when i use it. [ mage addons , etc]
  15. danne3131

    Scripter TFS 1.2 8.0 NPC/ACTION/LUA CODER - Paying good Job

    Ive got a TFS 1.2 downgraded to 8.0 by Ninja on otland wich u have probarly seen, What i have is the 8.0 server, a 7.6 map wich i will add liberty bay and svargrond to lateron. This is the server wich i use: https://github.com/ninjalulz/forgottenserver/tree/8.0 The server does not have any...
  16. U

    [Action] Addons/Mounts by click on X Item.

    Hello everyone! I was looking this script. As the name says: I wanna get X Addon or Mount when i click on X item(For quest or whatever you want). When i was young i saw this script, but i tried to found it without any progress. I'm working on TFS 1.2, but if u can do it for TFS 1.x, i guess...
  17. hodleo

    Action .::1-Row Slot Machine::. TFS [0.3/0.4/1.0/1.2]

    A script someone requested me, just a slot machine. Tested in TFS 0.3.6, TFS 0.4 rev3884, TFS 1.0 and recently TFS 1.2 Video (available in HD): Default Fruits: Default Prizes Combos: Visually ilustrated Code form WIN = { -- [FRUITS] = {PRIZE,#PRIZE}] --MIXED COMBINATIONS...
Back
Top