diff --git a/README.md b/README.md index 71056a7..a110503 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Copy and paste launcher.exe and hkprg.dll from launcher folder inside hysilens-s Windows: ``` git clone https://git.xeondev.com/HonkaiSlopRail/hysilens-sr -cd jingliu-sr +cd hysilens-sr zig build run-dispatch zig build run-gameserver ``` diff --git a/gameserver/src/manager/battle_mgr.zig b/gameserver/src/manager/battle_mgr.zig index 03f6bd7..2f94e39 100644 --- a/gameserver/src/manager/battle_mgr.zig +++ b/gameserver/src/manager/battle_mgr.zig @@ -252,7 +252,7 @@ fn addBattleTargets(allocator: Allocator, battle: *protocol.SceneBattleInfo) !vo try battle.battle_target_info.append(.{ .key = 5, .value = pfTargetTail }); }, // AS - 420100...420300 => { + 420100...420900 => { try battle.battle_target_info.append(.{ .key = 1, .value = asTargetHead }); }, else => {}, diff --git a/gameserver/src/services/scene.zig b/gameserver/src/services/scene.zig index 26701b9..4609d3d 100644 --- a/gameserver/src/services/scene.zig +++ b/gameserver/src/services/scene.zig @@ -26,8 +26,8 @@ pub fn onSceneEntityMove(session: *Session, packet: *const Packet, allocator: Al const req = try packet.getProto(protocol.SceneEntityMoveCsReq, allocator); for (req.entity_motion_list.items) |entity_motion| { if (entity_motion.motion) |motion| { - //if (entity_motion.entity_id > 99999 and entity_motion.entity_id < 1000000 or entity_motion.entity_id == 0) - log.debug("[POSITION] entity_id: {}, motion: {}", .{ entity_motion.entity_id, motion }); + if (entity_motion.entity_id > 99999 and entity_motion.entity_id < 1000000 or entity_motion.entity_id == 0) + log.debug("[POSITION] entity_id: {}, motion: {}", .{ entity_motion.entity_id, motion }); } } try session.send(CmdID.CmdSceneEntityMoveScRsp, protocol.SceneEntityMoveScRsp{