• 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. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. Codinablack

    Solved Multiple Conditions problem

    Ok so I'm trying to make a customequipment system to release here on otland. While working on it, I did some testing, as some of the conditions worked, but I wanted to make sure all were... and man, I got a big problem. I have two examples in the .xml file it reads from, two swords, one applies...
  12. Codinablack

    OTS wiki

    Hello all! I am working on transferring the OT wiki from github to here on otland. Anyways, I did the first page "Action" and gotten some mixed feedback, so I come here asking anyone who is still kind of new to scripting in lua, or at the very least kind of new to using 1.x with its...
  13. Codinablack

    A new idea, to get back old "atmosphere"

    Ok, so I have been working on some things to release here for the community (just scripts), and while I was working on some things and ofc browsing otland, I found a posting where someone was talking about the atmosphere this community has nowadays. It was then that an idea occurred to me. The...
  14. Codinablack

    Solved GlobalEvents don't work?

    Ok so first I thought my problem was that I was trying to put too many events in same file, or not in correct order or anything, so I tried something super simple like this and when I save it in the correct folder /data/scripts and start the server I get an error for the compat.lua it says...
  15. Codinablack

    Solved Git Push To Remote

    Ok, so in the past I had this figured out, but I seem to be stuck at this point, I feel like I need to rebase or squash or something to fix this, but I don't want to mess it up and have to go through the steps I have already went through, so if someone could tell me what my next git command on...
  16. Codinablack

    Solved QQ Revscript and Global var practice.

    Like the title says, its just a quick question. Is it bad practice, or is there any reason one would want to avoid setting up a global variable in a revscript sctipt. Like so:
  17. Codinablack

    TFS 1.3 Functions List June/2021

    Hey everyone, I know this list is long sought after, and that many people just want to tell everyone to look in luascript.cpp, but if you are like me, that is still more time and bs than its worth, I prefer an old school text or lua (syntax highlighting thank you) file with a LIST of the...
  18. Codinablack

    Lua Solved! Table Variable references value from same table

    Ok so this might seem like a super noobie question, but I am stuck, and I can't seem to find the technique or the method I'm trying to use anywhere out there on stackexchange or reddit or anything... So first the code. CustomSkills = { ["Mining"] = {rate = 1, level = 1, tries = 0, maxLevel...
  19. Codinablack

    I'm sorry, where to install?

    This one kills me! I'm at a loss, can anyone explain to me: If someone doesn't know where to install a lua function, then why would they even be interested in installing it? Really, I'm just bored, and I miss scripting here, so I login and look at stuff from time to time. Can we talk about...
  20. Codinablack

    OpenCipSoft?

    So I started thinking about a way to make an old school server, but with sound. Or more than that, but anyways I did a search on github for tibia code in C#, sorted by most recent and found this bad boy. OpenCipSoft/Tibia Does anyone know who's work this is? I seen the projects, does anyone...
Back
Top