Attack of the WTF DOOR

May 29, 2009 at 7:31 PM
Junior Member
"Fresh from the Bakery"
Join Date: May 23, 2009
Location: Wales (Cymru)
Posts: 10
Age: 30
http://www.mediafire.com/?sharekey=895db1ea604c179f0c814df2efeadc50e83a59967a028aa2ce018c8114394287

Yeah, so.

Can anyone tell me what's wrong with that door event in the Reservoir, by looking at it in Sue's? On pressing the down key, it should take trigger an event that moves you to co-ordinate 2,2 on the Jenka's Store map. But instead, it creates a permanent "text-appearing sound effect", and locks out the down key.

Oh, and it's the Shardik.exe

Monsho no Sorajima, in case you were wondering, means Mystery of the Sky Island.
 
May 29, 2009 at 7:38 PM
Level 73 Procrastinator
"Life begins and ends with Nu."
Join Date: Apr 6, 2009
Location: Forgotten Tower
Posts: 2052
Crab Helmet said:
http://www.mediafire.com/?sharekey=895db1ea604c179f0c814df2efeadc50e83a59967a028aa2ce018c8114394287

Yeah, so.

Can anyone tell me what's wrong with that door event in the Reservoir, by looking at it in Sue's? On pressing the down key, it should take trigger an event that moves you to co-ordinate 2,2 on the Jenka's Store map. But instead, it creates a permanent "text-appearing sound effect", and locks out the down key.

Oh, and it's the Shardik.exe

Monsho no Sorajima, in case you were wondering, means Mystery of the Sky Island.
Oh goody, another link I can't open...
Well, I've got some common ideas that might fix your problem..
Did you make sure all of the events are in chronological order in the scripting? {From lowest to highest}
As in, you don't have an Event 0200 before Event 0094...
And did the Door's Event # match the Event of the <TRA?

I'd help more, but I can't download the thing XD
 
May 29, 2009 at 7:40 PM
Junior Member
"Fresh from the Bakery"
Join Date: May 23, 2009
Location: Wales (Cymru)
Posts: 10
Age: 30
#0090
<MNA<CMU0000<FAI0000<END
#0091
<MNA<CMU0000<FAI0001<END
#0092
<MNA<CMU0000<FAI0002<END
#0093
<MNA<CMU0000<FAI0003<END

#200
<FLJ0001:1000<FAO0001<MOV0008:0008<KEY<MSG<FAC0024ERROR! ERROR!
ERRO... err... e...<NOD<CLO<WAI0200
<KEY<MS2Fission Core Recharging<WAI0200<NOD<CLR
1%<WAI0200<CLR
2%<WAI0200<CLR
Days pass...<WAI0200<CLR
99%<WAI0200<CLR
100%<WAI0200<CLR
Run systems check:<NOD<CLR
<MSG<FAC0024Hello, world.<NOD<CLR
<MS2Status Confirmed: Active
Memory Systems Damaged
<MSG<FAC0024Who... who am I?<NOD<CLO
<FMU<WAI0100<CMU0000<FAI0004<SK+0001<FL+0001<END

#201
<PRI<CNP0101:0000:0000<SOU0011<FAO0003<TRA0003:0093:0002:0002

#1000
<END

That's the coding.
 
May 29, 2009 at 9:17 PM
Level 73 Procrastinator
"Life begins and ends with Nu."
Join Date: Apr 6, 2009
Location: Forgotten Tower
Posts: 2052
Event?

But what Event number is the Door itself set too..?

Oh, wait! I see the problem!!
If that's a complete copy and paste, Events #200 and #201 are ripe for errors.
You need to add a zero in front of those two, to make them #0200 and #0201. The Event numbers need to have 4 digits.

That should fix it :D
 
May 29, 2009 at 9:58 PM
Junior Member
"Fresh from the Bakery"
Join Date: May 23, 2009
Location: Wales (Cymru)
Posts: 10
Age: 30
Ah, thanks. It's all working now.

=3
 
May 29, 2009 at 10:20 PM
Level 73 Procrastinator
"Life begins and ends with Nu."
Join Date: Apr 6, 2009
Location: Forgotten Tower
Posts: 2052
Opps

Crab Helmet said:
Ah, thanks. It's all working now.

=3
Oops, is this a Hacking question thread, isn't it...
=/
Next time direct your questions to the thread that was made for such questions....
'XD
 
Last edited by a moderator:
Top