update for version 3.1.5x

This commit is contained in:
amizing25
2025-03-04 09:48:38 +07:00
parent 44b9bf8580
commit 96ec724693
14 changed files with 62064 additions and 3094 deletions

View File

@@ -31,7 +31,7 @@ namespace FreeSR.Gateserver.Manager.Handlers
Id = id,
Hp = 10000,
Satiety = 100,
Sp = new AmountInfo{CurAmount = 10000,MaxAmount = 10000},
SpBar = new SpBarInfo {CurSp = 10000, MaxSp = 10000},
AvatarType = AvatarType.AvatarFormalType,
Slot = (uint)lineupInfo.AvatarLists.Count
});
@@ -158,7 +158,7 @@ namespace FreeSR.Gateserver.Manager.Handlers
Hp = 10000,
AvatarType = AvatarType.AvatarFormalType,
WorldLevel = 6,
Sp = new AmountInfo { CurAmount = 10000, MaxAmount = 10000 },
SpBar = new SpBarInfo { CurSp = 10000, MaxSp = 10000 },
RelicLists = { testRelic },
EquipmentLists = {new BattleEquipment
{
@@ -190,8 +190,8 @@ namespace FreeSR.Gateserver.Manager.Handlers
{
SceneMonsterWave monsterInfo = new SceneMonsterWave
{
Pkgenfbhofi = i,
MonsterParam = new SceneMonsterParam
WaveId = i,
WaveParam = new SceneMonsterWaveParam
{
Level = monsterLevels[i],
}
@@ -203,7 +203,7 @@ namespace FreeSR.Gateserver.Manager.Handlers
foreach (uint monsterId in monsterIdList)
{
monsterInfo.MonsterLists.Add(new SceneMonsterInfo
monsterInfo.MonsterLists.Add(new SceneMonster
{
MonsterId = monsterId
});