Chest problems :3 [message #67113] |
Fri, 03 August 2012 23:27  |
 |
Final-Z
Messages: 39 Registered: April 2012 Location: always near my keyboard.....
|
|
|
|
I recently tried to create a chest, in the lookout point, following John Doe's guide. For some reason, the game crashes!
I verified the scripts 100 times, there's no mistake to my eye. I searched on the forum for information, and I followed every advice found this way, like rename FinalAlbion, edit the userst.ini, nothing worked.
here's the code:
Toggle Spoiler
XXXSectionStart NULL;
NewThing Object;
Player 4;
UID 78932678907893657895;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 18.000000;
PositionY 124.000000;
PositionZ 26.5;
RHSetForwardX 0.000000;
RHSetForwardY 1.000000;
RHSetForwardZ 0.000000;
RHSetUpX 0.000000;
RHSetUpY 0.000000;
RHSetUpZ 1.000000;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCChest;
ContainerContents[0] "OBJECT_GOLD_1000000";
ContainerContents[1] "OBJECT_NOSTRO_SHIELD_01";
ContainerContents[2] "OBJECT_DOLL_JACK_OF_BLADES_01";
ContainerContents[3] "OBJECT_FANTASYSWORD2";
ContainerContents[4] "OBJECT_HERO_HAT_MASKED_HOOD";
ContainerContents[5] "OBJECT_HERO_SHIRT_CAPED_ARMOUR";
ContainerContents[6] "OBJECT_THROWING_KNIFE";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;
The game indicates no error message, it just closes. It says: To hell with your new items!
|
|
|