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

  1. D

    Error when logging in

    Hello everyone, When I log into the game I get the error message "ProtocolGame parse message exception (0 bytes unread, last opcode is 159, prev opcode is 141): InputMessage eof reached" in the game terminal (Ctrl + T) from what I can see the prev opcode is GameServerCreatureLight, but I do...
  2. D

    Error when logging in (OTCLIENT)

    bump
  3. D

    Error when logging in (OTCLIENT)

    bump
  4. D

    Error when logging in (OTCLIENT)

    Hello everyone, When I log into the game I get the error message "ProtocolGame parse message exception (0 bytes unread, last opcode is 159, prev opcode is 141): InputMessage eof reached" in the game terminal (Ctrl + T) from what I can see the prev opcode is GameServerCreatureLight, but I do...
  5. D

    [SOLVED]Loading UI to another

    thanks Summ, I tried this with skills also, but I just keep getting "attempt to index local 'skill' (a nil value)" I think it's related to my refresh function... function refresh() local player = g_game.getLocalPlayer() if not player then return end onExperienceChange(player...
  6. D

    [SOLVED]Loading UI to another

    Hi, I'm looking to create the health window into my inventory window by loading it healthInfoWindow = g_ui.createUI('healthinfo', module.game_inventorysheet.gethealthWindow()) this is my otui in the "inventorysheet" folder MiniWindow id: healthWindow width: 250 height: 30...
  7. D

    Defining sprite + dat file path

    Thanks for reply Summ So, calling g_sprites.loadSpr("tibia.spr"); would be correct?
  8. D

    Defining sprite + dat file path

    Hello, Does anyone know how I can define the sprite + dat file path in the source and not through things.lua? file = g_resources.guessFilePath(file, "spr"); m_spritesFile = g_resources.openFile(file); // cache file buffer to avoid lags from hard drive m_spritesFile->cache(); I'm...
  9. D

    removing close minimize

    thanks alot man
  10. D

    removing close minimize

    hello, i'm trying to remove the close 'x' and '-' minimize buttons from some of the windows, for example - the skills window. Does anyone know what the process is? thank you
  11. D

    Changing view distance

    anyone found the right values to change?
Back
Top