Hijacked chest not working? [message #41203] |
Tue, 13 May 2008 13:31 |
ross
Messages: 46 Registered: April 2008 Location: Georgia, U.S.A
|
|
|
|
Read the title. Keep in mind that I have edited the Demondoor_guild .TNG and edited the chest part to have different items in it yet it still has the old elixer. This is the script:
NewThing Object;
Player 4;
UID 18446741874686296067;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 40.078613;
PositionY 22.092041;
PositionZ 5.0;
RHSetForwardX 0.0;
RHSetForwardY 0.999994;
RHSetForwardZ 0.0;
RHSetUpX 0.0;
RHSetUpY 0.0;
RHSetUpZ 0.999994;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCChest;
ContainerContents[0] "OBJECT_TROPHY_DRAGON_SCALE_01";
ContainerContents[1] "OBJECT_SWORD_OF_AEONS";
ContainerContents[2] "OBJECT_LEGENDARY_CUTLASS";
ContainerContents[3] "OBJECT_LEGENDARY_LONGSWORD";
ContainerContents[4] "OBJECT_LEGENDARY_lONGSWORD_02";
ContainerContents[5] "OBJECT_LEGENDARY_KATANA";
ContainerContents[6] "OBJECT_LEGENDARY_AXE";
ContainerContents[7] "OBJECT_LEGENDARY_MACE";
ContainerContents[8] "OBJECT_LEGENDARY_HAMMER";
ContainerContents[9] "OBJECT_LEGENDARY_WARHAMMER";
ContainerContents[10] "OBJECT_LEGENDARY_BATTLEAXE";
ContainerContents[11] "OBJECT_LEGENDARY_BROADSWORD";
ContainerContents[12] "OBJECT_LEGENDARY_BROADSWORD_02";
ContainerContents[13] "OBJECT_LEGENDARY_BATTLEMACE";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;
any problem? I have restarted my computer and Fable. I did not have fable on when I edited it. I also made a brand spanking new account.
|
|
|
|
Re: Hijacked chest not working? [message #41205 is a reply to message #41203] |
Tue, 13 May 2008 13:37 |
|
JohnDoe
Messages: 3007 Registered: October 2007
|
Retired
|
|
|
If you were reading my guide, I advise you to read the whole thing, not just bits and pieces.Johnny's chest guide excerpt | Now, if I have already been there, regardless of whether or not I opened the chest, I can't change the contents because the damn save file has sucked up all the info it needs to remember what is supposed to be in that chest. What I can do is change the UID, effectively "tricking" Fable into thinking there is a new chest there.
|
[Updated on: Tue, 13 May 2008 13:37] Report message to a moderator
|
|
|
|
|
|
|