• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Bogart

    Lua Item for random teleport

    You removed local old = getPlayerMasterPos(cid) Add it again before function back() or use "zxc" (which I assume is the position where the player will be teleported back) as teleporting position instead of "old" inside the function.
  2. Bogart

    Lua Npc Bank

    Lel, that's because its only the if, you need to change the variable that the script will use: below local function creatureSayCallback(cid, type, msg) add msg = msg:match("^%s*(.-)%s*$") and remove it from the if, it is no longer needed.
  3. Bogart

    Lua Npc Bank

    if playerExists(transfer[cid]:match("^%s*(.-)%s*$") ) then
  4. Bogart

    Compiling ERROR [cannot find -leay32 ]

    Stian's Dev-cpp repack 0.2 (with crypto++ and 64bit) !
  5. Bogart

    Happy Birthday to me ;)

    Happy birthday Damon!
  6. Bogart

    I'll tell you what

    Yes, you do hold copyright of the content posted, but once you register to OTLand, you accept the terms and rules, which clearly state: "You are granting us with a non-exclusive, permanent, irrevocable, unlimited license to use, publish, or re-publish your Content in connection with the...
  7. Bogart

    Lua Drowning condition not dissapearing after stepOut

    remove "not" from line 17
  8. Bogart

    I'll tell you what

    Define "only"
  9. Bogart

    I'll tell you what

    Doing something wrong and expecting not to be punished are symptoms of spoiled lil brats. Just because you give to the community doesn't mean they're going to allow rules to be broken, it's really simple.
  10. Bogart

    Lua Error spamming console

    Run this function onLogin(cid) OfflineTraining_initialize(cid) if(OfflineTraining_isTraining(cid)) then OfflineTraining_turnOffTraining(cid) -- we add skill/mlvl, we select lower value: time that player was offline OR offline training time [bar in game - 9.6]...
  11. Bogart

    I'll tell you what

    I'm not sure who you are but, I'm pretty sure you deserve all the bans and such.
  12. Bogart

    Lua Error spamming console

    print OfflineTraining_getTime and OfflineTraining_getOfflineTime and check their values
  13. Bogart

    Add uniqueid on this script

    doBroadcastMessage(msg) -> doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, msg)
Back
Top