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

    Question about compatibility

    No you can't since there was some protocol changes in 10.35, wich you can only be able to fix in the sources
  2. conde2

    how do time storages in tfs 1.0?

    os.time is seconds based
  3. conde2

    No damage from same storage TFS 1.0

    try with onHealthChange, or add onCombat to sources
  4. conde2

    How to keep "miniwindows" permanently inside in right panel?

    Sorry i was thinking you want it not to be at the left panel. open modules\corelib\ui\uiminiwindow serach for: local child = children[i] after put this: if not (child:getClassName() == 'UIMiniWindowContainer') then return end it should work
  5. conde2

    How to keep "miniwindows" permanently inside in right panel?

    You can try this, open modules\corelib\ui\uiminiwindowcontainer serach for function UIMiniWindowContainer:onDrop(widget, mousePos) if widget:getClassName() == 'UIMiniWindow' then local oldParent = widget:getParent() if oldParent == self then return true end after...
  6. conde2

    ObjectBuilder [10.32]

    I have a question, this .obd export the sprite aswell, but if I have an item with sprite id 5000 and import em outro .dat that already have this sprite id 5000 so it will be replaced or added at the emd of sprites?
  7. conde2

    ObjectBuilder [10.32]

    Thats just amazing !!!! Thanks the community was needing an editor like that =D
  8. conde2

    RME open source once again!

    Awesome !!!! Now we can study this and update the program =D Thanks remere !!
  9. conde2

    Compiled clients - Idea to popularize the OTClient

    Check github the latest version was compiled by edubart, see the README
  10. conde2

    New AAC

    Amazing, good to see people that enjoy the community spirit :) Keep it up !
  11. conde2

    OTClient "Community"

    Baxnie helped me a lot in the beginning, in return every time I can, I help with commits! Is that I expect from pepople who came to me willing help, but it's no what is happening, they ask me to do modules or help for theirs own projects, that's doesn't help the community, but if I see thy are...
  12. conde2

    Merry Xmas OTLand

    Merry Christmas Otland !!! Special Thanks to OTclient and TFS team !
  13. conde2

    OpenTibia ForgottenMapEditor 0.1-beta! Almost every version supported (including latest)

    Great work Fallen, hope this get stable soon !!
  14. conde2

    Dat & Spr Editors needed!

    I want it to be Black Daemon likely, export items and import is in to-do list, but this will be done later, most important now is the interface and main modules
  15. conde2

    Dat & Spr Editors needed!

    I've got the save working now, and support for all versions that OTC supports I will work on edit attributes module now and then i will make a showoff. The problem is that in the next week i have test in college so maybe 1 week without working on it.
  16. conde2

    Dat & Spr Editors needed!

    I've started working on it, but atm i don't know if i will put it at github, as far i have everything loading and some modules done =) If you have skype @Summ we can talk about it.
  17. conde2

    Dat & Spr Editors needed!

    @Summ With you have some work already done maybe i can help.
  18. conde2

    Compiling TFS 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation.

    An Otclient tutorial would be great !! Ask me if you have any doubt.
  19. conde2

    Compiling TFS 1.0/1.1 latest source. 64 and 32 bits. Pics and lots of explanation.

    Rly great tutorial, keep doing tutorials =)
  20. conde2

    Compiling OTC

    No idea why you got this error, try search google for a solution maybe you can find something. @EDIT I guess there are missing some dll, it happened to me in TFS, some dlls was missing and i was getting this error.
Back
Top