• 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!

Recent content by Codinablack

  1. Codinablack

    INGAME STORE (HOW TO?)

    If all you care about is that there is a working store which comes with the distro, then you want Canary. If you are in fact keen to only use a more close to TFS, kind of sources, then, Mateus Roberto has released the store for TFS 1.4 which you can find by using the search function, or by...
  2. Codinablack

    TFS 1.X+ Optimizing player saves & when saves execute

    Hell yeah , rock on brother! Thinking about it, there is no reason that the save's need to block the main thread... and thinking more about it, same can be said about the loads. Please note, in TFS the main thread, is not the "main" thread, it's the dispatcher. Since saving only requires...
  3. Codinablack

    TFS 1.X+ Optimizing player saves & when saves execute

    Redis cache solves performance and state issues. As for the itemized saves... I honestly don't feel like there is going to be a huge cost to the database if you manage the saves in a queue that fires up and then waits for a like 200 milliseconds before running all the queries in the queue, and...
  4. Codinablack

    TFS 1.X+ Optimizing player saves & when saves execute

    I agree with Itutorial, @Nekiro , how can this be abused for duping when he is doing immediate saving all around... the problem with TFS is that they DO NOT do it this way, instead, they only save the entire player upon logout, so a player can grab something from depot or players house, have it...
  5. Codinablack

    Moving forward

    To be clear, I harbor no hatred, nor discontent, or any other malicious feelings towards users who are "selling code". I don't blame individuals who seek monetary value for their work, for the state of this community. I merely stood up to defend the outlandish statement that "open source never...
  6. Codinablack

    INGAME STORE (HOW TO?)

    There is no ingame store in 1.0, not in 1.1, 1.2, 1.3, 1.4... this is why nothing happens... There is also no "ingame store" code even written to be compatible with 1.0 that I'm aware of, pretty sure any third party code you will find has been written to work with 1.4 or better, or canary.
  7. Codinablack

    Moving forward

    I'm not sure which discords you are visiting, but just because they have a "high" member count don't mean jack smack... Those discords are pretty well all 10x as dead as this forum... really, it's not about the "forum" or the "discords"... its the member count for the community.. and it's the...
  8. Codinablack

    Moving forward

    What's absolutely next level delusional, is he truly believes he has the intellectual superiority over myself and others who shun him for his trolling behavior.. and why.. because he got a reaction out of me in all caps an curse words? XDDDDDDDDDD Meanwhile, ban hammer incoming, for yet...
  9. Codinablack

    Moving forward

    Please stop making accounts and trolling this site. If you hate it so fucking much, then STAY THE FUCK AWAY FROM IT. I think I speak for everyone when I say we are fucking tired of you using this place as a public griefing and troll zone for yourself, and tired of reading your spewed ignorance...
  10. Codinablack

    Moving forward

    Riiiiiiiiiiiiiiiiiiiiiiiiiight 🤣 Not like open source has ever gotten anyone anywhere.. ever... especially not in the OPEN tibia community... you are so wise... Another clown speaking nonsense... Most the innovation in ALL programming lanugages and in every single place that Computer Science...
  11. Codinablack

    TFS 1.X+ Set attack = 0

    You don't want the attack at 0, you simply want to write a special description for that item and transform all it's damage into ice damage... but for the record, you don't change source code to alter the attack of an item....
  12. Codinablack

    Woodcutting Profession System

    These is very nice unique system, thank you for sharing!
  13. Codinablack

    [WARNING] Custom OTC/OTCv8 Game Store hack

    One hundred percent agree with you! Using open sourced (and easily modded for that matter) software is always double sided... if people know how it works, they can surely manipulate data to their own desire. For those who are smart enough, or are determined enough, OTC is a giant OT hacker...
  14. Codinablack

    CipSoft RealEngine 7.4 [Development Thread] – BETA Phase Incoming

    For the record, I put TVP as the example to compare against because it's pretty well established as THE best distro for the old school lovers. I don't personally use those kinds of servers, so I'm not giving my opinion, I'm just speaking on what seems to be the general consensus 🤷‍♂️ PS...
  15. Codinablack

    Change Spell List

    Two ways: 1st option: use a modal window to display the spells available to a player. 2nd option: use extended op codes and send the information to the client, and on the client, build a module to display this information... could even send ALL spells and then filter them like what is done on...
Back
Top