Pychnight / TshockRpgToolKit

Master Controller for distrubtion of quests, custom npcs, custom items and skills, housing, leveling, npcshops, etc.
GNU General Public License v2.0
11 stars 1 forks source link

[Banking] Currencies Reset between worlds / Servers #46

Closed Pychnight closed 5 months ago

Pychnight commented 5 years ago

Assignment of the WorldID causes currencies to reset between different worlds / Servers. this entry should be removed to allow support for cross world currencies.

Pychnight commented 5 years ago
Pychnight commented 5 years ago

possibility instead of removing the world id from the database, we can just turn this into a optional feature

when "SharedWorldCurrency" is set to true is will sync all players balance across every world id, when it's set to false it will function as currently.

Pychnight commented 5 months ago

Resolved