• 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 Mod] Tool Monstermaker

    I prepared mod for OTClient who may help with creating monsters for TFS 1.3, in fact it need tests and probably it have some issues, but all sources is open. A few months earlier I showed several screenshots: [Showoff] OTClient Monster Maker In fact, I created it in boring journeys from one...
  2. MagicWall

    OTClient with LuaJit

    OTClient devs mainly focused on CMake, MSBuild is only additional form to compiling OTClient using Visual Studio. But one thing (this is screen from Visual Studio version) ... Look at this: edubart/otclient And to "otclient-sdk-master" folder. So, MSBuild (Visual Studio) version in...
  3. MagicWall

    [TFS 1.X] Give player items by table

    You may add second optional parameter backpackId, probably this question can may happen. If someone may have problem with it, solution: function Player.giveItems(self, t, backpackId) backpackId = backpackId or 1988 ... and replace 1988 -> backpackId
  4. MagicWall

    Click to select area instant spell

    I remember similar thread and this is mine answer (maybe it may help you): Lua - Use spells with crosshair
  5. MagicWall

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

    My improved for game right/left panels: I have sended pull request to github repo, if someone want to test them: Link + more info: https://github.com/edubart/otclient/pull/974 If you test them, all will works, and you will want them in OTClient you may approve change, who will help...
  6. MagicWall

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

    @Flatlander I think this feature is very useful so maybe you add this feature to OTClient and TFS 1.3 github repo, using CMake and preprocessors to easy configure client/server. It may be very helpful to popularizing OTClient and the latest TFS sources.
  7. MagicWall

    [OTClient Mod] Loot stats

    I want to present my loot statistics module for OTClient, who was presented in posts: [OTClient Showoff] Show off your OTClient project/module/UI and other [OTClient Showoff] Show off your OTClient project/module/UI and other What is loot_stats module? This module is created for presenting...
  8. MagicWall

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

    OTClient Monster Maker. Download: [OTClient Mod] Tool Monstermaker
  9. MagicWall

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

    Let's to add something, because now is some boring. Elfbot scripts interpreter I want to show my old project who I must have stopped, because I have some problems with realize "wait" function in LUA code (I know about "events" but this not solve this problem). Probably "wait" function in LUA...
  10. MagicWall

    [OTClient Mod] Health and mana circle

    Updated to version 1.2 Changes: Add optional new circles: exp (top) and skill (bottom) [look first post how to show/hide/configure] Code refactoring Change positioning (to make it real circle) May fix some problems Probably it's not the last version, I have some ideas how to upgrade it.
  11. MagicWall

    OTClient font creator

    I now check it and you have right. OMG my fault :confused: I has to check Edubart version to check how it works. Link: https://github.com/edubart/otclient/blob/master/tools/gimp-bitmap-generator/generate_bitmap_font.py
  12. MagicWall

    OTClient font creator

    I was search for tutorial/script to build new fonts for OTClient, but I wasn't find them. So I created own simply tool. OTClient font creator is tool written as python plugin for Gimp, who is helpful to create fonts for OTClient in simply few steps. Result: How to use? 1) Put script...
  13. MagicWall

    First steps in responsive OTClient design

    Now I'm working on the touch friendly UI for Android phones/tablets. So I must implemented response OTClient design. I think playing on mobile phone (5"+) may be easy, probably not like on a computer but exp may be enjoyable. Now I have done CSS units: Almost finished CSS units: And now I...
  14. MagicWall

    Hide TopMenu on login screen [OTClient]

    Easy, add this to hide top menu: modules.client_topmenu.getTopMenu():setHeight(0) And this when you want to switch ON top menu: modules.client_topmenu.getTopMenu():setHeight(36) Where? I advise you to add to client_background -> background.lua Functions: hide() show() [Full solution] Change...
  15. MagicWall

    [DISCUSSION] 128x128 pixels Tibia sprites with AI (neural network)

    For me this idea is great. Of course! I want may help, but probably my c++ skills is not best. How it may look like: @edubart thread about it: Enhancing graphics to 64x64 with machine learning Other 64x64 sprites threads: Tibia 64x64 [Object Builder] How can I import 64x64 objects? Maybe...
  16. MagicWall

    First steps in responsive OTClient design

    Similar to responsive web page design, I want make similar system in OTClient. I was able to make functions similar to CSS: width: 50% -> widthPercent(50) height: 30% -> heightPercent(30) Ok, so what they look like in real: Why OTClient flash? Because I resize application window and it's...
  17. MagicWall

    [OTClient Mod] Health and mana circle

    In connection with posts: New Bar OTC 11 New Bar Tibia 11 · Issue #923 · edubart/otclient · GitHub I was creating game_healthcircle module. What is game_healthcircle module? This module draw health circle and mana circle in game map. So it's alternative method to show status of player health...
  18. MagicWall

    New Bar OTC 11

    Pre-Alpha version: It's need only lua, so install is very easy -> put folder to mods.
  19. MagicWall

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

    Showing loot in the left top screen (only client side, improved previous loot stats mod): Download: [OTClient Mod] Loot stats
  20. MagicWall

    Update on compiled Windows versions?

    Shawn5961 Newest OTClient (compilator: VS15): Bot protection: OFF OTClient (4776668) [20.11.2017] Changelog from version (df422c0) [04.02.2017] last version to download from OTLand (@Summ OTClient builds (Windows)) to (4776668) [20.11.2017]: [C++] [Fix] Fixed some problems with logging to...
Back
Top