- Thread Author
- #1
1. Open the NeptuneEvo.sln solution (redage_v3-main\dotnet\resources)
2. In the Solution Explorer, find the Models folder in the NeptuneEvoSDK
3 project
. Open the folder and look for the MoneySettings.сs file, and open it.
4. Change the required fields:
Example: We want to make 4kk$ 100 Currency donation and VIP status 3 lvl for 30 days
public int CreateCharMoney = 4000000;
public int CreateAccountRedBucks = 100;
public int CreateVipLvl = 3;
public int CreateVipDay = 30;
5. Assemble the solution and check!
2. In the Solution Explorer, find the Models folder in the NeptuneEvoSDK
3 project
. Open the folder and look for the MoneySettings.сs file, and open it.
4. Change the required fields:
Example: We want to make 4kk$ 100 Currency donation and VIP status 3 lvl for 30 days
public int CreateCharMoney = 4000000;
public int CreateAccountRedBucks = 100;
public int CreateVipLvl = 3;
public int CreateVipDay = 30;
5. Assemble the solution and check!