Berserker Pride
Grandmaster Knight
Hey all,
I'm trying to make the capture of Curaw end a quest. So I used this conditions block.
Now I'm having trouble finding anything that will recognize that the player has captured the town for swadia. I've also tried ",[(eq,"p_town_11","fac_kingdom_1",)] as well as "[(eq,""$g_center_taken_by_player_faction","p_town_11",)]
Does anyone know the correct identifier to finish a quest by capturing it for a faction? O also all three of those methods compiled fine it just didn't end the quest when I captured curaw and then talked to the king. It would just defalt to a check_quest_active dialogue line located below it. So yea this line is the topmost one.
P.S. Im not sure if assigning the "$g_force_peace_faction_1" will work either I haven't got the quest to end yet
I'm trying to make the capture of Curaw end a quest. So I used this conditions block.
[trp_kingdom_1_lord,"start",[(eq,"p_town_11","$g_talk_troop_faction",)],"You have won the day I can hardly believe it. Know that you have saved Swadia from certain defeat.","close_window",[
(script_end_quest,"qst_capture_curaw"),
(troop_add_gold,"trp_player",100000),
(assign, "$g_force_peace_faction_1", "fac_kingdom_1"),
(assign, "$g_force_peace_faction_2", "fac_kingdom_2")]],
(script_end_quest,"qst_capture_curaw"),
(troop_add_gold,"trp_player",100000),
(assign, "$g_force_peace_faction_1", "fac_kingdom_1"),
(assign, "$g_force_peace_faction_2", "fac_kingdom_2")]],
Does anyone know the correct identifier to finish a quest by capturing it for a faction? O also all three of those methods compiled fine it just didn't end the quest when I captured curaw and then talked to the king. It would just defalt to a check_quest_active dialogue line located below it. So yea this line is the topmost one.
P.S. Im not sure if assigning the "$g_force_peace_faction_1" will work either I haven't got the quest to end yet