• 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. LeOnArd0

    RevScripts Support revscript

    Thanks for the answer. Good, i include this line and returned this error in console: This is updated script: local decayItems = { [1945] = 1946, [1946] = 1945 } local slots = { -- here are the slots on the treadmill, where the items will go through... you can add as many as you...
  2. LeOnArd0

    Lua Mail System Limit

    Perfect!! Thank you very much!
  3. LeOnArd0

    Lua Mail System Limit

    Perfect!! Worked perfectly. Thank you very much, you are a monster. @Xikini, only question. How do I show a message to the player trying to send the package saying that his package is out of limit? I try add player on this function and add in line 37...
  4. LeOnArd0

    Lua Mail System Limit

    Hi @Xikini Thanks for the answer. Return this error: P.S: Parcel ID is 2595 xd
  5. LeOnArd0

    Lua Mail System Limit

    Hello guys! I would like to implement a system to limit the sending of parcels in mailboxes with +500 items inside. Could someone help me with an idea of a script that counts how many items are inside the parcel and does not accept the shipment (it can fall on top of the mailbox or before it...
  6. LeOnArd0

    RevScripts Support revscript

    somebody? 🥺
  7. LeOnArd0

    RevScripts Support revscript

    Hello guys, good night! I've been trying to adapt some scripts to revscripts and I've had good results. But sometimes I get stuck haha. I tried to adapt this script, however, I have 3 problems. 1. He doesn't send the message when he picks up a legendary item. 2. It is not removing the item...
  8. LeOnArd0

    Solved [Solved] Check item in pos - Movements Revscripts

    Hello guys, good night! I need help with an revscript, i tryed construction, but it doesn't deliver the item at the position. The idea is that the player places the helmet pieces in the correct order and position and steps on a tile with the unique. After that, the pieces disappear and in...
  9. LeOnArd0

    Solved Signs duplicate look

    It worked. I changed it to false and now it's ok. I didn't think this option was for that. Thank you for your help!!
  10. LeOnArd0

    Solved Signs duplicate look

    Hey guys! Does anyone know what could be going on? When I look at any sign, the duplicate message appears. When I'm away, it displays a message along with a sentence of: "You are too far away to read it." Duplicate message It doesn't duplicate, but it show the message + sentence "You...
  11. LeOnArd0

    Solved Help with player:addItem

    Its works! Tks bro.
  12. LeOnArd0

    Solved Help with player:addItem

    @Dakos this error appeared in the console Lua Script Error: [CreatureScript Interface] data/creaturescripts/scripts/extendedopcode.lua:onExtendedOpcode ...rdo\Desktop\Drakens\Servidor\data\scripts\taskSystem.lua:217: attempt to concatenate field 'item' (a table value) stack traceback...
  13. LeOnArd0

    Solved Help with player:addItem

    Yeh, bro. I tested using both. Ex: Golden Boots - Client ID (3555) Golden Boots - Item ID (2646). But, did not work.
  14. LeOnArd0

    Solved Help with player:addItem

    Hello guys! I needed a light with a function to add the item to the player when completing a task. My script is in extendopcode with integration in the client (it does the action through the window). Here's a part of the script, if you need the whole let me know...
  15. LeOnArd0

    Free task module made by @zQt

    Perfect!! Thanks bro.
  16. LeOnArd0

    Free task module made by @zQt

    @luanmaximus123 Very good, I just made a few tweaks and it worked. Thanks! Just a question, do you know how I can add something to check how many points the person has? Example: player says "points" to NPC and he replies "you have xx points" by searching based on storage 5151. local...
  17. LeOnArd0

    Free task module made by @zQt

    I even tried, but the script I have is in modal and my test server has no modal window option. Could you help me convert to a modal-less version? local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState =...
  18. LeOnArd0

    Free task module made by @zQt

    Taking advantage of what was posted about this script, does anyone have an npc that exchanges these task points for items?
  19. LeOnArd0

    C++ Enable attack in party in tiles no-pvp (TFS 1.5)

    @Manigold, I expressed it badly, I would like to enable the attack on summons and other players on floors set as NO PVP. Sorry for the incorrect information.
  20. LeOnArd0

    C++ Enable attack in party in tiles no-pvp (TFS 1.5)

    Hello people! I need help with a tfs 1.5 sources (Downgrade from Nekiro). I would like to enable the attack between people in the party so that they can train and attack the summons in tiles no-pvp. Can anyone give me a light? Thanks! Leonardo.
Back
Top