• 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

    Solved changegold index nil value tfs 1.0

    forgottenserver/item.cpp at d934b569ad788f4be091f43e62cc4a66f4871ac0 · otland/forgottenserver · GitHub You need to make it worth something :)
  2. margoh

    New Bar OTC 11

    Ctrl+. x2
  3. margoh

    Action Bars (Hotkeys) in old versions?

    Yes, OTClient.
  4. margoh

    Customizing OtClient Panels

    1. Create new panel inside interface. Push there health module. 2. Create new panel inside inventory, push there Conditions. Change size in otui from 34 to 42. Done.
  5. margoh

    Update on compiled Windows versions?

    What's so hard about compiling on Windows? I'm doing it without errors :d Follow guide for Visual Studio Compiling on Windows · edubart/otclient Wiki · GitHub Works. Every. Time.
  6. margoh

    AAC How to create popup window with cookies?

    JavaScript Cookies
  7. margoh

    market bad argument #1 to 'insert' (table expected, got nil)

    In clients module it loads information from dat. And dat id is assigned to that of item editor in items.xml (server). The best way to check it is to look for some sword or other item.
  8. margoh

    offset of spells

    Before effect is drawn you need to check what size it has and depending on that size calculate how much it should be moved on x's and y's.
  9. margoh

    offset of spells

    You cannot do it in OB, yet you can do it in OTC.
  10. margoh

    OTClient change postion of Skull

    creature.cpp
  11. margoh

    [NEW][MODULE]Store_module

    Yes, it is.
  12. margoh

    [NEW][MODULE]Store_module

    You have error in the code. Instead of getPlayerStorageValue(cid, 21116) it should be getPlayerStorageValue(player, 21116)
  13. margoh

    [NEW][MODULE]Store_module

    Check terminal for errors.
  14. margoh

    OTClient center skillbuton

    He wants it, probably, as MainWindow displayed on the center of the screen, like Options etc, instead of MiniWindow displayed on Left/RightPanel.
  15. margoh

    What are the most used features / pages on OT websites?

    When I play some server, the most important information for me is if the house is available, I don't really care about the rest.
  16. margoh

    Just a little something I've been working on...

    I think that should increase fps, as when those pitch black tiles won't send anything, then there won't be any draw calls. Am I right?
  17. margoh

    How to attach something to items (Like skills, health)

    Inside items.xml. Check if already existing items have some attribute called health/extrahealth.
  18. margoh

    Spriting- how to cut outfit with mounts (object builder)

    You need to take 1st (idle) graphic, then 3rd and 5th.
  19. margoh

    Need Remove Message Update Of Mi Custom Tibia

    What is wrong with my msg? I simply wrote this Subcategory is for OTclient issues/mods etc and not Cipsoft's client.
  20. margoh

    Need Remove Message Update Of Mi Custom Tibia

    Wrong section, it is for OTClient not CipSoft Client.
Back
Top