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

Search results

  1. ImaG

    bug

    Hi, I pasted the script and now I can't log into my server. I edit pos players and delete npc lua/xml and nothing, what could have happened? dofile('data/npc/lib/npcsystem/npcsystem.lua') local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  2. ImaG

    I can't add sprite in objectbuilder.

    Hello as in the topic I can't add a sprite, my items.otb doesn't duplicate sprites from version 10.98. Maybe someone knows how to make items.otb from items.xml. At the moment I can't save the added image. I did it in rgb 255/0/255 and in transparency with px 32x32 and nothing. I will add that...
  3. ImaG

    Lua problem pet system

    Hi The problem is that the pet disappears after being summoned, as if it had no condition. It was ok at first, but after being killed or sent away it does something like in the movie. debug: Summon Pet called. Pet UID: 0 Setting Pet UID to: 1073755568 Setting Pet UID to: 1073755568 Pet...
  4. ImaG

    OTClient Error map/script/otclient?

    Witam, mam problem i nie wiem dlaczego tak się dzieje. Mianowicie skrypt debuguje mapę, od tego zacząłem szukać i usunąłem dźwignię, po czym wszystko było w porządku. Dodam tylko, że wcześniej ten błąd nie występował. Nie wiem, skąd to się wzięło. Jakieś pomysły? local config = {...
  5. ImaG

    Work for work.

    Work for work: I have been creating my own OTS for some time, but I am not an experienced enough user to finish my work, so I came up with an idea. I will work on maps in exchange for lua services for the Canary 10.98 engine. If you are interested, write me a PM. Due to my project, I am not...
  6. ImaG

    Lua global error

    hey i used the script: https://otland.net/threads/tfs-1-1-slot-system.206697/ And... the values of my profession's equipment items have changed. before: a skilled assassin can use a bow/shield/helm After: bow/shield/helm can only be used by warrior in global lua I add: function isShield(uid)...
  7. ImaG

    Lua remove item

    Hello i have a problem. When an item is in the backpack, it disappears. When an item is on the ground, it disappears. When it's in the browse box... I can click on it at will and it doesn't disappear. How to fix it? Screenshot: function onUse(player, item, fromPosition, target, toPosition...
  8. ImaG

    Lua Leech&question

    Version: Tibia 10.99 otservbr Hello, I tried to make a script from item to give % magic lvlu. No bugs, no magic lvl. Script: function onUse(player, item, fromPosition, target, toPosition, isHotkey) local itemId = 7735 local targetIds = {18226, 18227} local magicLevelIncrease =...
  9. ImaG

    TFS 1.X+ Boardcast

    local function broadcastEventMessage() for _, player in ipairs(Game.getPlayers()) do Game.broadcastMessage("Wydarzenie rozpocznie się za 5 minut!", MESSAGE_STATUS_WARNING) end end This is my part of the code responsible for notifying players about the event. But it doesn't work what...
  10. ImaG

    #ImaGistaa Mapp.

    Hello users! I decided to resume showing my tibia project maps. I have done it before on another forum, so I will publish this work as well :] https://imgur.com/user/imagistaa/posts And new... (1) (2) (3) (4) (5) (6) (7) (8) (9) This is a project that I have been creating for some...
  11. ImaG

    Lua The problem of the profession

    I have a problem with the script: -- config --promoted vocations included in function local gainVoc = { [0] = {health = 2, mana = 2, magic = 1, skill = 1, cap = 2}, [1] = {health = 2, mana = 2, magic = 1, skill = 1, cap = 2}, [2] = {health = 2, mana = 2, magic = 1, skill = 1, cap =...
  12. ImaG

    AAC I can't install myacc

    Hi I have a problem installing myacc 0.8.6 tfs 1.2 tibia 10.98 xampp 8.0.9 how can I fix it?
  13. ImaG

    2 skrypty do pomocy

    Witam przenoszę tematy do polskiego działu: https://otland.net/threads/storage-item-use.269462/ https://otland.net/threads/floor-change-addon.269463/#post-2599435 i proszę o pomoc :)
  14. ImaG

    Storage item = use

    Hello, can I do it when I have storage x assigned then can I use the ring with id y? I'm using the engine 1+ and tibia 10.99. Thanks for help.
  15. ImaG

    Spells tibia 10+

    hi, i need spells from tibia real version 10+. I care about spells summoning pets from level 200. I would like to request a datapack for the spells folder to download <3 tibia 10.99 I have a tfs 3.7 engine
  16. ImaG

    Error accmaker

    Please help! Myacc wants the path to the server file and config.lua from me. When I gave it, I don't accept it. I'm sending photos: Imgur: The magic of the Internet Imgur: The magic of the Internet
Back
Top