Methinks Cape Franco at hispaniola has lots of Indians.
A lot of Indians yes, but no Indian weapon. They all have European names?
PS. I see the Pyramid now is open, I will have a look inside.
Visit our website www.piratehorizons.com to quickly find download links for the newest versions of our New Horizons mods Beyond New Horizons and Maelstrom New Horizons!
Quick links for Beyond New Horizons
- Download latest version
- Wiki
- FAQ
- Report bugs here
- Bug Tracker on Github
Quick links for Maelstrom
- Download the latest version of Maelstrom
- Download the latest version of ERAS II
- Download the latest version of New Horizons on Maelstrom
Quick links for PotC: New Horizons
- Download latest version
- Wiki
- FAQ
- Report bugs here
Thanks to YOUR votes, GOG.com now sells:
- Sea Dogs
- Sea Dogs: Caribbean Tales
- Sea Dogs: City of Abandoned Ships
Vote now to add Pirates of the Caribbean to the list!
Quick links for AoP2: Gentlemen of Fortune 2
- Downloads and info
- ModDB Profile
- Forums Archive
A Pirate Podcast with Interviews
Music, Comedy and all things Pirate!
- Episode Guide - About - Subscribe -
- Twitter - Facebook - iTunes - Android -
- Youtube - Fill the Coffers -
Methinks Cape Franco at hispaniola has lots of Indians.
Doubt it. But it IS weird. Let me make a new Bug Tracker issue for that.Could the fact that they now are wearing European names have any negative effect ?
case "skeleton":
isSet = true;
if(chr.model == "mummy" || chr.model == "native") //ccc 10.2
{
gunProb = 0.0; // Swindler 05-10-10: mummies and natives don't have guns
chr.name = VC_MUMMY_NAME; // ccc10.2
chr.lastname = VC_MUMMY_LNAME; // ccc10.2
if(VC_MUMMY_NOMONEY) chr.money = 0; // ccc10.2
GiveItem2Character(chr, "indian"+ makeint(1 + rand(15)) ); // jun05 booty for stealing
}
Indeed they do.Do they still get random Indian trinkets for looting?
Thanks for confirming. Then they MUST be correctly named at some point.Indeed they do.
case "mummy":
isSet = true;
chr.sex = "skeleton";
gunProb = 0.0; // Swindler 05-10-10: mummies don't have guns
LAi_NPC_Equip(chr, sti(chr.rank), true, false);
if(VC_MUMMY_NOMONEY) chr.money = 0; // NK
GiveItem2Character(chr, "indian"+ makeint(1 + rand(15)) ); // jun05 booty for stealing
GiveItem2Character(chr, "mineral"+ makeint(1 + rand(2)) ); // jun05 booty for stealing
break;
First I will say that the "Arawak tribe" still is named as Arawak Indians, I dont remember where the other tribes (maybe " Carib")@ANSEL: Can you confirm if the European name natives carried an Indian object PLUS another random item or ONLY an Indian object?
It's on my todo list but it will be done after the public release.I did some slight cleaning up and generalizing of the code that generates random indians.
Now they're back to being called "Akellani natives". Extract attached to PROGRAM\LandEncounters to try.
@Levis: I would recommend you have a look at this file!
It looks quite needlessly complicated now and it contains some ancient stuff that related to skills and abilities.
So you might want to look that through and remove everything that serves no real purpose.