机器人移动

This commit is contained in:
flswld
2023-05-14 18:22:52 +08:00
parent 0bc54baf12
commit 4f6a1a0825
5 changed files with 135 additions and 39 deletions

View File

@@ -10,7 +10,8 @@ client_proto_proxy_enable = false
[hk4e_robot]
region_list_url = "https://hk4e.flswld.com" # 一级dispatch地址
region_list_param = "" # 一级dispatch的url参数
cur_region_url = "https://hk4e.flswld.com/query_cur_region" # 二级dispatch地址
select_region_index = 0 # 选择的二级dispatch索引
cur_region_url = "https://hk4e.flswld.com/query_cur_region" # 二级dispatch地址 可强制指定 为空则使用一级dispatch获取的地址
cur_region_param = "?version=OSRELWin3.2.0&key_id=5" # 二级dispatch的url参数
key_id = "5" # 客户端密钥编号
login_sdk_url = "https://hk4e.flswld.com" # sdk登录服务器地址
@@ -18,5 +19,9 @@ account = "flswld" # 帐号
password = "" # base64编码的rsa公钥加密后的密码
client_version = "CNRELWin3.2.0_R11611027_S11212885_D11793813" # 客户端版本号
dos_enable = false # 是否开启压力测试
dos_num = 1 # 压力测试并发数量 帐号自动添加后缀编号
dos_total_num = 1 # 压力测试并发数量 帐号自动添加后缀编号
dos_batch_num = 1 # 压力测试每批登录并发数量
dos_loop_login = false # 压力测试是否循环登录退出
client_move_enable = false # 是否开启客户端模拟移动
client_move_speed = 10 # 客户端模拟移动速度
client_move_range_ext = 1024 # 客户端模拟移动区域半径