Pack rat that I am in real life, this may seem a strange "fix" coming from me, but I have read many complaints about the various main quest articles that you acquire, and then can never get rid of, and I believe I have struck upon a novel way of relieving oneself of Rheim's Journal, the letter from Father Bernard with the release for the Animist, V. Massoni's papers, and the Animist's Amulet; selling them.
This fix requires a few minor edits:
1. Go to PROGRAMITEMSinitITEMS C File
and scroll down to this entry:
makeref(itm,Items[n]);
itm.id = "rheims_journal";
itm.name = "itmname_rheims_journal";
itm.describe = "itmdescr_rheims_journal";
itm.model = "";
itm.picIndex = 8;
itm.picTexture = "ITEMS_4";
// NK -->
itm.skiptrade = true;
itm.skiprand = true;
itm.skipequip = true; <--- <Change this to false,>
// NK <--
// itm.shown = 0;
itm.price = 0; <---- <Change this to a number, I put it to 1000 and it works fine, I would suggest any number greater than 2>
Do the same for: "rheims_letter"; "animists_amulet"; & "letter_prison"; "Massoni_papers";
When you load your game, press "I" to reinitialize, and you can either sell these or, alternatively, if you want to keep the items and put them in the chest on your ship, you can do that. (I kept the Animist Amulet as a souvenir.)
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/pirate2.gif" style="vertical-align:middle" emoid="
:" border="0" alt="pirate2.gif" />
Certainly, you should not sell these items if you have not completed the quest because once you sell them they are gone. Let me know if there is anything unclear in my directions, or if you find it causing any problems. I have had no problems with the game since I applied these changes, but stranger things have happened.
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/rolleyes.gif" style="vertical-align:middle" emoid="
" border="0" alt="rolleyes.gif" />
This fix requires a few minor edits:
1. Go to PROGRAMITEMSinitITEMS C File
and scroll down to this entry:
makeref(itm,Items[n]);
itm.id = "rheims_journal";
itm.name = "itmname_rheims_journal";
itm.describe = "itmdescr_rheims_journal";
itm.model = "";
itm.picIndex = 8;
itm.picTexture = "ITEMS_4";
// NK -->
itm.skiptrade = true;
itm.skiprand = true;
itm.skipequip = true; <--- <Change this to false,>
// NK <--
// itm.shown = 0;
itm.price = 0; <---- <Change this to a number, I put it to 1000 and it works fine, I would suggest any number greater than 2>
Do the same for: "rheims_letter"; "animists_amulet"; & "letter_prison"; "Massoni_papers";
When you load your game, press "I" to reinitialize, and you can either sell these or, alternatively, if you want to keep the items and put them in the chest on your ship, you can do that. (I kept the Animist Amulet as a souvenir.)
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/pirate2.gif" style="vertical-align:middle" emoid="

Certainly, you should not sell these items if you have not completed the quest because once you sell them they are gone. Let me know if there is anything unclear in my directions, or if you find it causing any problems. I have had no problems with the game since I applied these changes, but stranger things have happened.
<img src="http://www.piratesahoy.com/forum/style_emoticons/<#EMO_DIR#>/rolleyes.gif" style="vertical-align:middle" emoid="
