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

Recent content by ImaG

  1. ImaG

    TFS 1.X+ RateMagic not working on tfs 1.4.2

    Maybe u have magic rate in stages if you have file stages.xml idk first thought. Search for restriction files in global or xml format.
  2. ImaG

    bug

    Could this have damaged the ot from the side of the documents from the disk? I replaced the entire otclient folder and nothing. Where can I look for file corruption? 1748289511 up // server can start in normal tibia when i used ip changer > i need help where can delete or how to fix in appdata...
  3. ImaG

    bug

    I reinstalled everything // engine, database, client // moved to tibia.spr/dat items.otbm and still nothing so I started digging in the documents and found the error FILE_IN_CAB: otclient_dx.exe.29372.dmp so I read this error through the tool and got a critical error: ExceptionCode: c0000409...
  4. ImaG

    bug

    I add, GUYS I reinstalled the database from my backup and the whole engine and client, I also tried to change the map and I still can't log in. What happened? It throws me the tibi client, it even freezes it and I don't want to go any further.
  5. 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)...
  6. ImaG

    I can't add sprite in objectbuilder.

    I added a sprite to the game, now learning how to use it. I went about it differently, I imported the sprite from the spr table, then dragged it to the data table and it works. Topic to close!
  7. ImaG

    I can't add sprite in objectbuilder.

    Yup i know but i cannot save this item when i drop it. 0 reaction
  8. ImaG

    Addon Doll (Random Outfits)

    try this local actionId = 8221 local itemDollId = 40964 local outfits = { {136, 128, "Citizen"}, {137, 129, "Hunter"}, {138, 130, "Mage"}, {1271, 1270, "Poltergeist"}, {1280, 1279, "Herder"}, {1283, 1282, "Falconer"}, {1676, 1675, "Darklight Evoker"}, {1681...
  9. 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...
  10. ImaG

    Lua problem pet system

    I think the problem is the script created in creaturescript and the cause is the onthink function. I edited the code from the original because it didn't assign me an owner and I don't think it still does... Any help? -- <event type="preparedeath" name="PetDeath" script="pet_creaturescript.lua"...
  11. 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...
  12. ImaG

    TFS 1.X+ Forgottenserver - Exercise Dummy

    You can do this by taking training in the modal window and the % offline experience script. Use the item on the dummy, the only drawback is that the wand is disposable and cannot be used from a distance. However, you can specify the percentage of experience gained after use. Be creative! :) I...
  13. ImaG

    TFS 1.X+ Monster spell is damaging players inside PZ

    First check if you have no pvp tools in rme on the same field. Because PZ tool alone is not enough.
  14. ImaG

    OTClient Error map/script/otclient?

    Problem solved I used a different leverage ID and a different action ID. It helped. Why didn't this lever work? In my opinion there are probably duplicate scripts with this lever ID although it is strange. Regards! The thread can be closed.
  15. 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 = {...
Back
Top