Register - Login
Views: 99388580
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 07:23:02 AM
Jul - The Cutting Room Floor - Can't register - Fatal error New poll - New thread - New reply
Next newer thread | Next older thread
Nixitur
Random nobody
Level: 5


Posts: 1/3
EXP: 327
For next: 202

Since: 06-15-11


Since last post: 10.9 years
Last activity: 10.9 years

Posted on 06-15-11 09:54:43 AM Link | Quote
When I try to register on the forum, I get the following error message:


Fatal error: Call to a member function failsfscheck() on a non-object in /home/xkeeper/wiki.rustedlogic.net/extensions/CheckSpambots/CheckSpambots.php on line 119



And yes, I deactivated NoScript, it still doesn't work. Which is rather sad since I wanted to add some stuff to the Cave Story page.
TrebleTrouble
Member
Level: 18


Posts: 37/55
EXP: 26008
For next: 3889

Since: 03-07-11


Since last post: 10.5 years
Last activity: 10.5 years

Posted on 06-15-11 02:13:58 PM Link | Quote
Originally posted by Nixitur
When I try to register on the forum, I get the following error message:


Fatal error: Call to a member function failsfscheck() on a non-object in /home/xkeeper/wiki.rustedlogic.net/extensions/CheckSpambots/CheckSpambots.php on line 119



And yes, I deactivated NoScript, it still doesn't work. Which is rather sad since I wanted to add some stuff to the Cave Story page.

Well, in terms of registering, I can't help you, BUT in terms of Cave Stroy Stuff, I could try.
Just tell me the stuff you have found, and I'll try to check them...

____________________
Wood Zone is [tornado fang]ing awesome.
If YOU think, Wood Zone is [tornado fang]ing, too,
just copy-paste this in your sig.
Nixitur
Random nobody
Level: 5


Posts: 2/3
EXP: 327
For next: 202

Since: 06-15-11


Since last post: 10.9 years
Last activity: 10.9 years

Posted on 06-15-11 06:21:03 PM (last edited by Nixitur at 06-15-11 04:14 PM) Link | Quote
Well, I haven't found anything, but I wanted to verify some stuff.

YES, flag 1030 is the "Rocket Ready" flag.

The relevant script parts in Momo are

#0200

<KEY
<FLJ1103:0212
<ITJ0027:0211
<FLJ1102:0206
<ITJ0029:0210
<ITJ0028:0209
<FLJ1101:0208
<FLJ1106:0204
<FLJ1100:0201
[...UNIMPORTANT STUFF...]

#0211
<MSG<FL+1103<FAC0022Welcome back.<NOD<CLRDid you find Itoh?<NOD<CLR
<FAC0000<GIT1027<IT-0027Handed over the =Controller=.<NOD<CLR<FAC0022This is it, all right.<NOD
This is the Controller
he's so proud of.<NOD<GIT0000<CLRHmmm...<NOD<CLRThe analysis would be
a lot easier if only he
were actually here.<NOD<CLRWell, I'll manage
somehow.<NOD<EVE0212


#0212
<KEY<MSG<FAC0022Thank you very much.<NOD<CLRIt'll take quite a while
before I'm finished,<NOD
so why don't you rest
over on that bed?<NOD<END

#0280
<KEY<MSGDo you want to rest?<YNJ0000<FAO0004<CMU0000<WAI0020<CLR.....<NOD<CLO
<WAI0050<FLJ1103:0281
<LI+1000<SOU0020<MYD0002<MSGHealth restored.<NOD<CLO<CMU0002<FAI0004<END

#0281
<FL-1103<FL+1105<FL+1030<FL+1031<FL+1032<FL+1033<FL+1004<FL-1038<FL+1039
<FL-1026<FL+1036
<MSG.....<NOD<CLO<DNP0200<DNP0350
<LI+1000<SOU0020<MYD0002<MSGYou awaken after a long sleep.<NOD<CLO<CMU0002<FAI0004<END


200 is the event that gets called when you talk to Momorin, that has an item jump to 211 (that in itself contains an event jump to 212 which isn't really important for now) if you have the controller. Event 211 sets flag 1103 to true.

280 is the event that gets called when you try to use the bed. It performs a flag jump to even 281 if flag 1103 is true. In event 281, you get the "long sleep" message and it also sets flag 1030 to true.
Furthermore, in cent, the rocket has FlagID 1030 (meaning that it only shows up when 1030 is true) and the event to the rocket is simple since it's just the "Do you want to flip the switch?" question.

Also, the booster part is definitely correct. I just checked, you get item 0023 when the game says "Got the =Booster v2.0=." and you get 0018 when you talk to Booster in MazeB.

So, yeah, that's basically it for now.

Edit: WAIT! I got something else!
Looking through MazeB's script, I find that there's an item jump to event 503 (where he simply says "Ooh...") before the whole dialogue with Booster giving you the Booster 0.8. That item is the tow rope.
Booster has FlagID 741 with Flag 6000, meaning he's invisible when flag 741 is true.
741 is set to true if he gives you the Booster 0.8 in MazeB or the Booster 2.0 in Pens1. That means that he's not available in MazeB when you have any Booster.
However, it is impossible to get to Maze B with the Tow Rope, but without a Booster. Meaning that this event never gets called and this dialogue never gets displayed!
TrebleTrouble
Member
Level: 18


Posts: 38/55
EXP: 26008
For next: 3889

Since: 03-07-11


Since last post: 10.5 years
Last activity: 10.5 years

Posted on 06-16-11 09:35:37 AM Link | Quote
Originally posted by Nixitur
Well, I haven't found anything, but I wanted to verify some stuff.

YES, flag 1030 is the "Rocket Ready" flag.

The relevant script parts in Momo are

#0200

<KEY
<FLJ1103:0212
<ITJ0027:0211
<FLJ1102:0206
<ITJ0029:0210
<ITJ0028:0209
<FLJ1101:0208
<FLJ1106:0204
<FLJ1100:0201
[...UNIMPORTANT STUFF...]

#0211
<MSG<FL+1103<FAC0022Welcome back.<NOD<CLRDid you find Itoh?<NOD<CLR
<FAC0000<GIT1027<IT-0027Handed over the =Controller=.<NOD<CLR<FAC0022This is it, all right.<NOD
This is the Controller
he's so proud of.<NOD<GIT0000<CLRHmmm...<NOD<CLRThe analysis would be
a lot easier if only he
were actually here.<NOD<CLRWell, I'll manage
somehow.<NOD<EVE0212


#0212
<KEY<MSG<FAC0022Thank you very much.<NOD<CLRIt'll take quite a while
before I'm finished,<NOD
so why don't you rest
over on that bed?<NOD<END

#0280
<KEY<MSGDo you want to rest?<YNJ0000<FAO0004<CMU0000<WAI0020<CLR.....<NOD<CLO
<WAI0050<FLJ1103:0281
<LI+1000<SOU0020<MYD0002<MSGHealth restored.<NOD<CLO<CMU0002<FAI0004<END

#0281
<FL-1103<FL+1105<FL+1030<FL+1031<FL+1032<FL+1033<FL+1004<FL-1038<FL+1039
<FL-1026<FL+1036
<MSG.....<NOD<CLO<DNP0200<DNP0350
<LI+1000<SOU0020<MYD0002<MSGYou awaken after a long sleep.<NOD<CLO<CMU0002<FAI0004<END


200 is the event that gets called when you talk to Momorin, that has an item jump to 211 (that in itself contains an event jump to 212 which isn't really important for now) if you have the controller. Event 211 sets flag 1103 to true.

280 is the event that gets called when you try to use the bed. It performs a flag jump to even 281 if flag 1103 is true. In event 281, you get the "long sleep" message and it also sets flag 1030 to true.
Furthermore, in cent, the rocket has FlagID 1030 (meaning that it only shows up when 1030 is true) and the event to the rocket is simple since it's just the "Do you want to flip the switch?" question.

Also, the booster part is definitely correct. I just checked, you get item 0023 when the game says "Got the =Booster v2.0=." and you get 0018 when you talk to Booster in MazeB.

So, yeah, that's basically it for now.

Edit: WAIT! I got something else!
Looking through MazeB's script, I find that there's an item jump to event 503 (where he simply says "Ooh...") before the whole dialogue with Booster giving you the Booster 0.8. That item is the tow rope.
Booster has FlagID 741 with Flag 6000, meaning he's invisible when flag 741 is true.
741 is set to true if he gives you the Booster 0.8 in MazeB or the Booster 2.0 in Pens1. That means that he's not available in MazeB when you have any Booster.
However, it is impossible to get to Maze B with the Tow Rope, but without a Booster. Meaning that this event never gets called and this dialogue never gets displayed!

Well, MazeB's script sounds interesting. To check that out, I need a code with that you can enable and disable some items and/or upgrades so I can disable the booster and enable the Tow Rope. A Room Warping code could be useful, too.

____________________
Wood Zone is [tornado fang]ing awesome.
If YOU think, Wood Zone is [tornado fang]ing, too,
just copy-paste this in your sig.
Nixitur
Random nobody
Level: 5


Posts: 3/3
EXP: 327
For next: 202

Since: 06-15-11


Since last post: 10.9 years
Last activity: 10.9 years

Posted on 06-16-11 10:56:24 AM (last edited by Nixitur at 06-16-11 09:36 AM) Link | Quote
Originally posted by TrebleTrouble
Well, MazeB's script sounds interesting. To check that out, I need a code with that you can enable and disable some items and/or upgrades so I can disable the booster and enable the Tow Rope. A Room Warping code could be useful, too.

I'll see what I can do. Disabling the booster doesn't really do anything, it's the FlagID that gets set to true when you get any one booster. So, what matters isn't that you have a booster, but that this flag is raised.

This is the relevant code in MazeB. I checked the code in Almond, the item you get (the Tow Rope) is really item 0030.
Keep in mind that Prof Booster has
FlagID 741, Event 501, Flag 6000,
meaning that you can interact with him (flag 2000) and that he's invisible when the FlagID (741) is true (flag 4000).



#0501
<KEY<ITJ0030:0503<FLJ0741:0502
[...LOTS OF DIALOGUE...]
<NOD<CLRTake this with you.<NOD<CLR<FAC0000<IT+0018<GIT1018
Got the Booster v0.8.
[...MORE DIALOGUE...]
<FL+0741<FL+0834<ANP0501:0020:0000<END

#0502
<KEY<MSGI pray for your...<NOD<END

#0503
<KEY<MSGOoh...<NOD<END


Now, theoretically, flag 741 could get set to false somewhere after you escape from the Waterway. But to my knowledge, it doesn't.

This is the relevant code in Pens1:
Event 651 gets called when you walk past a certain point in Pens1 and is only visible when flagID 160 is true.

#0651

[...DIALOGUE AND ANIMATIONS...]
<IT+0023<FL+0744<FL+0162<GIT1023
<MSG
Got the =Booster v2.0=.<WAI0030<NOD<CLO<GIT0000
[...MORE ANIMATIONS AND DIALOGUE...]
<FL-0160<FL+0161<FL+0741<PS+0004:6004<END


As you see, flag 741 gets set to true, meaning that once you have the Booster 2.0 or the Booster 0.8, Prof Booster doesn't appear in MazeB anymore.

Now, granted "Ooh..." isn't super-interesting dialogue, but it's just something I stumbled upon.
Also, Almond has SO MANY unused events, it's rather silly. They are all empty, though.

Edit: River also has a transport script at (155,1) that brings you to Almond. Which is weird because:
a) You get to River through Drain.
b) It's impossible to get to (155,1).
c) It transports you into the air.
Xkeeper

Level: 263


Posts: 19062/25343
EXP: 296718873
For next: 2241580

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 9 days
Last activity: 3 days

Posted on 06-16-11 04:40:13 PM Link | Quote
Originally posted by Nixitur
When I try to register on the forum, I get the following error message:


Fatal error: Call to a member function failsfscheck() on a non-object in /home/xkeeper/wiki.rustedlogic.net/extensions/CheckSpambots/CheckSpambots.php on line 119



I'm sorry about that. Give me a moment to check what causes that...

...OK, fixed. Sorry. That would cause an issue if the check to Stop Forum Spam failed. Now it is handled properly.


Thanks for your interest in the wiki and your contributions
Next newer thread | Next older thread
Jul - The Cutting Room Floor - Can't register - Fatal error New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

30 database queries, 3 query cache hits.
Query execution time:  0.097823 seconds
Script execution time:  0.013456 seconds
Total render time:  0.111279 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 301 - Warning: unescaped & or unknown entity "&page"
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 199 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 91 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 177 column 102 - Warning: unescaped & or unknown entity "&postid"
line 186 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 188 column 9 - Warning: missing <tr>
line 206 column 13 - Warning: missing <tr>
line 207 column 102 - Warning: unescaped & or unknown entity "&postid"
line 220 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 222 column 9 - Warning: missing <tr>
line 240 column 13 - Warning: missing <tr>
line 241 column 102 - Warning: unescaped & or unknown entity "&postid"
line 302 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 304 column 9 - Warning: missing <tr>
line 322 column 13 - Warning: missing <tr>
line 323 column 102 - Warning: unescaped & or unknown entity "&postid"
line 387 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 389 column 9 - Warning: missing <tr>
line 407 column 13 - Warning: missing <tr>
line 408 column 102 - Warning: unescaped & or unknown entity "&postid"
line 453 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 455 column 9 - Warning: missing <tr>
line 473 column 13 - Warning: missing <tr>
line 474 column 102 - Warning: unescaped & or unknown entity "&postid"
line 487 column 17 - Warning: missing <tr>
line 487 column 17 - Warning: discarding unexpected <table>
line 490 column 35 - Warning: missing <tr>
line 490 column 50 - Warning: missing </font> before </td>
line 490 column 91 - Warning: missing </font> before </table>
line 492 column 35 - Warning: missing <tr>
line 492 column 50 - Warning: missing </font> before </td>
line 493 column 37 - Warning: unescaped & or unknown entity "&id"
line 492 column 199 - Warning: missing </font> before </table>
line 494 column 17 - Warning: discarding unexpected </textarea>
line 494 column 28 - Warning: discarding unexpected </form>
line 494 column 35 - Warning: discarding unexpected </embed>
line 494 column 43 - Warning: discarding unexpected </noembed>
line 494 column 53 - Warning: discarding unexpected </noscript>
line 494 column 64 - Warning: discarding unexpected </noembed>
line 494 column 74 - Warning: discarding unexpected </embed>
line 494 column 82 - Warning: discarding unexpected </table>
line 494 column 90 - Warning: discarding unexpected </table>
line 496 column 9 - Warning: missing </font> before <table>
line 508 column 25 - Warning: discarding unexpected </font>
line 517 column 57 - Warning: discarding unexpected </font>
line 495 column 1 - Warning: missing </center>
line 120 column 63 - Warning: <img> lacks "alt" attribute
line 125 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 125 column 93 - Warning: <img> lacks "alt" attribute
line 141 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 141 column 98 - Warning: <img> lacks "alt" attribute
line 148 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 161 column 21 - Warning: <img> lacks "alt" attribute
line 161 column 62 - Warning: <img> lacks "alt" attribute
line 161 column 111 - Warning: <img> lacks "alt" attribute
line 161 column 161 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 191 column 22 - Warning: <img> lacks "alt" attribute
line 191 column 63 - Warning: <img> lacks "alt" attribute
line 191 column 112 - Warning: <img> lacks "alt" attribute
line 191 column 162 - Warning: <img> lacks "alt" attribute
line 202 column 15 - Warning: <img> lacks "alt" attribute
line 225 column 21 - Warning: <img> lacks "alt" attribute
line 225 column 62 - Warning: <img> lacks "alt" attribute
line 225 column 111 - Warning: <img> lacks "alt" attribute
line 225 column 161 - Warning: <img> lacks "alt" attribute
line 236 column 15 - Warning: <img> lacks "alt" attribute
line 307 column 22 - Warning: <img> lacks "alt" attribute
line 307 column 63 - Warning: <img> lacks "alt" attribute
line 307 column 112 - Warning: <img> lacks "alt" attribute
line 307 column 162 - Warning: <img> lacks "alt" attribute
line 318 column 15 - Warning: <img> lacks "alt" attribute
line 392 column 21 - Warning: <img> lacks "alt" attribute
line 392 column 62 - Warning: <img> lacks "alt" attribute
line 392 column 111 - Warning: <img> lacks "alt" attribute
line 392 column 161 - Warning: <img> lacks "alt" attribute
line 403 column 15 - Warning: <img> lacks "alt" attribute
line 458 column 23 - Warning: <img> lacks "alt" attribute
line 458 column 64 - Warning: <img> lacks "alt" attribute
line 458 column 113 - Warning: <img> lacks "alt" attribute
line 458 column 163 - Warning: <img> lacks "alt" attribute
line 459 column 11 - Warning: <img> lacks "alt" attribute
line 469 column 15 - Warning: <img> lacks "alt" attribute
line 484 column 743 - Warning: <img> proprietary attribute value "absmiddle"
line 484 column 743 - Warning: <img> lacks "alt" attribute
line 493 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 493 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 493 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 502 column 25 - Warning: <img> lacks "alt" attribute
line 507 column 267 - Warning: <img> lacks "alt" attribute
line 149 column 50 - Warning: trimming empty <font>
line 487 column 17 - Warning: trimming empty <tr>
line 490 column 50 - Warning: trimming empty <font>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 207 column 27 - Warning: <nobr> is not approved by W3C
line 241 column 27 - Warning: <nobr> is not approved by W3C
line 323 column 27 - Warning: <nobr> is not approved by W3C
line 408 column 27 - Warning: <nobr> is not approved by W3C
line 474 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 118 warnings and 0 errors!


The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md