Help
Help
At the beginning of my file on mrrowind i sold the package for casius codius and i can't remember where to can any body help get it back.
Ther anit nothing better than killing a wolf. Oh wait u can always kill 2............
- UncleScratchy
- Posts: 869
- Joined: Thu Jan 31, 2002 11:28 am
- Location: Location: PA
- Contact:
Did you check with the innkeeper/merchant in Seyda Neen? That would be my bet. If not him, where did you go from Seyda Neen - straight to Balmora or did you detour through Pelagiad? The only people in Balmora that would buy that note would be the bookstore (by the fighters guild), the pawnshop or perhaps Sotillde in the South Corner Club (thief hangout). If all else fails you can find the code for it in the Construction Set and use the console to recreate it.
"The Khajiit mind is not engineered for self-reflection. We simply do what we do and let the world be damned." Quote from the Ahziirr Traajijazeri
"Fusozay Var Var"
"Fusozay Var Var"
- TheCrimsonBlade
- Posts: 16
- Joined: Thu Mar 04, 2004 3:22 pm
- Location: Virginia
- Contact:
Quick way to get back Casus package,
when in the game press the tilde ~ key ~ it will open your console command then type in the box that apears exactaly as shown below:
player->additem, "bk_al_l_caiuspackage" ,1
then press enter.
then press the tilde ~ key again
then look in your inventory and yo will find the pachage for Caius Cosades in there.
Make sure you type everything just like I did with the same spaces, commas, quotes and everything and this will work.
when in the game press the tilde ~ key ~ it will open your console command then type in the box that apears exactaly as shown below:
player->additem, "bk_al_l_caiuspackage" ,1
then press enter.
then press the tilde ~ key again
then look in your inventory and yo will find the pachage for Caius Cosades in there.
Make sure you type everything just like I did with the same spaces, commas, quotes and everything and this will work.
Never look back when your running.
Just a quess: try without comma and/or hyphens. Like this:
player->additem "bk_a1_1_caiuspackage" 1
or
player->additem bk_a1_1_caiuspackage 1
player->additem "bk_a1_1_caiuspackage" 1
or
player->additem bk_a1_1_caiuspackage 1
-moleman-
Mom said not to talk to strangers. I asked her what that meant and she said "anyone who looks stranger than your relatives." Except Uncle Sue. I guess. - A boy in Baldur's Gate
Mom said not to talk to strangers. I asked her what that meant and she said "anyone who looks stranger than your relatives." Except Uncle Sue. I guess. - A boy in Baldur's Gate
- dragon wench
- Posts: 19609
- Joined: Tue Apr 24, 2001 10:00 pm
- Location: The maelstrom where chaos merges with lucidity
- Contact:
Try:
'player -> AddItem "bk_a1_1_caiuspackage" 1'
Type it in exactly this way, same spacing, capitalization and punctuation marks. The script will turn a purplish shade after you hit enter when you succeed
'player -> AddItem "bk_a1_1_caiuspackage" 1'
Type it in exactly this way, same spacing, capitalization and punctuation marks. The script will turn a purplish shade after you hit enter when you succeed
Spoiler
testingtest12
Spoiler
testingtest12
- TheCrimsonBlade
- Posts: 16
- Joined: Thu Mar 04, 2004 3:22 pm
- Location: Virginia
- Contact:
Cauis Package
player->additem, "bk_al_l_caiuspackage" ,1 (Wrong)
I made a mystake typing
Type it this way
player->additem, "bk_al_l_caiuspackage", 1 (Correct)
I put the last comma in the wrong place So very sorry
and its (al_l_ ) not a1_1_ use the letter small "L" not the number 1
player->additem, "bk_al_l_caiuspackage" ,1 (Wrong)
I made a mystake typing
Type it this way
player->additem, "bk_al_l_caiuspackage", 1 (Correct)
I put the last comma in the wrong place So very sorry
and its (al_l_ ) not a1_1_ use the letter small "L" not the number 1
Never look back when your running.