Sea Dogs: To Each His Own

Sea Dogs: To Each His Own

View Stats:
Black Pastor Sep 6, 2018 @ 12:59am
Dutch Gambit: Secret organization.
I tried to get the first mission but Gaston refues saying someting like : "I don't need the service of some shirkers. i dont have any advice i can offer you" whats he's trying to say with that? I meet the requeriments: i have more that 25 in all the weapons, i'm a ordinary rascal and i below the 15 level. do you think is because my fame? thanks for helping me. :)
< >
Showing 1-5 of 5 comments
The author of this thread has indicated that this post answers the original topic.
Merkit Sep 6, 2018 @ 1:40am 
Your reputation is too high.
Black Pastor Sep 6, 2018 @ 2:52am 
damn :( I knew it. thanks mate. i been haging at sea for like four moths doing nothing but it still doesn't go down the rep to "Unkown" even when the help from right click says that i must wait... thanks again. :)
Merkit Sep 6, 2018 @ 7:25am 
I meant that you are not much of a Rascal yet. When dialogue changes from 'renting room' to 'bug-infested hovels' you should be good to go.
Black Pastor Sep 7, 2018 @ 10:05pm 
Actually is kinda weird you were right... it was my fame: I was a ordinary rascal then i sailed like two months and my rep or fame didn't change but even if you don't get the message "your rep is X" after the two moths i was able to take the mission. i guess you must be a "Unknow" dude before take it. :p thanks. :p
Merkit Sep 7, 2018 @ 11:23pm 
Here's the code from PROGRAM folder:
case "Tonzag_check"://начинаем проверять нашего ГГ по всем статьям
if(sti(pchar.reputation.nobility) > 41)//высокая репа Too noble
{
PlaySound("VOICE\Russian\hambit\Ercule Tongzag-03.wav");
dialog.text = "I don't need the services of some shirkers. I don't have any advice I can offer you.";
link.l1 = "Hey, hey. Easy with the language, buddy!";
link.l1.go = "exit";
break;
}
if(GetSummonSkillFromName(pchar, SKILL_F_LIGHT) < 25 || GetSummonSkillFromName(pchar, SKILL_FENCING) < 25 || GetSummonSkillFromName(pchar, SKILL_F_HEAVY) < 25 || GetSummonSkillFromName(pchar, SKILL_PISTOL) < 25)//слабое фехтование low skills
{
dialog.text = "Captain, I need a warrior a little more vicious than you. Come back when you learn how to handle that iron dangling on your belt. And a little adroitness wouldn't hurt either.";
link.l1 = "I see. Then I'll pay you a visit later.";
link.l1.go = "exit";
break;
}
if(sti(Pchar.rank) > 15)//высокий ранг - rank is too high
{
dialog.text = "You're too well-known on the Archipelago, cap. I don't think you'd be interested in my assignments.";
link.l1 = "All right, if you don't think I'd be interested, then what can I do. Farewell.";
link.l1.go = "exit";
break;
}
PlaySound("VOICE\Russian\hambit\Ercule Tongzag-02.wav");
dialog.text = "Yeah... You're actually on time. I've got one errand that must be fulfilled right away. If you show yourself in a good light, I'll introduce you to some influential people. Now listen, here's what you've got to do.";
link.l1 = "I'm all ears.";
link.l1.go = "Tonzag_task";
break;

Nothing about fame here.
< >
Showing 1-5 of 5 comments
Per page: 1530 50

Date Posted: Sep 6, 2018 @ 12:59am
Posts: 5