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

Search results

  1. Shackal

    Solved Error onUse if item inside backpack

    Thus recognizes the action, put as a test to send a message in this condition (toPosition.x == CONTAINER_POSITION) at the beginning of the script and it worked, but the error in the distro is still sorry my bad english bro local holes = {468, 481, 483, 7932} local holeId = {294, 369, 370, 383...
  2. Shackal

    Solved Error onUse if item inside backpack

    like this nothing too local holes = {468, 481, 483, 7932} local holeId = {294, 369, 370, 383, 392, 408, 409, 427, 428, 430, 462, 469, 470, 482, 484, 485, 489, 924, 3135, 3136} function onUse(cid, item, fromPosition, itemEx, toPosition) local groundTile = getThingfromPos(toPosition) if...
  3. Shackal

    Solved Error onUse if item inside backpack

    ok i'll try
  4. Shackal

    Solved Error onUse if item inside backpack

    This also does not work local holes = {468, 481, 483, 7932} local holeId = {294, 369, 370, 383, 392, 408, 409, 427, 428, 430, 462, 469, 470, 482, 484, 485, 489, 924, 3135, 3136} function onUse(cid, item, fromPosition, itemEx, toPosition) local groundTile = getThingfromPos(toPosition) if...
  5. Shackal

    Solved Error onUse if item inside backpack

    adding this condition in the script, the distro returned the same error elseif toPosition.x ~= CONTAINER_POSITION then return false
  6. Shackal

    Solved Error onUse if item inside backpack

    Good afternoon people TFS 0.4 I found a critical bug, apparently common in TFS 8.6. If you use Squeezing Gear on any item inside your backpack, returns the following error in the distro: Placing the ElfBot to use this item every 20 milliseconds, the server drops. my squeezinggear.lua local...
  7. Shackal

    NPC Collecting items and monster missions

    Nicee Bro, thanks alot :)
  8. Shackal

    Solved Failed to execute event: warSystem (GlobalEvent) TFS 1.0

    I have the same problem!! And I'm not find the solution :/
  9. Shackal

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

    VERY nice my friend.. REPP very merited!!
  10. Shackal

    NPC A Sweaty Cyclops 100% Global 8.6

    if storage == 1 then --Gear Wheel if(msgcontains(msg, "iron ore") or msgcontains(msg, "gear wheel") or msgcontains(msg, "gear wheels")) then if getPlayerStorageValue(cid,storagexorlosh) > 0 then if getPlayerStorageValue(cid, storagexorlosh) < 4 then...
  11. Shackal

    NPC A Sweaty Cyclops 100% Global 8.6

    asweatycyclops.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end...
  12. Shackal

    NPC A Sweaty Cyclops 100% Global 8.6

    Hello Guys, Come share the NPC A Sweaty Cyclops 100% working identical to global. Tested on TFS 0.4 He has all the global actions: • Amulet Blue Legs mission • Xorlosh Mission NOTE: Need mission so that it replace items. A Sweaty Cyclops.xml <?xml version="1.0" encoding="UTF-8"?> <npc...
  13. Shackal

    8.60 Sharing Ghost ot map!

    Ty Mate, but reup please!!
  14. Shackal

    Where i can download TFS 1.1?

    I can compile for you, but recommend following the build tutorial for tfs 1.1 is constantly updating. so you can enjoy all the rescentes news. https://otland.net/threads/compiling-tfs-1-0-1-1-latest-source-64-and-32-bits-pics-and-lots-of-explanation.204532/ this tutorial is detailed and...
  15. Shackal

    Where i can download TFS 1.1?

    For Windows?
  16. Shackal

    Where i can download TFS 1.1?

    https://github.com/otland/forgottenserver
  17. Shackal

    Solved Function onUse Vial > Trough and not Trough > vial

    SOLVED Brother. Intensely appreciate your help Limos, you do not know how much I tried to solve it. A big hug and I hope one day to contribute.
  18. Shackal

    Solved Function onUse Vial > Trough and not Trough > vial

    Grateful Limos, it worked, but I found a bug in the script: If I use a container with liquid into same or another container with liquid, returns the following error: how can I make a condition that, when this action is performed, display a message to the player: You can not use this object...
  19. Shackal

    Solved Function onUse Vial > Trough and not Trough > vial

    now tried to change item.uid itemEX and nothing that hard thing to tinker
Back
Top