Lawin0129 / LawinServerV2

LawinServer V2 is a fortnite backend written in Node.js that features an account system and xmpp.
GNU General Public License v3.0
107 stars 70 forks source link

V-Bucks #16

Closed xLoigi closed 1 year ago

xLoigi commented 1 year ago

Can you change the amount of vbucks that each Account has and the Days remaning on the battle pass?

cedriclmao commented 1 year ago

It should be in Config/DefaultProfiles/common_core.json!

Look for "Currency:MtxPurchased" and than change the quantity to the vbucks you want.

After that restart your server. The new V-Bucks count will only be shown to accounts which are created after the change.

xLoigi commented 1 year ago

Is there a way to manage each account different with vbucks?

cedriclmao commented 1 year ago

Author

yeah you have to do it with a database then