• 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

    Using Bing AI DALL-E to create Tibia like items

    Hi, today I tested new Bing AI functionality for generated images focusing on its possible use for creating Tibia sprites, effects: If anyone wants to try: 1) Open Microsoft Edge browser. 2) Go to site bing.com 3) Login in bing to Microsoft account. 4) Open Chat 5) Then write in chat something...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. MagicWall

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

    On this forum is a lot of threads with mapping and spriting showoff, so i want to make something similar, but with OTClient. This thread is created to show off your OTClient: Projects Mods/Modules UI And other Rules: No matter if the project/mods/ui is finished or during work. It's only...
  13. MagicWall

    [OTClient Mod] Touch Move

    A few users has written to me, to share my old mods with others users, which I shows a long time ago in thread about OTClient on Android devices. So I improved some problems and add some features. I think it may be helpful to play on touch screen like: Windows 10 Tablet or Android devices...
  14. MagicWall

    [OTClient Mod] Spacebar Attack

    In connection with post: Attack first/second Battle List OTClient I was creating spacebar_attack module. I don't know whether that is work like this functionality in Tibia 11 because i don't used Tibia 11 client. It's simple to use because it would be enough to copy spacebar_attack folder to...
  15. MagicWall

    OTClient TCP/IP communication

    Hi, I have problem with TCP/IP communication betwen two otclients. In first OTClient I create server: otclient/server.cpp at master · edubart/otclient · GitHub local Serv = nil function testCreateServer() Serv = Server.create(7175) end In second OTClient I connect to the server and send...
  16. MagicWall

    Road of distance attack

    Hi, i need help with function who return road of distance attack (like arrow, sd rune and other). I write here because i want to create function who check that possible is shot to monster/player. Maybe someone have idea how to help me.
  17. MagicWall

    Wait function

    Hi, I have problem with create function who delay the script environment for a specified time. I was trying to use loops but client become unresponsive. I want to make this function easy to use. Like: Code Wait(3000) --wait 3s Code I may use event but it's impractical.
  18. MagicWall

    OTClient Android compile problem

    I was "succesfull" compile OTC for Android from https://github.com/edubart/otclient/wiki/Compiling-for-Android but i have problem with APK file. In my APK file i have only lib folder. Someone know how to fix it?
  19. MagicWall

    blockProjectile

    Hi, im need function blockProjectile(), i found this function in luafunctions.cpp but it does not work . Now im trying to create a function isshotable() as in ElfBot (I'm trying to create the most Elfbot features) but unfortunately I have problems. Anyone know how to help me?
Back
Top