论坛大佬发的炼仙传说一键端+手工端,https://bbs.iopq.net/thread-17138211-1-1.html。搭建外网后会出现IOS将于9月7日开服的问题。原因是因为数据库/data/sql/login.sql里有个坑,需要自行修改一下,具体修改如下。
- INSERT INTO `t_s_server_list` (`server_id`, `target_id`, `server_name`, `system`, `mark`, `open_time`, `zone_id`, `label_id`, `min_version`, `max_version`, `server_cross_group`, `activity_cross_group`, `chat_cross_group`, `address`, `address_game_cross`, `address_cross`, `web_host`, `data_host`, `db_host`, `db_username`, `db_password`, `log_host`, `log_username`, `log_password`, `upkeep_message`, `max_login_count`, `max_reg_count`, `hot_threshold`, `rec_threshold`, `no_rec_threshold`, `update_time`, `preview_time`, `show_name`, `pre_release`) VALUES
- (1001, 1001, '1服', 0, 8, '2022-09-13 09:35:00', 1, 100001, '1.00', '5.00', 0, 0, 0, '你的服务器IP:8001', '127.0.0.1:11001', '127.0.0.1:20006', 'http://127.0.0.1:7001', 'jdbc:mysql://127.0.0.1:3306/game', 'jdbc:mysql://127.0.0.1:3306/game_1001', 'root', 'jzyu.com', 'jdbc:mysql://127.0.0.1:3306/game_1001', 'root', 'jzyu.com', '服务器正在维护中', 2000, 5000, 70, 95, 95, '2022-09-08 06:27:10', NULL, NULL, 0),
- (1002, 1002, '2服', 0, 8, '2022-09-13 09:35:00', 1, 100001, '1.00', '5.00', 0, 0, 0, '你的服务器IP:8002', '127.0.0.1:11002', '127.0.0.1:20006', 'http://127.0.0.1:7002', 'jdbc:mysql://127.0.0.1:3306/game', 'jdbc:mysql://127.0.0.1:3306/game_1002', 'root', 'jzyu.com', 'jdbc:mysql://127.0.0.1:3306/game_1001', 'root', 'jzyu.com', '服务器正在维护中', 2000, 5000, 70, 95, 95, '2022-09-08 06:27:10', NULL, NULL, 0);
复制代码 位置在2019-2022行,数据库密码未进行修改,可以复制我的,然后改下IP就行。
|