Hi! I hope this is in the right category.
I'm using a version of Pirates of the Caribbean with no downloaded mods installed, the only modifications used are the ones I have put in myself. I'm having trouble getting the Zaid Murro quest to work and thought I'd might ask here for help.
In the "IslaMuelle" file I have enabled both Vigila Mendes and Zaid Murro.
In the "quests_reaction" file I have changed the lines
and
to
and
but it still won't work so it seems I have to put in something else.
The Vigila Mendes quest works just fine. What do I have to do to make the Zaid Murro quest work as well? Any help would be appreciated.
By the way, is there any way to get Vigila Mendes to leave Isla Muelle's store after I've talked to him and completed the quest? Now he's just standing there every time I enter the store. I tried putting in
under
since I was going to do that quest afterwards anyway but it did not work.
And while I'm at it, is there anything I need to do to make the Clair Larrouse quest work? What about the Edgar Attwood quest? Any other quests in the code that I can enable?
Thanks for any help.
I'm using a version of Pirates of the Caribbean with no downloaded mods installed, the only modifications used are the ones I have put in myself. I'm having trouble getting the Zaid Murro quest to work and thought I'd might ask here for help.
In the "IslaMuelle" file I have enabled both Vigila Mendes and Zaid Murro.
In the "quests_reaction" file I have changed the lines
Code:
LAi_group_SetCheck("PIRATES_IN_GAMBOA_SHIP", "fight_with_other_bandits_in_muelle_town_exit");
Code:
LAi_group_SetCheck("PIRATES_IN_GAMBOA_SHIP", "fight_with_other_bandits_in_muelle_town_exit_4");
Code:
LAi_group_SetCheck("BANDITS", "fight_with_other_bandits_in_muelle_town_exit");
Code:
LAi_group_SetCheck("BANDITS", "fight_with_other_bandits_in_muelle_town_exit_4");
The Vigila Mendes quest works just fine. What do I have to do to make the Zaid Murro quest work as well? Any help would be appreciated.
By the way, is there any way to get Vigila Mendes to leave Isla Muelle's store after I've talked to him and completed the quest? Now he's just standing there every time I enter the store. I tried putting in
Code:
ChangeCharacterAddress(CharacterFromID("Vigila Mendes"), "none", "none");
Code:
case "zaid_to_muelle_town":
And while I'm at it, is there anything I need to do to make the Clair Larrouse quest work? What about the Edgar Attwood quest? Any other quests in the code that I can enable?
Thanks for any help.