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

    C++ attempt to call method 'addWings' (a nil value)

    My bad, I was using addWings. thanks man
  2. luanmaximus123

    C++ attempt to call method 'addWings' (a nil value)

    Hi guys, I'm trying to add the addWing function, but something seems to be wrong. I don't know what it could be. Can someone please help me? player.cpp bool Player::addWing(uint8_t wingId) { if (!g_game.wings.getWingByID(wingId)) { return false; } const uint8_t tmpWingId =...
  3. luanmaximus123

    C++ Auto-Loot g_game.internalMoveItem specific container

    Hi everyone, I'm currently using @login12's auto-loot and I would like to know if it's possible for the items to go to a specific container instead of any backpack/container. Additionally, if it's possible to check beforehand if the player has that specific item/container and if there's enough...
  4. luanmaximus123

    OTClient Task Module = Bug Outifit

    It worked perfectly, thank you
  5. luanmaximus123

    OTClient Task Module = Bug Outifit

    Hi guys, I've been using the Task Model posted on Otland's Discord for a few days now, and it works perfectly fine, but I've found something really strange. Whenever I activate it in interface.otmod, it bugs the selection of outfits and mounts. I receive these errors in the console: ERROR...
  6. luanmaximus123

    Free task module made by @zQt

    Take this as a basis, I haven't tested it. if msgcontains(msg, "demon armor") then selfSay("Would you like to buy a Demon Armor for 300 task points?", cid) talkState[talkUser] = 1 elseif msgcontains(msg, "yes") and talkState[talkUser] == 1 then if...
  7. luanmaximus123

    Free task module made by @zQt

    It's easy, just use storage 5151 at the NPC.
  8. luanmaximus123

    Free task module made by @zQt

    I didn't have it, so I put it to test and it worked, thank you very much.
  9. luanmaximus123

    Free task module made by @zQt

    I'm going to use this post because I'm having trouble with this module. I've been trying to get this module to work for 5 days, but when I open the module, the tasks don't appear. Tfs 1.4 Otcv8-dev creaturescript/extendedopcode.lua local OPCODE_LANGUAGE = 1 function...
  10. luanmaximus123

    OTClientV8 is from now open-source project

    worked perfectly thank you very much thank you very much thank you very much
  11. luanmaximus123

    OTClientV8 is from now open-source project

    Can someone help me?
Back
Top