mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-12 23:14:34 +01:00
update allmsgs
This commit is contained in:
32
EpinelPS/GameData/Currency.cs
Normal file
32
EpinelPS/GameData/Currency.cs
Normal file
@@ -0,0 +1,32 @@
|
||||
namespace EpinelPS
|
||||
{
|
||||
public enum CurrencyType
|
||||
{
|
||||
NoneCurrency = 0,
|
||||
UserExp = 1,
|
||||
ChargeCash = 98,
|
||||
FreeCash = 99,
|
||||
CharacterExp = 1000,
|
||||
Gold = 2000,
|
||||
CharacterExp2 = 3000,
|
||||
FriendshipPoint = 4000,
|
||||
ArenaChip = 5000,
|
||||
CharPremiumTicket = 5100,
|
||||
CharCustomizeTicket = 5200,
|
||||
CharCorporationTicket = 5300,
|
||||
ArenaTicket = 6001,
|
||||
_2NdArenaTicket = 6002,
|
||||
InterceptTicket2 = 6003,
|
||||
ContentStamina = 6100,
|
||||
RecycleRoomPoint = 6200,
|
||||
InfraCoreEnergy = 7000,
|
||||
RaptureParts = 8000,
|
||||
DissolutionPoint = 9000,
|
||||
InApp = 9999,
|
||||
GuildCoin = 10000,
|
||||
SilverMileageTicket = 11000,
|
||||
GoldMileageTicket = 12000,
|
||||
SimulationRoomPoint = 13000,
|
||||
CharacterSkillResetTicket = 14000,
|
||||
}
|
||||
}
|
||||
@@ -10,7 +10,7 @@ namespace EpinelPS.LobbyServer.Msgs.Archive
|
||||
var req = await ReadData<ReqGetArchiveRecord>();
|
||||
|
||||
var response = new ResGetArchiveRecord();
|
||||
response.ArchiveRecordList.AddRange([100, 200, 300, 400, 500, 600, 700, 800, 900, 1000, 1100, 1200, 1300, 1400, 1500, 1600, 1700, 1800]);
|
||||
response.ArchiveRecordManagerList.AddRange([100, 200, 300, 400, 500, 600, 700, 800, 900, 1000, 1100, 1200, 1300, 1400, 1500, 1600, 1700, 1800]);
|
||||
response.UnlockedArchiveRecordList.AddRange([100, 200, 300, 400, 500, 600, 700, 800, 900, 1000, 1100, 1200, 1300, 1400, 1500, 1600, 1700, 1800]);
|
||||
// TODO: allow unlocking
|
||||
await WriteDataAsync(response);
|
||||
|
||||
@@ -7,10 +7,11 @@ namespace EpinelPS.LobbyServer.Msgs.Shop
|
||||
{
|
||||
protected override async Task HandleAsync()
|
||||
{
|
||||
// TODO use proper type: ResListSeenProductOffer
|
||||
var x = await ReadData<ReqGetJupiterProductList>();
|
||||
var x = await ReadData<ResListSeenProductOffer>();
|
||||
|
||||
var response = new ResGetJupiterProductList();
|
||||
// TODO
|
||||
|
||||
var response = new ReqListSeenProductOffer();
|
||||
await WriteDataAsync(response);
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -2,10 +2,10 @@
|
||||
// Asset Urls for game version 125.8.15
|
||||
// Extracted from POST https://global-lobby.nikke-kr.com/v1/staticdatapack
|
||||
"StaticData": {
|
||||
"Url": "https://cloud.nikke-kr.com/prdenv/126-c2e562bd11/staticdata/data/qa-241031-10b/345904/StaticData.pack",
|
||||
"Version": "data/qa-241031-10b/345904",
|
||||
"Salt1": "Vsm2cdvBtmQJtLny5Lk55XbXhTfwp/IMSbrzROfjNxQ=",
|
||||
"Salt2": "swx3L8RVipiqwQ8Cq1y7n6BqFp49d9M6yh/dFuhKef0="
|
||||
"Url": "https://cloud.nikke-kr.com/prdenv/126-c2e562bd11/staticdata/data/qa-241031-10b/346163/StaticData.pack",
|
||||
"Version": "data/qa-241031-10b/346163",
|
||||
"Salt1": "KfaSXJ3RzjtHyElAfYMQyVgkdFj/d6NSQ9UGIEhhTNU=",
|
||||
"Salt2": "bMyor1Yq6S59WKle86oSMr16tGvXAVEI9pSMG7G79yc="
|
||||
},
|
||||
|
||||
// Extracted from POST https://global-lobby.nikke-kr.com/v1/resourcehosts2
|
||||
|
||||
Reference in New Issue
Block a user