Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/03/24 in all areas

  1. find these line in mob.cpp // Cap it to 100% drop_rate = min( drop_rate, 10000 ); change to if (sd->state.pvpmode) drop_rate += 100; // final drop rate increment by 1.00% // Cap it to 100% drop_rate = min( drop_rate, 10000 );
    1 point
  2. Change Numbers in line #define PACKETVER "NUMBERS" for your client date
    1 point
  3. Don't let these things affect you, programming is a great power, but not everyone has responsibility, if person A makes a code, and person B modifies that code for malicious purposes that affect the community, then the community's problem is with B and not with A, we can't confuse things, it's like Functor's war against hackers, every day programmer B makes an update to bypass programmer A's protection, so programmer A needs to create new protection, the difference is that functor receives money for this while tokey has always released everything for free, I can speak for myself, I am extremely grateful for everything you did for us
    1 point
×
×
  • Create New...