• 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

    C++ Update system to tfs 1.42

    That's awesome! Glad to hear that!
  2. Codinablack

    Lua [TFS 1.6] Converting NPC's (Jiddos system) into new NPC System (Evil Heros system)

    Hells yeah! Nice sample! It's great that you are willing to help people switch over, thank you!
  3. Codinablack

    Black Tek Server Pre-Release

    Yes. It works with OTC and Tibia 10.98.
  4. Codinablack

    Black Tek Server Pre-Release

    That key being there twice was an accident I assure you. There was a python script ran to add the same amount of slots to items as real tibia has, and that one was probably overlooked as being one that has it already because they were testing it. As far as making the amount of slots depend on...
  5. Codinablack

    Only clients with protocol x allowed

    yes
  6. Codinablack

    Only clients with protocol x allowed

    Nothing is bugged. The problem is the need for a "Login Server" that no one knows about. You can find one by nekiro, I'm told it works for tfs main
  7. Codinablack

    OTC Advanced Sound System

    Better late than never? 😅 https://github.com/mehah/otclient/pull/774
  8. Codinablack

    Black Tek Server Pre-Release

    I have spoke with other linux users, they seem pretty certain that compiling on their machine, and then sharing the binaries to another's machine, will not work. I guess I will have to learn how to use github actions and/or docker to get the proper binaries available for everyone
  9. Codinablack

    Black Tek Server Pre-Release

    I don't have a linux machine to compile on my friend. I will be working on making profiles for each type of OS I can find the right information on, and eliminating the step of setting up conan and its profile from the user's side of responsibilities. It's just a lot of work and will require a...
  10. Codinablack

    Black Tek Server Pre-Release

    I have a release available on the github. It has many fixes for the imbuements, some optimizations, removed all the console errors, major monster update, imbuement slot support for items.xml, and many other changes. I have much more to come guys, but enjoy another sample :D...
  11. Codinablack

    SpellId and there images

    Oh wow! Amazing share!
  12. Codinablack

    C++ OTHire Auto-looting function gone after compiling from source, but code is there

    I really think you need to call the query inside there and it will work as you want, the exact location, I am unsure, also, will add a lot more over head too if you do, but that is probably how the original worked. I am thinking they replaced the MaxCount variable with a call to the queryMax...
  13. Codinablack

    +7800 sprite sorted (Items and Outfits)

    click on the sprites.zip ?
  14. Codinablack

    C++ Is it possible to convert all items from Asynchronous to Synchronous at same time?

    I know this is irrelevant, but I am curious... why do you wish the animations to be synchronous instead of asynchronous? I guess it might look kind of cool if everything was timed to be doing the same thing at same time, maybe a bit reminiscent of some older sprite based rpg's.
  15. Codinablack

    C++ OTHire Auto-looting function gone after compiling from source, but code is there

    Looks like he just moved the rest of the code outside that "bool test" check. If that is the only real change, and it works for you, then very well done, and I admit I was mistaken.
  16. Codinablack

    TFS 1.X+ MySQL errors

    I have now tried that commit, it indeed does fix this problem, however to use the code, you must have a portion of this commit as well https://github.com/otland/forgottenserver/commit/7243e9099a15902af81939c4637727b93d0eeb96 The only part of that commit needed is the additional "addTask"...
  17. Codinablack

    C++ OTHire Auto-looting function gone after compiling from source, but code is there

    Your code you say you need help with, doesn't get executed until its called. It is called inside the function "__queryDestination". Therefore, this code that you are obsessing over and keep posting about, has nothing to do with the actual piece of code written that you say you need help with...
  18. Codinablack

    C++ OTHire Auto-looting function gone after compiling from source, but code is there

    Bro I just looked over everything. It's pretty obvious the reason it works sometimes and not others is not because it's broken but because of which method you are using to call it. You said it doesn't work with "addItem". That's right, it doesn't, it only is ever called from one function...
  19. Codinablack

    C++ OTHire Auto-looting function gone after compiling from source, but code is there

    Are you sure you have the boolean config value for auto stack set to true?
  20. Codinablack

    C++ Monster Level&skull Crash tfs 1.5 860

    Please mark AokiSama's last message as the solution!
Back
Top