AD: Mt2009 - Mobile & PC - 30 January 2026 CHECK THE PRESENTATION!
I encountered a problem – bosses deal too much damage. On the server side, there are mob_proto and item_proto files in TXT format, but editing them had no effect.
Editing the client-side files (where mob_proto and item_proto are encrypted) also had no effect. Additionally, after decrypting the client files, they differ from the server files.
In MySQL > player, there is only the item_proto table, but editing it does nothing (for example, I tried to make an item time-limited by adding a value to the time column, but in the game, it remained permanent).
On the server side, there is a mob_proto file in var/db/mysql, but there is no corresponding table in MySQL itself.
How can I correctly edit these files to ensure that the changes take effect on the server?
Editing the client-side files (where mob_proto and item_proto are encrypted) also had no effect. Additionally, after decrypting the client files, they differ from the server files.
In MySQL > player, there is only the item_proto table, but editing it does nothing (for example, I tried to make an item time-limited by adding a value to the time column, but in the game, it remained permanent).
On the server side, there is a mob_proto file in var/db/mysql, but there is no corresponding table in MySQL itself.
How can I correctly edit these files to ensure that the changes take effect on the server?

