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

    website email MYACC verification

    config.php/htdocs // mail 'mail_enabled' => false, // is aac maker configured to send e-mails? 'mail_address' => '[email protected]', // server e-mail address (from:) 'mail_admin' => '[email protected]', // admin email address, where mails from contact form will be sent...
  2. lopez65

    website email MYACC verification

    Hello friends, I am trying to configure the MYACC email verification system. ------------------------------------------------------- my steps: Create an account in gmail, then enter your account and go to settings, then forwarding and POP/IMAP mail, activate "Enable POP for all messages (even...
  3. lopez65

    vBot extensions

    hello Can someone explain to me the steps a little clearer that are seen in this example AutoLoader- vBot extensions#75 This allows you to drag and drop extensions into vBot without editing the vBot cavebot.lua file to load them. Find tile CONFIGNAME\vBot\cavebot.lua Find...
  4. lopez65

    [TFS 1.3] [Revscriptsys] Free Lua scripting service - Post your requests! Let's learn it together!

    can someone help me with this script thanks ------------ local config = { ["1"] = {n = 1}, } function onTextEdit(cid, item, newText) if item.uid == 15000 and item.itemid == 9825 then -- add the unique id in the lever local x = config[newText] if x then for i =...
  5. lopez65

    monster lever

    Xikini thanks for the correction but now when i use the lever it shows no errors but does nothing .uid == 15000 I put that in map editor in uid no aid
  6. lopez65

    monster lever

    Reloaded: scripts. > palanca_rotwords.lua [error] ^ ...serv\data\scripts\actions\custom\palanca_rotwords.lua:11: unexpected symbol near '{' my edit of line 11 ------> local pos{x=32339, y=32215, z=7}
  7. lopez65

    monster lever

    Hello friends I have got this script here in otland but it does not work for me my TFS is 1.4, if you can add 1 second of exhausted that would be great and yes it may be possible to make as many monsters as the player wants my errors in console with the current script > palanca_rotwords.lua...
  8. lopez65

    Capture The Flag

    It is possible that it asks for an object to be able to do the event, I am testing it seems to work well I think it is not compatible with the canary version I have only been able to observe 2 failures you can change color test character no gm and when you die you lose level to die do not...
  9. lopez65

    Capture The Flag

    thanks for the information, the event configured this CTF_TIME_LIMIT = 30 -- End CTF automatically after 30 minutes CTF_RESTART_TIME = 1 -- Start CTF again after 60 minutes CTF_CHECK_QUEUE = 5 -- Check CTF queue after 5 minutes CTF_MIN_PLAYERS = 1 -- How many players must be queued for CTF to...
  10. lopez65

    Capture The Flag

    Hello, can someone explain to me a little what these points mean, I don't understand, thanks CTF_GATES = { -- These will be removed when its time for players to run around in CTF. They should block exits/entrances -- [1] = {itemid = 3766, pos = Position(1016, 986, 7)}, [2] = {itemid =...
  11. lopez65

    TFS 1.3 Lottery System

    local lottery = GlobalEvent("lottery") local config = { interval = "1 minute", rewards = {[3043] = 5, [22118] = 2, [10218] = 1}, -- Rewards aleatorio, separados por coma, 2160 es crystal coin = cuantos, 2152, platinium coins, cuantos, 24774 son tibia coins, cuantos etc website =...
  12. lopez65

    Bomberman Event

    I finally found a solution --MESSAGE_INFO_DESCR--- type of message that does not give an error don't you know of any door script that has a usage time and asks for an object
  13. lopez65

    Bomberman Event

    the same error
  14. lopez65

    Bomberman Event

    tried to change the color but nothing lastPlayer:sendTextMessage(MESSAGE_STATUS_CONSOLE_GREEN, 'You have won!')
  15. lopez65

    Bomberman Event

    what kind of messages are there and in what line did I change that thanks --[[ https://otland.net/members/snavy.155163/ #################################################################### # ____ ____ __ __ ____ ______ _____ __ __ _ _ # # | _ \ / __ \| \/...
  16. lopez65

    Bomberman Event

    I get an error in the console at the end of the event [2022-28-05 14:37:48.612] [error] [ProtocolGame::sendTextMessage] - Message type is wrong, missing or invalid for player with name GOD, on position ( 32369 / 32241 / 7 ) using code: Action - [1.3] Bomberman 💣💥...
  17. lopez65

    TFS 1.3 Lottery System

    did you find a solution?
  18. lopez65

    OpenTibia Remere's Map Editor 2.2 - 10.31

    ohh, i use otservbr
  19. lopez65

    OpenTibia Remere's Map Editor 2.2 - 10.31

    for version 12.64??
Back
Top