My quest for Joaquim de Almeida is done 
However, I have two problems to solve at the moment.
The first one is about triggering the quest.
My quest is in the quests_reaction.c and I try to trigger it from both_reaction.c
I changed a bit the case PLAYER_TYPE_CORSAIR for that:
But, this code doesn't work 
The other problem is in the Quest Book interface, instead of having the name of my quest, I have the word "erro"
I want to inform that all the quest records added work, the only problem is just the name of the quest

However, I have two problems to solve at the moment.
The first one is about triggering the quest.
My quest is in the quests_reaction.c and I try to trigger it from both_reaction.c
I changed a bit the case PLAYER_TYPE_CORSAIR for that:
Code:
case PLAYER_TYPE_CORSAIR:
questRecord = "Corsair_Continue";
if (GetMySimpleName(PChar) == "José Joaquín Almeida")
{
LAi_QuestDelay("madero_start", 0.0);
}
break;

The other problem is in the Quest Book interface, instead of having the name of my quest, I have the word "erro"

I want to inform that all the quest records added work, the only problem is just the name of the quest
