• Welcome to the Fable Community Forum!

    We're a group of fans who are passionate about the Fable series and video gaming.

    Register Log in

need help with adding items

S

skaterryan17

Guest
need help with adding items

How do I add items to my players inventory withought using spawing chest?
 

jwc2200

Well-Known Member
Joined
Feb 15, 2008
Messages
1,097
Reaction score
4
Points
80
Age
54
Re: need help with adding items

If you have FreeRoam you can add them to a barrel or bookcase.
 
S

skaterryan17

Guest
Re: need help with adding items

How should I go about doing that?
 

jwc2200

Well-Known Member
Joined
Feb 15, 2008
Messages
1,097
Reaction score
4
Points
80
Age
54
Re: need help with adding items

Open the HeroGuildComplexInside.tng file in the FinalAlbion folder that is located in the data folder, use notepad. Scroll down until you and entry for

DefinitionType "OBJECT_GUILD_BOOKCASE_SELECT_LARGE";

under that go to:

StartCTCSearchableContainer;
NumberOfTimesToSearch 0;
EndCTCSearchableContainer;

right under StartCTCSearchableContainer; put what you want to add to the bookcase in this format:

ContainerContents[0] "OBJECT_CARROT";
ContainerContents[1] "OBJECT_CARROT";
ContainerContents[2] "OBJECT_CARROT";
ContainerContents[3] "OBJECT_CARROT";
ContainerContents[4] "OBJECT_RED_MEAT_01";
ContainerContents[5] "OBJECT_RED_MEAT_01";
ContainerContents[6] "OBJECT_RED_MEAT_01";
ContainerContents[7] "OBJECT_RED_MEAT_01";

Make sure to start with zero on the first item or it will not work. You can go about as high as you want as far as number of items goes. The reason I use bookcases in the Guild is that they allow you to get the stuff every time you leave and return. If you want money you can put it in there too.

ContainerContents[8] "OBJECT_GOLD_100000";

and you get that every time you come back to the Guild if you go to that bookcase.
You can use AlbionExplorer to do this also, and that way you will know where the book case is more easily. That will also allow to add stuff even after you have started a profile. Manually editing the .tng only works if you have not started Guild training yet.
This is not as hard as it seems at first.

Good luck,

Jason
 
S

skaterryan17

Guest
Re: need help with adding items

Hey what all does rep points do?
 
Top