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

    Suggestion Limit the Jobs Section to prudent members

    I believe it is far to common that a person will come here to otland for no other purpose but to try to build a money machine off the labor of others, completely destroying the foundations for which the community were built. Mark himself had a problem with what money was doing to the community...
  2. Codinablack

    OTClient AcidOT Map

    I'm looking for any version any copy of the old school server map known as AcidOT. If you are unsure which map that is, but think it's possible you may have it, here is where you can see it https://acidsot.com/map.php Please share if you have a copy, thank you
  3. Codinablack

    Multispawn and multisummon command

    Codinablack submitted a new resource: Multispawn and multisummon command - Utility Talkaction Read more about this resource...
  4. Codinablack

    Tibia's Official 5th Vocation

    So it seems tibia has added a fifth vocation after all these years.
  5. Codinablack

    [10.98] BlackTek Server 1.0 Official Release

    BlackTek Server 1.0 (Dark Night Salvation) Greetings eveyone! I am pleased to announce the first Official Release of Black Tek Server, BlackTek Server 1.0! I know you are all eager to see the list of things that BlackTek Server has to offer as a 10.98 server, but first I would like to give...
  6. Codinablack

    Webdesigner Black Tek Server Official Site

    Ok I will keep it short and sweet. First off: This is not a paid job! So you if you are still here, you are probably wondering what is in it for you? Well, its a live site that you can add to your portfolio/resume to show others that you not only CAN write code for a website, but also that you...
  7. Codinablack

    [Tutorial][BlackTek] From nothing to fully installed Server with AAC on Windows.

    How to get started quickly with BlackTek Server on Windows. Prerequisites The only requirements that are necessary to have before getting started is Visual Studio (preferably 2022), and it needs to have the latest MSVC "platform toolset" for your target version. The recommended is MSVC v143...
  8. Codinablack

    BlackTek-Server Development Thread

    Ok guys, figured I should probably stop using the other threads to discuss development of black tek, as per otland rules. The pre-release thread, and the other discussion thread about "Does anyone want an updated 1.4x" were both not threads specifically created for the purpose of discussing the...
  9. Codinablack

    Black Tek Server Pre-Release

    Ok so here it is, what you guys have been waiting on. There are a few caveats to this pre-release though: 1. I only compiled x64 on windows. BUT you can compile yourself on your own system easily. 2. There are errors on startup, they are errors for "non unique loot". BUT easy to fix yourself...
  10. Codinablack

    Does anyone want an updated TFS 1.4.x+

    Ok so I have started working on a project that will break away from OT. I have started with the base as TFS 1.4.2 (because it has a suitable client to connect with). I have been doing many of the "fixes" and such from the main branch, and I also replaced the garbage CMake build system for...
  11. Codinablack

    What do you want to develop?

    There has been a lot of talk in the community as of late about the state of TFS, and there are a lot of people basically saying it has died off since the switch to the newest client. This has lead to debates about what is to come, and about which distro everyone should be using. This has always...
  12. Codinablack

    128x128 AI enhanced sprites

    I have taken the sprites from a client versioned 13.34, and ran them through an ai to produce a 4x up-scaled result that can be seen on this thread. If you wish to download the full pack, you can do so here : 1.19 GB file on MEGA...
  13. Codinablack

    OTC Advanced Sound System

    Ok, so my friend and I have been messing around with OTC (Mehah's) and the sound support there, we both have been making our own custom sound systems for a bit, when we realized there was so much missing from the lua api for sound manipulation in OTC. Not only that, but the sound library that...
  14. Codinablack

    [1.3+] Spell Converter

    Ok so I was working on a converter to turn the spells.xml file and the scripts for each spell in the spells.xml. The aim or goal was to read the .xml file and rewrite all the information to Revscripts for spells. This allows each spell to become modular and easily transferred or shared between...
  15. Codinablack

    Looking for anyone willing to work for trade or free

    Ok so some may know me, some may not, if you are visiting this thread, then you either need someone to do some work for you, or you are bored and looking for something to do. I mainly desire someone who is willing to do mapping work, as soon as my financial situation turns around, then maybe I...
  16. Codinablack

    [TFS 1.X] Player:hasEvent()

    Here you guys go, its just a simple small function that returns true if the player has the event, or false if they don't have it. Its a lib, so add where you keep your libs (data/lib), but don't forget to make sure its loaded using dofile() or if you have a folder that loads all libs inside...
  17. Codinablack

    [TFS 1.4] Global Monster Limit

    Ok so I was tinkering around with ideas to take away the edge given to cavebotters over players who play. One idea came that came about was a limit on killing monsters instead of the broken stamina system. I asked for some ideas on which way would be best for optimization here and ultimately...
  18. Codinablack

    How would you do it?

    Ok so this isn't really a support issue, I'm kind of just looking for a bit of brainstorming or really opinions on performance and optimization for a kill counter. YES I know kill counters have been done countless times before. Here is the thing, kill counters are normally saved via storage...
  19. Codinablack

    Solved Question about class extentions.

    Ok so my question is aimed at 1.4 and up, for lua, I know we can extend the classes provided for us, with our own custom functions like function Player.isUsingOtClient(self) I have used this many times and its great, but what I was curious of, is there a way to create new variables for the...
  20. Codinablack

    Revscripts(1.3) Custom Equipment {SYC}

    Ok everyone, I have been working on something for a few weeks in my spare time, and I'm here to share with you, a "Custom Equipment" system, that loads all your custom equipment properties thru a single xml file. Credits to : @azzkaban for original release this is based off of here Special...
Back
Top