• 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

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

    Woodcutting Profession System

    These is very nice unique system, thank you for sharing!
  3. 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...
  4. 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...
  5. Codinablack

    Compiling Compiling error tfs 1.4.2 FMT and STD

    You got it to link sure, because it's still locked into OLD DEPENDENCIES and so you linked using OLD DEPENDENCIES exactly like I said... If you remove that lock (by removing/updating the baseline) and do like I said, it will also link, and those 1k boost errors would be gone. The error you are...
  6. Codinablack

    TFS 1.X+ Any creative solution to block market for Roogaard?

    That same compatibility is 98 percent flawless for making the change to BlackTek 1.0 as well... the only 2 percent difference, is that the absorbs are no longer in the items.xml and so that functionality would need to be written by hand in lua. I'm j/s
  7. Codinablack

    BlackTek-Server Development Thread

    Update: Zones system using toml serialization and fully integrated and supported via BlackTek Mapeditor is now available in the BlackTek server with the above lua API. Come join the community to find out more!
  8. Codinablack

    [10.98] BlackTek Server 1.0 Official Release

    Glad you are enjoying the software! The argument out of range value is just a warning that is not really an issue, just an annoyance. I forget exactly where that line is that is causing it, but your console should tell you when you get it, where its at, you just change the -1 to 0 I believe to...
  9. Codinablack

    CipSoft's "Creator" software (Map Editor and more)

    I'm sort of working on something like this... rather than a single multi-purpose tool, I am working on a framework and GUI stack of applications in a single solution (what is commonly referred to as a "MonoRepo") which will allow a person to just clone or download the project and run rebuild...
  10. Codinablack

    BlackTek-Server Development Thread

    Update: Items.xml is now items.toml. Same as augments, you can create as many of the toml files as you wish, in as many sub-folders as you wish, for ex. items/weapons/wands.toml
  11. Codinablack

    [USA] [14] TrueTibia | Since 2024 | Free to Play | No Resets | Long Term |

    Any advantage <--- That's the definition If you can spend real life money with the owner of the game to gain what is listed above, it is defined as P2W
  12. Codinablack

    [USA] [14] TrueTibia | Since 2024 | Free to Play | No Resets | Long Term |

    Actually, its the definition of Seeing as how they don't have to grind for the items you are selling, that is an advantage: Seeing as how the players who don't pay have to manually loot, thus lowering their potential exp per minute, that's an advantage. Seeing as how the players who don't pay...
  13. Codinablack

    AOT Project – Built from Scratch, Based on BlackTek!

    Just checking in to see how this project is coming along?
  14. Codinablack

    [USA] [14] TrueTibia | Since 2024 | Free to Play | No Resets | Long Term |

    The big difference being that the players who sell those things, had to earn them by hunting, looting, questing, trading, rune making, ect... By offering these things in the shop, you completely destroy the supply and demand nature of player based economies... So yes, offering these things...
  15. Codinablack

    BlackTek-Server Development Thread

    Update: Account Manager is live on master branch for BlackTek. Here is a small preview of how it looks in game. Here is also a look at how easy it is to configure options for character choices: The only thing that isn't working yet is the premium restriction on options: (that and other...
  16. Codinablack

    C++ TFS 0.3.6 ~[SOURCE-EDIT] How to use two weapons and two shields simultaneously?

    Then how about sharing with everyone else who may want the same thing?
  17. Codinablack

    C++ TFS 0.3.6 ~[SOURCE-EDIT] How to use two weapons and two shields simultaneously?

    He never said or, he said AND (as well as simultaneously)... and when I explained you need four hands for that, it should have been apparent to him the miscommunication if that is not what he was seeking.... and then again, later on, I tell him to show me that he can have two items in one hand...
  18. Codinablack

    C++ TFS 0.3.6 ~[SOURCE-EDIT] How to use two weapons and two shields simultaneously?

    I told you it was impossible because you can't have two items in one hand.... and you said you could already do that... that is not what those images show... you are simply showing two hands both with same kind of item.... Like I said, impossible to put two items in one slot.
  19. Codinablack

    C++ TFS 0.3.6 ~[SOURCE-EDIT] How to use two weapons and two shields simultaneously?

    Bro. Stop fucking yelling at me. I can read. You have clearly stated that it doesn't work for attacking or defending... I'm not fucking stupid. YOU ALSO CLAIM TO ALREADY BE ABLE TO PUT TWO ITEMS IN ONE SLOT, WHICH I CALL BULLSHIT ON! IF you can do that, then show me, and quit fucking...
  20. Codinablack

    C++ TFS 0.3.6 ~[SOURCE-EDIT] How to use two weapons and two shields simultaneously?

    I still call BS. Show me. I don't believe the client would allow such a thing
Back
Top