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

    $25 reward. Looking for suggestions on a server name

    Tales of Zersania Ertranock Adventures
  2. margoh

    [OTCLIENT] Options button on inventory.

    @onClick: function() modules.client_options.toggle() end
  3. margoh

    change this name

    g_app.setName("Client Name") g_app.setCompactName("clientcompactname")
  4. margoh

    Pick-up all and pick-up on doubleclick

    TFS 1.x
  5. margoh

    Tool Tip

    edubart/otclient In that file you can edit tooltip.
  6. margoh

    Otclient options button

    Reverse changes to origin and then change this inside: /data/styles/20-tabbars.otui TabBarVerticalButton < UIButton size: 48 48 color: #aaaaaa anchors.left: parent.left anchors.right: parent.right text-align: bottom icon-align: top icon-offset-y: 2 icon-color: #888888 $first...
  7. margoh

    TFS 1.X+ Hide creature on batlelist

    You can try to add here another elseif statement edubart/otclient elseif creature:isMonster() then for i = 1, #monsterNames do if creature:getName(monsterNames.[i]) then return false end end Probably will do, didn't tested.
  8. margoh

    Diminishing sprite size to 16x16px.

    edubart/otclient Here you can change the size of tile, but you will have errors - uncompatible spr and dat - probably, didn't tested.
  9. margoh

    OTClient - Change the number of slots backpack

    layout: type: grid cell-size: 34 34 flow: true Here you have to add cell-spacing or sth like that.
  10. margoh

    OTClient - Change the number of slots backpack

    Inside game_containers/container.otui
  11. margoh

    OTClient - Change the number of slots backpack

    Change the width of side panels or change width of contentsPanel only inside containers.lua. Ofc, going with first option you need to change width of every module displayed inside of sidepanels.
  12. margoh

    OTClient - Change the number of slots backpack

    Its in the items.xml on server side o_O
  13. margoh

    Why otclient settings dont save?

    Because you probably do forceExit. You need to logout and then close the client and settings will save.
  14. margoh

    Lua Function [TFS 1.3] Item abilities via Lua

    Successfully added to TFS 1.1.
  15. margoh

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

    gameMapPanel:setZoom(x) - that should do.
  16. margoh

    How to remove right and left panel?

    Send console.otui
  17. margoh

    How to remove right and left panel?

    Check otclient.txt, there should be information about that error. Also it can be because of tabs.
  18. margoh

    [OTCLIENT] Function change vocations

    healthInfoWindow instead of healthinfoWindow.
  19. margoh

    How to remove right and left panel?

    Inside interface.otui, change whole GameBottomPanel to this code.
  20. margoh

    Monsters in TFS 1.2 XML problem

    It is. Look at Cornex's post.
Back
Top