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

    Lua npc script luagetnpcdistanceto

    you're comparing the content of variable porra (which you assigned the content from variable msg) to the content of the variable bye (which if it's not a global, it is probably nil as I didn't see you declare it) I guess you wanted to compare if msg is 'bye', but you are comparing variables...
  2. leleco95

    Can anyone add a quick line?

    local exitPosition = Position(32308, 32267, 7) function onStepIn(creature, item, position, fromPosition) local player = creature:getPlayer() if not player then return true end local playerVocationId = player:getVocation():getBase():getId() if playerVocationId == 1...
  3. leleco95

    Compilation problem using Ubuntu

    did you try this? worked for me https://github.com/edubart/otclient/pull/987
Back
Top