Shadowss / TravianZ

Travian T3.6 , BEST VERSION EVER | Server restarted ! Speed 50x , Troops 50x.
GNU General Public License v3.0
202 stars 125 forks source link

Maximum warehouse capacity #12

Open Bryanadeuethan opened 4 years ago

Bryanadeuethan commented 4 years ago

Hello! My users are currently experiencing a problem! We are on a speed x10000000 The problem being that we may increase the level of the warehouse, the maximum figure remains the same .. ie: 2,147,483,647

Thank you for your reply !

Cordially!

221V commented 4 years ago

https://dev.mysql.com/doc/refman/8.0/en/integer-types.html

2147483647 is maximum value for INT signed type :)

you can change database table fields type for resources to BIGINT :)

anyway i do not know, why you really need 10-million-speed :D

Bryanadeuethan commented 4 years ago

Hello, Thanks a lot for your help! Because it's fun!

Bryanadeuethan commented 4 years ago

Another very small question, would one of your developers have developed "build mode"?

221V commented 4 years ago

what means "build mode"? i do not understand