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

  1. Cloow

    Compiling Zbizu RME static_cast error (MSVC 2022)

    Thank you, kind sir. Edward also wrote to me on discord and explained this, and also that this issue has been fixed in the newer sources on the github page apparently. I will try to compile it again with a new fresh download from the github page later :)
  2. Cloow

    Compiling Zbizu RME static_cast error (MSVC 2022)

    Hello, I'm trying to compile OTAcademy version of RME following these steps Compiling on Windows. But I'm getting these errors, anyone has clues? I can compile hampusborgos/rme just fine, but not zbizu's fork Severity Code Description Project File Line Suppression State...
  3. Cloow

    [ENG] Project Mera 12.64 Realmap - Vanillaish Rates - PVP - Dedicated Server - 24/7

    I mean it's a good server, everything seems to work exactly like rl tibia, so as joncis said why not just play real tibia.. If this was like gunzodus (removed all boring parts for quests, higher exp rates etc) and only playable with client 12.6 I would play
  4. Cloow

    TFS 1.X+ Help with script (HoTa Instruments)

    Thank you so much for explaining, it's still amazing you can even do such thing in lua had no idea The problem if I use local targetTable = config[item.itemid] if not targetTable then player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "Script setup incorrectly. Contact GM.")...
  5. Cloow

    TFS 1.X+ Help with script (HoTa Instruments)

    😍😍Thank you! It works as intended I did a small change tho Changed this: local targetTable = config[item.itemid] if not targetTable then player:sendTextMessage(MESSAGE_EVENT_ADVANCE, "Script setup incorrectly. Contact GM.") return true end To: local targetTable...
  6. Cloow

    TFS 1.X+ Help with script (HoTa Instruments)

    Hello, I am once again asking for your Lua scripting support 🙃 I'm trying to figure out whats wrong with this script for the HoTa instruments part and im using TFS 1.3 Nekiro downgrade 8.6. You need to use the musical instruments in a certain order to get access through the door and if you use...
  7. Cloow

    TFS 1.X+ [TFS 1.3] INQ Teleporter

    Haha yeah its confusing :s Hmm, 2 different players could aswell cause problems, since if one player kill one of the bosses and then dies and like 5 hours later another player comes and kill the other the teleport shouldn't appear, they need to kill both bosses in the same "instance" for the...
  8. Cloow

    TFS 1.X+ [TFS 1.3] INQ Teleporter

    Oh yeah, I got confused about Game.setStorage instead of player:setStorage, so Game.setStorage is for other than players ie monsters then? The script should work like, if you kill both latrivan and golgordan there will be a teleporter and you will recieve storage 8003 aswell but not if you only...
  9. Cloow

    TFS 1.X+ [TFS 1.3] INQ Teleporter

    Wow such in depth explanation I feel so grateful, thank you! So if I got this right we could explain the for _, boss in pairs(bosses) do its like making a storage inside the storage and being able to call out any information from the storage within the variable boss? So to put this lesson into...
  10. Cloow

    TFS 1.X+ [TFS 1.3] INQ Teleporter

    LOve you! Thanks alot it works I'm trying to study the code and see where I did go wrong and for instance I see that you added this line that I dont quite get how it works: for _, boss in pairs(bosses) do so in the lua book theres an example, which I quite get: a = {"one", "two", "three"}...
  11. Cloow

    TFS 1.X+ [TFS 1.3] INQ Teleporter

    Hello, So I've spent the whole day and the day before that and perhaps the day even before that trying to make a inq teleport script, mostly because i'm trying to learn myself how to script. I know theres a few posts already about this subject but I couldn't find one that I was looking that...
  12. Cloow

    [Quick Showoff] Post your latest maps!

    Thank you guys :D Do you mean these? item ID 3338
  13. Cloow

    [Quick Showoff] Post your latest maps!

    Wow really incredible mapping you guys doing, with all these fancy new sprites and everything! Keep on posting love to watch them! I haven't mapped anything for many years, just recently got the urge to start with OT stuff again and be back here on OtLand and iam so glad to see that its still...
  14. Cloow

    [Warning] DropLoot issue.

    Okey, with help from @arcies we finally found what item that was causing the error, golden mug.. and weirdly enough nothing seems wrong with it, I spawned it in with admin command and everything works as intended.. So I have no idea what's the deal with just golden mug in loot list. But I guess...
  15. Cloow

    [Warning] DropLoot issue.

    Thank you everyone for putting your effort into this issue, I just came from reading this thread and just want you guys to know I really appreciate your help and that I hopefully can do something in return in the future, I just came back to this glorious community from a break I took 6 years ago...
Back
Top