Author Topic: [Tutorial] How to set a max stored gold limit on multiplayer server  (Read 476 times)

0 Members and 1 Guest are viewing this topic.

FriendsKnow

  • Guest
you need to know the Module System before you start

1) Open up header_common.py

2) Find line "multi_max_gold_that_can_be_stored = 15000"

change to :

multi_max_gold_that_can_be_stored = how_many_you_wish

3) Save file,build module,modified module files  overwrite in Modules/Native