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

action

  1. Crixpx

    Lua [action]Teleport monster

    I have this script works this way: when clicking would have to teleport a few monsters that are in a coordinate to other coordinates, the problem is: the script does not teleport nothing i'm using tfs 1.3 Someone could give me an idea of what is going on ;) this is the script function...
  2. Karofel

    Lua Optimize code - Action

    Hello, I wrote that script and now want to extend it, but i need to create so much tables etc for that. So there is someone who have idea how to optimize that? local chance1 = 1 local chance2 = 5 local chancerare = 20 local itemstodestroy = {25522, 2494, 25523} local mats = {5887, 5888} local...
  3. 115820

    Change Script 0.4 to 1.2

    Hi everyone. I need help to change this script 0.4 to 1.2.] UP!
  4. Saper1995

    target:getUniqueId()

    Hi. Like in title. How to get uniqueID from target in TFS 1.2? In functions i only found item:getUniqueId() but how to define ItemEx.Uid like in old tfs? I was trying to make it in many ways but everytime nothing happend, no errors in console. I set UID in map editor and make this: <action...
  5. Crixpx

    Lua [Action][annihilator][help] console error OTX 3 :c

    hi i have a problem in my script for annihilator quest when i use the lever i get this error Lua Script Error: [Action Interface] data/actions/scripts/quests/annihilator/lever.lua:onUse data/actions/scripts/quests/annihilator/lever.lua:33: attempt to index a nil value stack traceback...
  6. demon088

    Lua Monster mystery box action script [SOLVED]

    Hello OtLanders! I need your help with this action script: local config = { monsterName = 'Demon', } function onUse(cid, item, fromPosition, itemEx, toPosition) local pos = getPlayerPosition(cid) if(fromPosition.x ~= CONTAINER_POSITION) and item.itemid == 10503 then spawnEffect...
  7. massuco

    Quest system incomplete

    Hiho, i have a quest advanced quest system for tfs, but it is not complete. The script cant give a book with text inside this, it give a book empty, anyone can help me? local specialQuests = { [2999] = 10999 } local questsExperience = { } function onUse(cid, item, fromPosition, itemEx...
  8. Codinablack

    Action TFS 1.x Potions System : Percents and Summons!

    Hello Otland! Today I bring a release for everyone. I have worked on this script for awhile now and I have gotten it ready for everyone here. I became inspired when I seen a script for TFS 1.x for healing potions using a percent of max health, same thing with the mana potions for mana. Anyways...
Back
Top