|
发表于 2022-2-20 10:39:50
|
显示全部楼层
你可以从对话里顺着找,也可以根据这个NPC顺着找,因为紧张不安的人是一个NPC,所以找到他trp_fugitive,然后你这个任务是在村庄场景解决掉他的,所以肯定要从MT里找,那么直接去MT里搜trp_fugitive,你就可以发现了,顺着代码看下来,你会发现
(try_begin),
(main_hero_fallen),#玩家倒下
(jump_to_menu, "mnu_village_hunt_down_fugitive_defeated"),#打开菜单提示你被干掉了
(call_script, "script_fail_quest", "qst_hunt_down_fugitive"),#任务失败
(finish_mission, 4),
(else_try),#否则
(call_script, "script_change_player_relation_with_center", "$current_town", -2),#关系掉2就在这里。任务完成,玩家和当前村庄的关系-2
(call_script, "script_succeed_quest", "qst_hunt_down_fugitive"),#提示任务完成
(try_end), |
评分
-
查看全部评分
|