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

    [HELP] Create New Item

    Now when opening itemeditor when asking to select the client gives the error "Path access denied" C:\Program Files (x86)\Tibia\Tibia.dat
  2. darkangel1

    [HELP] Create New Item

    Added a new item using Object Builder. The output was tibia.dat/spr How now to make items.otb/xml?
  3. darkangel1

    Lua Quest Chests help

    No working =(
  4. darkangel1

    Lua Quest Chests help

    Hello community. Please tell me. I have 5 chests, you can take one weapon of your choice, then you can’t take another. And there are 2 chests behind the doors 10 and 30 lvl. I put crystals there. If I take a weapon, I can’t take the crystal anymore, because it writes empty, and if I first take...
  5. darkangel1

    OTClient OTClient error map

    Hello community. Does anyone know how to solve this problem? My map is not displayed correctly. And I can't walk either This is what the map looks like in rme and how it looks in OTClient
  6. darkangel1

    TFS 1.X+ Warning - Items::ParseItemNode

    Hi guys. I downloaded items.otd/xml and tibia.spr/dat 13.20 and uploaded tfs 1.4.2 to my server. I'm using client 10.98. There are a lot of errors, can anyone help please? [Warning - Items::parseItemNode] Unknown key value: loottype [Warning - Items::parseItemNode] Duplicate item with id: 1422...
  7. darkangel1

    Compiling Error compilation RME

    Hello community. Has anyone encountered such an error. Can you help?
  8. darkangel1

    [Help] Item Editor error

    Hello community. I loaded tibia.spr and tibia.dat 12.87 into the 10.98 client version in rme and everything works in the client. But when I try to open the item.otd file in ItemEditor an error appears. Can anyone help? I wanted to create weapons from sprites that have no attributes, but the...
  9. darkangel1

    Lua Promote with premium account

    I want promotion to be available only to players with a premium account, but this script gives the profession of independence with or without a premium player local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler)...
  10. darkangel1

    Lua [TFS 1.4.2] Help command /send nickname, x, y, z

    Can you tell me which folder I should move it to so that it works?
  11. darkangel1

    Lua [TFS 1.4.2] Help command /send nickname, x, y, z

    I added the /send script, but when I start the server an error message pops up... local talk = TalkAction("/send", "!send") function talk.onSay(player, words, param) if not player:getGroup():getAccess() then return true end local split = param:split(",") if split[4] then local p =...
  12. darkangel1

    Lua Count items in chest [HELP]

    Very good. Thanks! This real good 1699398894 yeah 1699399239 Or you can put a present in the chest and have several items in it. and after using the chest you were given a present, and there are already objects inside it?
  13. darkangel1

    TFS 1.X+ No use object help

    You are helping me out once again, thank you
  14. darkangel1

    Lua Count items in chest [HELP]

    No, it doesn't work that way. But I created a new character, and tried to open the chest again... And they gave me 100
  15. darkangel1

    TFS 1.X+ No use object help

    Very good! Thank you.
  16. darkangel1

    Lua Count items in chest [HELP]

    Hello community, how to add the number of items from a chest. I used this script, but I still got 1 throwing star, not 100 --[[ Anni-style chests. This script goes into data/scripts as a .lua file 1) Place 2+ chests into map editor 2) Place Same ActionId onto all chests...
  17. darkangel1

    TFS 1.X+ No use object help

    Hello community. Please tell me how to prevent the hero from taking certain items?
  18. darkangel1

    Lua Quest chest help

    Very good, it really works, but only if I take throwing star, it gives 1, but I wanted it to give 100 1699378887
  19. darkangel1

    Lua Quest chest help

    Something doesn't work, all the chests are empty local rewardChests = { ----[actionId] = { ---- [uniqueId] = {itemId = ####, count = #}, ---- [uniqueId] = {itemId = ####, count = #}, ---- [uniqueId] = {itemId = ####, count = #}, ---- [uniqueId] = {itemId = ####, count = #}, ----...
  20. darkangel1

    Lua Quest chest help

    New error =D 1699354783 I corrected the script by deleting anni_style_chest but for some reason only 1 chest works for me, and the rest are empty... Can you tell me what I'm doing wrong? --[[ Anni-style chests. This script goes into data/scripts as a .lua file 1) Place 2+...
Back
Top