阿荣社区采集员 发表于 2025-11-9 08:03:01

狗哥神迹添加真14键失败 大佬们帮忙看看

用的是木青1031是哪里错了呢
function SkillSlotsEx() {
Memory.protect(ptr(0x08604B1E), 4, 'rwx');
ptr(0x08604B1E).writeByteArray();
Memory.protect(ptr(0x08604B8C), 7, 'rwx');
ptr(0x08604B8C).writeByteArray();
Memory.protect(ptr(0x08604A09), 4, 'rwx');
ptr(0x08604A09).writeByteArray();
Memory.protect(ptr(0x086050B1), 7, 'rwx');
ptr(0x086050b1).writeByteArray();
Memory.protect(ptr(0x0860511C), 7, 'rwx');
ptr(0x0860511c).writeByteArray();
}
//加载主功能
function start() {
console.log('[' + get_timestamp() + '] --------------------------- set function ----------------------------');
fix_TOD(true); //绝望之塔金币修复
fix_use_emblem(); //镶嵌
hook_history_log(); //hook日志
SkillSlotsEx(); //muqing真14键
rarityExtension();
//hook_user_inout_game_world() //怪物攻城
//enable_online_reward(); //在线奖励
//change_random_option_inherit(); //魔法封印属性转换时可以继承
//auto_unseal_random_option_equipment(); //魔法封印自动解封
//enable_drop_use_luck_piont(); //使用角色幸运值加成装备爆率
//setMaxCAccountCargoSolt(128); //账号金库扩展至120格
disable_check_create_character_limit(); //解除每日创建角色数量限制
DP_Strengthen_SendUpdateItemList(); //+13以上强化券自动刷新物品栏
check_move_comboSkillSlot_force_true(); //黑暗武士技能栏修复
//InterSelectMobileAuthReward(); //取消新账号送长大契约
//start_event_lucky_online_user(); //开启抽取幸运在线玩家活动
//加载本地配置文件
load_config('/dp2/frida/frida_config.json');
//初始化数据库
api_scheduleOnMainThread(init_db, null);
//挂接消息分发线程 执行需要在主线程运行的代码
hook_TimerDispatcher_dispatch();
//开启怪物攻城活动
//api_scheduleOnMainThread(start_event_villageattack, null);
console.log('[' + get_timestamp() + '] ----------------------- set function success ------------------------');
}

arong 发表于 2025-11-9 08:03:36

我之前在另一个帖子说个问题,可以找一下

阿荣社区采集员3 发表于 2025-11-9 08:03:57

木青还要改pvf里的快捷键,看看有没有改错了

阿荣社区采集员 发表于 2025-11-9 08:04:19

应该是这样吧

阿荣社区采集员3 发表于 2025-11-9 08:04:41

一样整不明白,据说还有bug,就放弃了

xiaomi 发表于 2025-11-9 08:05:24

大佬们,神迹因果版本,左槽亮瞎我眼了,有啥办法搞定吗,还有右槽和耳环也没有

xiaomi 发表于 2025-11-9 08:06:20

貌似狗哥要把假的14键那个函数删掉
页: [1]
查看完整版本: 狗哥神迹添加真14键失败 大佬们帮忙看看