• 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. Il Knight

    OTClient Black lines in outfits when enlarging the outfits and mounts

    maybe you are blind or something
  2. Il Knight

    OTClient Black lines in outfits when enlarging the outfits and mounts

    you can't because the sprites hve that black border, so.. the otclient is using the sprites, and when the image is resized the black borders get doubled. soulution, make diferent sprites for that window. resize it in you pc, and remove the borders manually.
  3. Il Knight

    Game speed/animation

    easy in the cpp files you can change the speed of the npcs, i mean the speed of the messages and the movement when they are walking, in creatures.cpp you can also change the speed of all the creatures. the attack i think you can do it via lua
  4. Il Knight

    Game speed/animation

    add x2 speed attack to vocations add 2x healing time add 2x speed movement add 2x attack of the monsters add 2x spells cooldowns, done
  5. Il Knight

    OTClient - Change the number of slots backpack

    the 185 means the size of 4 slots when you open the containers
  6. Il Knight

    OTClient - Change the number of slots backpack

    well, that line some times will make problems if you resize the client margin-left: 1203 so better use this one. GameSidePanel id: gameRightPanel anchors.right: parent.right anchors.top: parent.top anchors.bottom: parent.bottom anchors.left: parent.right...
  7. Il Knight

    OTClient - Change the number of slots backpack

    because you are using tab, instead of 4 spaces GameSidePanel id: gameRightPanel anchors.right: parent.right anchors.top: parent.top anchors.bottom: parent.bottom anchors.left: parent.left margin-left: 1203 focusable: false on: true
  8. Il Knight

    OTClient - Change the number of slots backpack

    look for gameinterface.otui for GameSidePanel id: gameRightPanel and put this inside anchors.left: parent.left margin-left: 1203
  9. Il Knight

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    ok, post your gameinterface.lua to set the zoom that you need
  10. Il Knight

    [Tutorial] Adding more tiles to game window - Updated 7/6/2018

    hi Helliot, can i ask, how you make the spells bars? (f1-f2-f3 etc) i really need that, i know how to solve your problem pm me
  11. Il Knight

    Lua Otclient Togglechat

    up pls
  12. Il Knight

    Lua Otclient Togglechat

    Hi today im triying to set the chat console of OTCLIENT Disabled when you login here is the commit Added enable/disable chat mode (allows for alphabetical key controls)… · edubart/otclient@5fbb711 what i need to change to set the chat disabled at the LOGIN and be able to use WASD without...
  13. Il Knight

    How to remove right and left panel?

    i only want to make the Chat Panel a Window, to make it Small, and Unmoveable, Unrezisable and transparent to see under the chat window the map of the game
  14. Il Knight

    How to remove right and left panel?

    Console.otui "original" ConsoleLabel < UITextEdit font: verdana-11px-antialised height: 14 color: yellow margin-left: 2 text-wrap: true text-auto-resize: true selection-color: #111416 selection-background-color: #999999 change-cursor-image: false cursor-visible: false...
  15. Il Knight

    How to remove right and left panel?

    i checked all the error is in "ERROR: failed to apply style to widget 'consolePanel': OTML error in '/game_console/console.otui:79': cannot create anchor, there is no parent widget!
  16. Il Knight

    How to remove right and left panel?

    Unable to load game interface lua
  17. Il Knight

    How to remove right and left panel?

    thank you margoh, where i do put that code?
  18. Il Knight

    paypal chargebacks

    if they start the chargeback then why not?
  19. Il Knight

    paypal chargebacks

    chargebacks = bann player account. or not use paypal
  20. Il Knight

    How to remove right and left panel?

    Hi margoh, today im trying to make the chat panel a window instead, because i wanna put more sqm in the screen of the game window. how i can set the chat console to be a window instead of a panel that takes space of the game window, and how i can make the chat console with transparency, so the...
Back
Top