Fable: The Lost Chapters Mod Scene
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Fable TLC » Discussion » Level Scripting » cant find the chest i spawned help plz!!
cant find the chest i spawned help plz!! [message #40435] Sat, 26 April 2008 22:34 Go to next message
elmer1044 is currently offline  elmer1044
Messages: 3
Registered: April 2008
hi...im haveing trubal finding the chest i spowned i tryed it about 100 times in like 100 difrent places i just cant find it i even put it right in frount of the guild archary /traning place i just cant find it heres the code im useing....

NewThing Object;
Player 4;
UID 18446741874686296151;
DefinitionType "OBJECT_CHEST_OPENABLE";
ScriptName NULL;
ScriptData "NULL";
ThingGamePersistent FALSE;
ThingLevelPersistent FALSE;
StartCTCPhysicsStandard;
PositionX 178.663600;
PositionY 108.407500;
PositionZ -0.010769;
RHSetForwardX -0.163455;
RHSetForwardY 0.986551;
RHSetForwardZ 0.000000;
RHSetUpX 0.000000;
RHSetUpY 0.000000;
RHSetUpZ 1.000000;
EndCTCPhysicsStandard;
StartCTCTargeted;
Targetable TRUE;
EndCTCTargeted;
StartCTCEditor;
EndCTCEditor;
StartCTCChest;
ContainerContents[0] "OBJECT_SWORD_OF_AEONS";
ContainerContents[1] "OBJECT_CARROT";
ContainerContents[2] "OBJECT_TOFU";
ContainerContents[3] "OBJECT_MANA_POTION";
ContainerContents[4] "OBJECT_ADRENALINE_POTION";
ContainerContents[5] "OBJECT_THROWING_ORB_SLOWTIME";
ContainerContents[6] "OBJECT_FISHING_ROD_UPGRADED";
ContainerContents[7] "OBJECT_SPADE";
ContainerContents[8] "OBJECT_RESURRECTION_PHIAL";
ContainerContents[9] "OBJECT_SILVER_KEY";
ContainerContents[10] "OBJECT_WEDDING_RING";
ContainerContents[11] "OBJECT_TATTOO_CARD_CHEST_03";
ContainerContents[12] "OBJECT_TATTOO_CARD_FACE_02";
ContainerContents[13] "OBJECT_DOLL_JACK_OF_BLADES_01";
ContainerContents[14] "OBJECT_TROPHY_DRAGON_SCALE_01";
ContainerContents[15] "OBJECT_GOLD_1000000";
ContainerContents[16] "OBJECT_CRYSTAL_LONGSWORD";
ContainerContents[17] "OBJECT_SWORD_OF_AEONS_GOOD_01";
ContainerContents[18] "OBJECT_LEGENDARY_PUMPCROSSBOW";
ContainerContents[19];
"OBJECT_LEGENDARY_WARHAMMER";
ChestOpen FALSE;
EndCTCChest;
Health 1.0;
EndThing;

can anyone help me plz...... sorry about the spelling.... Confused Sad


Re: cant find the chest i spawned help plz!! [message #40436 is a reply to message #40435] Sat, 26 April 2008 23:20 Go to previous messageGo to next message
James Butts is currently offline  James Butts
Messages: 148
Registered: February 2008
Try upping the z position

Dammit
Re: cant find the chest i spawned help plz!! [message #40437 is a reply to message #40436] Sat, 26 April 2008 23:36 Go to previous messageGo to next message
Loki is currently offline  Loki
Messages: 35
Registered: September 2007
Location: Australia
I have the same problem no matter how many times i try it just doesn't work. Crying or Very Sad

http://i216.photobucket.com/albums/cc218/Loki713/LokiCooltext.jpg
Re: cant find the chest i spawned help plz!! [message #40446 is a reply to message #40436] Sun, 27 April 2008 08:30 Go to previous messageGo to next message
JohnDoe is currently offline  JohnDoe
Messages: 3007
Registered: October 2007

Retired
James Butts wrote on Sun, 27 April 2008 01:20

Try upping the z position
What the... oh come on. I've been through this a few dozen times now. Z position in chests is irrelevant. If it's too low, it floats to ground level, if it's too high, it falls to ground level. I've tested this a few times. That's not my main beef with this advice though... it's that you missed the super-obvious problem.
elmer1044 wrote on Sun, 27 April 2008 00:34

ContainerContents[19];
"OBJECT_LEGENDARY_WARHAMMER";
Syntax error.
ContainerContents[19] "OBJECT_LEGENDARY_WARHAMMER";
Use that instead.
Re: cant find the chest i spawned help plz!! [message #40465 is a reply to message #40435] Sun, 27 April 2008 14:59 Go to previous messageGo to next message
elmer1044 is currently offline  elmer1044
Messages: 3
Registered: April 2008
UMM YEA BUT I STILL DIDNT WORK....CAN SOMEONE PLZ HELPO??

Re: cant find the chest i spawned help plz!! [message #40466 is a reply to message #40465] Sun, 27 April 2008 15:48 Go to previous messageGo to next message
JohnDoe is currently offline  JohnDoe
Messages: 3007
Registered: October 2007

Retired
Here's a thought: Never use all caps.

CAPITALIZATION DECLARES THAT THE MESSAGE IS VERY, VERY IMPORTANT, AND IT'S NOT.

If you want to emphasize severity, use [b][/b] (bold tags) instead, like this.

Now, those coordinates plot that sucker in front of the archery training place. You obviously have the right .TNG because going there made you crash. There's only one issue with the chest script, and that's syntax. I gave you a correction for the problem.

It would still be a problem if you saved after seeing the chest, That's impossible though, because you crash.

You could try a positive (as in non-negative) number for the PositionZ, but that shouldn't be a problem. Heights in the .LEV are stored as a float, and you can have negative floats, so it shouldn't be a problem to have negative PositionZ values. Just in case, you could try it.

Call that "HELPO" if you want, I call it something you should find out and learn on your own. It's not like there's a shortage of posts describing such issues and how to solve them.
Re: cant find the chest i spawned help plz!! [message #40468 is a reply to message #40435] Sun, 27 April 2008 18:33 Go to previous messageGo to next message
elmer1044 is currently offline  elmer1044
Messages: 3
Registered: April 2008
ok i tryed the non negitiv z posishoin and still no resalts .an i dont quit understand...sorry for all the trubal...:/ Rolling Eyes

Re: cant find the chest i spawned help plz!! [message #41127 is a reply to message #40468] Sun, 11 May 2008 15:38 Go to previous messageGo to next message
Xinj is currently offline  Xinj
Messages: 11
Registered: May 2008
elmer1044 wrote on Sun, 27 April 2008 18:33

ok i tryed the non negitiv z posishoin and still no resalts .an i dont quit understand...sorry for all the trubal...:/ Rolling Eyes


"Ok I try'd the none negative z position and still no results. And I don't quite understand...sorry for all the trouble...:/:roll:''

Im 13 years, i live in Holland, and it never ceases to amaze me that people suck more at grammar then me.
Re: cant find the chest i spawned help plz!! [message #41153 is a reply to message #41127] Sun, 11 May 2008 23:34 Go to previous messageGo to next message
James Butts is currently offline  James Butts
Messages: 148
Registered: February 2008
Just so you know, it is tried not tryed or try'd

Dammit
Re: cant find the chest i spawned help plz!! [message #41156 is a reply to message #41153] Mon, 12 May 2008 08:54 Go to previous message
Xinj is currently offline  Xinj
Messages: 11
Registered: May 2008
James Butts wrote on Sun, 11 May 2008 23:34

Just so you know, it is tried not tryed or try'd

Damnit, i knew i would make a flaw. Epic Fail to myself >.>
Previous Topic: Looking for a Tutorial
Next Topic: Hijacked chest not working?
Goto Forum:
  


Current Time: Thu Mar 28 14:20:14 PDT 2024

Total time taken to generate the page: 0.01032 seconds