Re: trouble spawning chests [message #38574 is a reply to message #38552] |
Sun, 02 March 2008 09:36 |
Riddick
Messages: 12 Registered: March 2008 Location: us
|
|
|
|
when i start the game, the chest doesn't spawn. i'm trying to get it to spawn out side the guild. this is the script i'm using:
NewThing Object;
Player 4;
UID 18446798374686296067;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 18.000000;
PositionY 124.000000;
PositionZ 26.5.0;
RHSetForwardX 0.0;
RHSetForwardY 1.0;
RHSetForwardZ 0.0;
RHSetUpX 0.0;
RHSetUpY 0.0;
RHSetUpZ 1.0;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCChest;
ContainerContents[0] "OBJECT_CRYSTAL_LONGSWORD";
ContainerContents[1] "OBJECT_CRYSTAL_KATANA";
ContainerContents[2] "OBJECT_CRYSTAL_CUTLASS";
ContainerContents[3] "OBJECT_LEGENDARY_LONGSWORD";
ContainerContents[4] "OBJECT_LEGENDARY_LONGSWORD_02";
ContainerContents[5] "OBJECT_LEGENDARY_KATANA";
ContainerContents[6] "OOBJECT_SHARPENING_AUGMENTATION";
ContainerContents[7] "OBJECT_PIERCING_AUGMENTATION";
ContainerContents[8] "OBJECT_SILVER_AUGMENTATION";
ContainerContents[9] "OBJECT_FLAME_AUGMENTATION";
ContainerContents[10] "OBJECT_LIGHTNING_AUGMENTATION";
ContainerContents[11] "OBJECT_EXPERIENCE_AUGMENTATION";
ContainerContents[12] "OBJECT_HEALTH_AUGMENTATION";
ContainerContents[13] "BJECT_LEGENDARY_CUTLASS";
ContainerContents[14] "OBJECT_CRYSTAL_PUMPCROSSBOW";
ContainerContents[15] "OBJECT_LEGENDARY_PUMPCROSSBOW";
ContainerContents[16] "OBJECT_MANA_AUGMENTATION";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;
as far as i can tell its set up correctly and the object names are correct.
|
|
|