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

action

  1. 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...
  2. M

    Can someone help me with the "look" action?

    Hello forum! Can someone tell me how to change the response text when u use the mouse action "look" ? When it says "You see a giant sword...." Wheres the "lua or xml" file, in order to change code? Im making my first server and my idea is to translate it to other idiom.
  3. E

    Movement Script to ActionScript

    Hello guys, Can someone helpme to transform this movements script in to Action Script? i'm using TFS 1.3 i get it from oen432 waypoint system by @oen432
  4. myalitth

    TFS 1.X+ Teleport Players - Lever Quest

    This script (Attach) teleport players from teleport tiles to boss room So i need, to edit this script to teleport players from boss rom to out of room. I've tryied a lot types... Some players stuck noob chars on boss room, to block boss... Script: local function removeBosst(fromArea1...
  5. J

    C++ (Action) Request SLOT MACHINE

    When I use the Item with actionid 5555 (Slot Machine) I can receive a random item between (10, 500, 600, 700, 855) or nothing. And the items have custom win % Item 500 is 10% win rate Item 10 is 80% win rate
  6. L

    [7.6]Transforming 2 items into one

    Hello, I'm looking for a script that will take 2 items from the inventory and give one. Items must be two with itemid 2311 and 2299, if the user does not have at least one item, a failure message will be displayed I tried to make such a simple script, but I do not know why It do not want to...
  7. falls13

    Lua Use storage value to restrict the consumption of food

    put storage here, so the player will eat the food every 15 min. * all foods * and continue to fill life and mana. tfs 0.3.6 local FOODS = { [2362] = {8, "Crunch."}, [2666] = {15, "Munch."}, [2667] = {12, "Munch."}, [2668] = {10, "Mmmm."}, [2669] = {17, "Munch."}...
  8. Nokturno

    Request action

    Hello ppl how r u doing today. i hope u can help me with this, or just tell if its possible it is possible to make a human corpse to work as a quest chest? what i have in mind is this: im gonna have a begining new zone but theres gonna be corpses of all classes: knight, pal sorc & druid and...
  9. JohnColner

    Actions Quest. NEED ITENS. HELP

    I need a quest to be done that needs 100x items and 200x items these items can be in the bag or also on top of something, which is easier for anyone to help. I'll thank you. I need some storage too.
  10. Lucas Primo

    [Cutting Trees] Help script

    Hello, OTLand! :) I would like help for a tree trimming action that works in tfs 1.x (my tfs is 1.3) I searched and did not find, those I found did not work, can anyone help me?
  11. Lucas Primo

    [Farming Action] Simple Help!

    Hello OTLand! I would like help to create a simple script for TFS 1.x (my tfs 1.3) Using a tool (itemid) in certain items (itemid's) I have a percentage of chance of winning another item (item) depending on the item where I use the tool. Example: Using the knife (id 2403) in the 2740 flower...
  12. demon088

    Lua On use item gives random item that could be rare

    Hello again OtLand! I've been working on mixing systems that gives you random equipment using an item and obtained items could be improved like this post from @zbizu - https://otland.net/threads/tfs-1-1-random-item-stats.228990. This system works giving creature loots with items that can be...
  13. 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...
  14. 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...
  15. 115820

    Change Script 0.4 to 1.2

    Hi everyone. I need help to change this script 0.4 to 1.2.] UP!
  16. 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...
  17. 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...
  18. 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...
  19. 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...
  20. 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