Some other cheat advices:
<b>Modding the cheats:</b>
..\Age of Pirates 2\Program\INTERFACE\Debuger.c
Under this line u can add for the F6 cheats(the most significant):
<i>string descF6 = "Goog spyglass, pistol х2, blade, manowar, hero reputation, idol in shop";</i>
<b>Better Spyglass:</b>
GiveItem2Character(mc,"spyglass5");
<b>Better blade:</b>
GiveItem2Character(mc,"blade32");
<b>World map:</b>
GiveItem2Character(mc, "map_normal");
<b>Treasure map N1 and N2:</b>
GiveItem2Character(mc, "map_part1");
GiveItem2Character(mc, "map_part2");
<b>Skull trinkets:</b>
GiveItem2Character(mc, "sculMa1");
GiveItem2Character(mc, "sculMa2");
GiveItem2Character(mc, "sculMa3");
<b>An a shotgun: (with very fast shooting and reload, not like the normal)</b>
Items_FindItem("pistol7",&arItm);
arItm.chargespeed = 3;
arItm.dmg_min = 1600.0;
arItm.dmg_max = 2650.0;
<b>A very good armor:</b>
GiveItem2Character(mc,"cirass5");
<b>No more rats on the ship with this trinket:</b>
GiveItem2Character(mc, "indian11");
View attachment Debuger.c - in my file there are some more cheat mods, check al lbefore copy & paste if u gonna do it <img src="style_emoticons/<#EMO_DIR#>/wink.gif" style="vertical-align:middle" emoid="
" border="0" alt="wink.gif" />
Need any other modification - ask in PM <img src="style_emoticons/<#EMO_DIR#>/smile.gif" style="vertical-align:middle" emoid="
" border="0" alt="smile.gif" />