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

    OTClient 1.0

    These systems are currently added to TFS? Probably it's features from new client?
  2. MagicWall

    [OTClient Mod] Loot stats

    Without items.xml, module don't will work. But yes, it load two times items.xml. Why? Because loadxml function don't load plural names, so I prepared own xml parser who save plural names, saved plural names allows to change plural names to singular names, then I convert singular names to ids...
  3. MagicWall

    [OTClient Mod] Tool Monstermaker

    I think best way is use opcodes, why? 1) Because this is easy (register and using opcodes is easy in otclient - you may realize it using only lua). 2) You don't need update OTClient data (if you want to add new monster). 3) You don't need to write additional file parsers. 4) You have always...
  4. MagicWall

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    Modification (hotkeys module) for binding predefined actions with hotkeys module. System may helpful with creating actions and bind them with hotkeys using hotkeys module. It provide to use actions like: toggle window, on/off module, stop/start system and other. It's simple to use and easy to...
  5. MagicWall

    [TFS 1.3] Item Abilities via Lua V2

    Is this system or similar interesting and popular systems (not based on official 10.98) in today's OTS, will be merge to official TFS repo? Because as we know, TFS still work on old protocol, so we need something new in OT world.
  6. MagicWall

    Another OT Item editor (otb, dat, spr) in TypeScript

    @Gesior.pl Why you don't want to use github pages? It's easiest and free way to host and present js app. Github pages
  7. MagicWall

    Right 2 panel and blocking movement

    Here's my panels improvement from otland otclient fork. https://github.com/otland/otclient/commit/c43b2526ab64dac78b89bfe70e260e40ba9fb614 https://github.com/otland/otclient/pull/34
  8. MagicWall

    Creating a Tibia Client from Scratch

    You may learn tibia protocol/sprite system from working projects like OTClient/TFS. I think it's easiest way to learn how to make own client from scratch. Code rewrite from C++ to C# may give you beginning knowledge who may help you in future use reverse engineering in Tibia client. For example...
  9. MagicWall

    [OTClient Mod] Touch Hotkeys

    OTClient module who provide to use hotkeys in OTClient from screen using mouse or touch screen. How to add? Add folder [touch_hotkeys] to "modules" or "mods" folder in your main OTClient folder. How it works? Switch on in right game toggle button. Window will appear (depending on previous...
  10. MagicWall

    TFS 1.3

    @Sarah Wesker If I may give you advice or you have problems with compiling on Visual Studio. The best way is compiling on linux, easy compiling (ctrl+c + ctrl+v from github wiki). All production OT servers stay on linux, so it may be more helpful than compiling on Windows. And all this, you...
  11. MagicWall

    [Tutorial] How to run TFS on Android device [NO ROOT NEEDED]

    I remember times when OTServList was been full of non-commercial OTS creating by fans for fun. When server was been hosted on PC. Maybe uptime was intermittent, but it was worth to wait for it. So, maybe I want to show that tutorial, I was searched solution for that, from melancholic reasons...
  12. MagicWall

    OT Monster Maker JS

    Hello, long time ago I prepared Monster Maker Tool for OTClient, now I'm has rewrite it to JS + React. Some users have write (rightly) that is that bit useless as module for OTClient, so when I wanted to improved my Rect skills, decided to rewrite that module to JavaScript app. JS app benefits...
  13. MagicWall

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    Panels improvements Add second and third left and right panels. edubart#991 Fix problem with directly change setupViewMode from 0 to 2. Add "Panels" tab in options module. Move options "Show left panel" and "Move windows to panel" to "Panels" tab from "Game" tab. Fix UI in "Game" tab options...
  14. MagicWall

    [OTClient Mod] Health and mana circle

    Update 1.3 Added option window in options module. Update 1.3.1 Fix problem with ComboBox. Update 1.3.2 Option: On/Off health circle. Option: On/Off mana circle. Option: Change circles distances from center. Option: Change circles opacity. How looks option window: @secondlife @darkmubr...
  15. MagicWall

    [OTClient Mod] Auto Screenshot and Fast Screenshot

    Hello, I want to present two new modules: game_autoscreenshot and client_fastscreenshot. I have presented possibility to making screenshots in OTClient in this post: [OTClient Showoff], now all was be finished and added to OtLand OTClient github repo. It's forked otland repo from main OTClient...
  16. MagicWall

    [OTClient] Project needs a new maintainers

    New year, new aims, but... From time when @edubart don't may maintain OTClient github repo (Nov 4, 2017), project was stopped significantely. [RFC] Project needs a new maintainer · Issue #886 · edubart/otclient I think that is serious problem for OTClient community and future of this project...
  17. MagicWall

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    Let's refresh this thread, in fact I'm working on few systems/modules for OTClient, but this feature is not much problematic opposite to others, so I want to present screenshot function for OTClient: Probably soon I add this feature to OTClient github repo, but it may cause conflicts with my...
  18. MagicWall

    AAC Outfits

    Funny. Said this member, who in last 22 threads asked for help or want to sell graphics. You don't add nothing to otland open source society, you want to earn on it, and you want be treated prioritized. Additionaly you have pretensions! So, why other members don't want help you...? Hmm... I...
  19. MagicWall

    Lua Function [TFS 1.3] Item abilities via Lua

    I think that OT world need classic TFS and second TFS based on "classic TFS" with many additional things like: item attributes, monster levels, reflections functions etc. OTLand community may start idea like this, because now we have all to do this. I read a lot opinions that OT community must...
  20. MagicWall

    [OTClient Mod] Tool Monstermaker

    In fact, I'm started doing it in OTClient from 2 reasons: I was making it on Windows Tablet Atom x5 and 2gb RAM, it's very handy but not much powerful, especially with Win 10. And additional I was have on it OTClient, downloaded sublime and start make it. Lua Interpreter is faster and more...
Back
Top