Albion Explorer CHEST Problem (Read before you flame) [message #41126] |
Sun, 11 May 2008 15:30 |
Xinj
Messages: 11 Registered: May 2008
|
|
|
|
Well. As im writing this im so frgin' pissed off i could eat a chair right now.
Ok, so, like many others, i have problems with spawning chests.
Followed many tutorials, finnaly found one that i could understand
(This one ->> http://forums.projectego.net/spawning-chests-1771/page13/)
But in every ''Help'' topic on this, 1000 of diffrent answers are give, 10 conversations crossing, 10 diffrent Methods, im just confused.
So this is what i have regarding chest info:
A Chest in the Hero Guild, this code:
NewThing Object;
Player 4;
UID 18446747854686296151;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 186.190900;
PositionY 72.419920;
PositionZ 19.830150;
RHSetForwardX 1.000000;
RHSetForwardY 0.000000;
RHSetForwardZ 0.000000;
RHSetUpX 0.000000;
RHSetUpY 0.000000;
RHSetUpZ 1.000000;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
AttachToGround TRUE;
EndCTCEditor;
StartCTCChest;
ContainerContents[0] "OBJECT_HERO_TROUSERS_JACK";
ContainerContents[1];
"OBJECT_HERO_SHIRT_JACK";
ContainerContents[2];
"OBJECT_HERO_BOOTS_JACK";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;
It is located infront of the Silver Chest near the Combat Circle.
THIS is my C/Programfiles/Microsoftgames/Fable/Data/Levels
Sorry for the big size >.>
NOTE: Please note that i have already changed my FinalAlbion.wad into FinalAlbion.bak (Some intelligent person on this forum did that, but i cant remember who >.>)
Now the OVERAL Problem is that the Chest just wont appear.
Sorry for being an asshole, it's just that in everything I do, there is always a big ass final friging error in my way.
|
|
|