diff --git a/SCHALE.GameServer/Controllers/Api/ProtocolHandlers/Account.cs b/SCHALE.GameServer/Controllers/Api/ProtocolHandlers/Account.cs index c0a2da2..fdb2a7f 100644 --- a/SCHALE.GameServer/Controllers/Api/ProtocolHandlers/Account.cs +++ b/SCHALE.GameServer/Controllers/Api/ProtocolHandlers/Account.cs @@ -224,7 +224,7 @@ namespace SCHALE.GameServer.Controllers.Api.ProtocolHandlers { AccountCurrencyDB = new AccountCurrencyDB { - AccountLevel = 1, + AccountLevel = 90, AcademyLocationRankSum = 1, CurrencyDict = new Dictionary { @@ -354,7 +354,7 @@ namespace SCHALE.GameServer.Controllers.Api.ProtocolHandlers return new AccountGetTutorialResponse() { - TutorialIds = tutorialIds ?? [] + TutorialIds = tutorialIds ?? [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25] }; } diff --git a/SCHALE.GameServer/Utils/InventoryUtils.cs b/SCHALE.GameServer/Utils/InventoryUtils.cs index bdd7311..3d4ef86 100644 --- a/SCHALE.GameServer/Utils/InventoryUtils.cs +++ b/SCHALE.GameServer/Utils/InventoryUtils.cs @@ -79,8 +79,8 @@ namespace SCHALE.Common.Utils UniqueId = x.UniqueId, BoundCharacterServerId = x.ServerId, IsLocked = false, - StarGrade = 5, - Level = 200 + StarGrade = 3, + Level = 50 }; }); @@ -132,17 +132,17 @@ namespace SCHALE.Common.Utils { UniqueId = characterId, StarGrade = 5, - Level = 200, + Level = 90, Exp = 0, PublicSkillLevel = 10, ExSkillLevel = 5, PassiveSkillLevel = 10, ExtraPassiveSkillLevel = 10, LeaderSkillLevel = 1, - FavorRank = 500, + FavorRank = 20, IsNew = true, IsLocked = true, - PotentialStats = { { 1, 25 }, { 2, 25 }, { 3, 25 } }, + PotentialStats = { { 1, 0 }, { 2, 0 }, { 3, 0 } }, EquipmentServerIds = [0, 0, 0] }; }