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

  1. S

    Lua Help in script

    dude really thanks a lot, now i can identify where i was going wrong hahahha
  2. S

    Lua Help in script

    I need before creating the item to check if that position is authorized and only then create the item, if it is not authorized to generate a new position. Sorry for bad english.
  3. S

    Lua Help in script

    well I made this script to randomly spawn an item checking some conditions, it turns out that when it can't spawn in the checked condition it just doesn't spawn, I wanted to know how I could make it check the position and if it couldn't generate a new position and then yes spawn the item...
  4. S

    How to get server's items id?

    did anyone succeed? I've been trying for days to get the itemID from the server.
  5. S

    [Brazil] [8.60] Moon Baiak

    So, it is only possible to post on otland in English, I didn’t post to trick someone or anything like that, I posted because it’s more of a means of dissemination, I don’t think it’s a problem translating the game I’ve always played games in English and never I had a problem, I speak for myself...
  6. S

    [Brazil] [8.60] Moon Baiak

    Release scheduled for: 04/20/2021 Launch reward: * The first player to reach the level 3 reset on the server will receive the prize of R $: 100.00 + 30 Shop Points, being of choice do even receive by pix, mercadopago or paypal. For more information how the reset works go to: RESET. (This...
  7. S

    [MyAAC][Plugin] Gesior Shop System

    SQLSTATE[42S22]: Column not found: 1054 Unknown column 'itemid1' in 'field list' Backtrace: #0 C:\xampp\htdocs\system\libs\pot\OTS_Base_DB.php(135): PDO->exec('INSERT INTO `z_...') #1 C:\xampp\htdocs\system\pages\admin\gifts.php(129): OTS_Base_DB->insert('z_shop_offer', Array) #2...
  8. S

    doubt about Event () function

    how it works? I wanted to understand, can someone help me?
  9. S

    💰 DreamOfGold 💰 Event | TFS 1.3 Revscript ~ EventCallback

    I have this same error, @Sarah Wesker
  10. S

    my window doesn't close

    yes thanks, i realized this, my problem is in the onGameEnd function, only it
  11. S

    my window doesn't close

    Thank you very much @Bakasura , I rewrote the code, this is a bit messy because my only intention was to understand why the terminate () didn’t work, maybe it was wrong, I will try, if successful I update you here .. 1615132899 @Bakasura I tried here with your code and with a more organized...
  12. S

    my window doesn't close

    first thanks for the help of both, so I trying and testing a lot I realized that my terminate () function doesn't work, I tried something like: disconnect(g_game, {onGameEnd = Offline}) and then function onMiniWindowClose() print("successful exit ") end I do not print when disconnecting...
  13. S

    my window doesn't close

    I have this script: WindowButton = nil MainWindow = nil function init() connect(g_game, { onGameEnd = offline }) connect(LocalPlayer, { onHealthChange = onHealthChange, onManaChange = onManaChange})...
  14. S

    OTClient Extended Opcode

    .
  15. S

    OTClient Save checkbox config

    function toggleChat() local gameInterface = modules.game_interface local sayModeButton = consolePanel:getChildById('sayModeButton') if consoleToggleChat:isChecked() then gameInterface.getSplitter():setMarginBottom(30) sayModeButton:setVisible(false)...
Back
Top