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

Search results

  1. margoh

    OTClient, second right bar, how does anchors work?

    anchors.right: element2.left Simply put, it will stick right side of our main element to the left side of element2. Edit MapPanel to stick to left side of your additional right panel.
  2. margoh

    Custom otclient

    No, do it yourself.
  3. margoh

    Help: Custom life bar

    If you want custom health bar as image, you can make function that will set width and clip the image according to % of health.
  4. margoh

    OTClient font creator

    But... but the same purpose plugin is available for years on otclients github inside tools.
  5. margoh

    Customizing OTClient UI

    Copy codes and past them to inventory?:rolleyes:
  6. margoh

    Health Bar

    It's so easy that there is no need to share something so basic :d
  7. margoh

    SpellBar

    Yes, just make a module :d
  8. margoh

    Health Bar

    Simply make a module with bars, then on top of those bars put image to achieve effect like that. There are a few ways to make it, I told you the easiest way.
  9. margoh

    MiniMap Otclient Help

    If you want it round, you need to make a new ui structure for minimap in cpp.
  10. margoh

    SpellBar

    It is simple module that checks vocation after login and then parse spells for that certain vocation, then it checks if your lvl is high enough to use it.
  11. margoh

    Fixed Window

    I think you can use draggable: false, if not make a function for that.
  12. margoh

    Actions Bars

    Why you don't TRY to do it? I see you asking almost for anything regarding moding OTC. In fact it's not that hard to do.
  13. margoh

    modify square of attack

    It doesn't, but if you know how, you can add it :)
  14. margoh

    Where can I modify small messages UI?

    game_textmessage
  15. margoh

    Lua OtClient

    No :(
  16. margoh

    How to disable Ambient Light and speaker icon

    It is in options, called audioButton.
  17. margoh

    How to disable Ambient Light and speaker icon

    Remove them from options.lua, options.otui.
  18. margoh

    [Support] Loading Modules with interface, and handling storage values with extended opcode.

    Maybe try adding this to yours module otmod: autoload: true autoload-priority: 1001
  19. margoh

    [Support] Loading Modules with interface, and handling storage values with extended opcode.

    Maybe instead of spaces you have used tabs?
Back
Top