Quote Originally Posted by edczxcvbnm View Post
I clicked save and exit. It popped up a box asking me if I want to save and exit. Of course clicked yes :P Went to reload the game an hour later and all my minor "work" was lost XP
Bummer, I wish I new how to recreate it to investigate.
Quote Originally Posted by edczxcvbnm View Post
I wish it was a bit easier to find the special items like tasty pie, rye and what not. I got to like...900 strength and still only found 1 doc france XP
There used to be a 1% chance to find most of the quest items, which I bumped up to 3% after my playthrough testing. I'll probably up it again to make the game move a little smoother.
Quote Originally Posted by Loony BoB View Post
Items Found popup once again crashed IE6, by the way. Definitely only happens with that button so you might want to look into it.
It happened for me several times with the Spells Found popup as well. I tried to fix it, but I could never diagnose the problem. If anyone has any suggestions, I'm all for it. The code that opens up the popup windows looks like this(Spells Found used in this example):
Code:
var spellsFoundWindow = window.open("#", "SpellsFound", "scrollbars,resizable,status");
spellsFoundWindow.document.write(" ... writes html contents of window ... );
spellsFoundWindow.document.close();
Note: None of the popup window writing is contained in a loop. All looping is done before the window is opened and html strings of items/spells/enemies from looping are generated. Then the window is opened and the html strings are written to the window.
Quote Originally Posted by Loony BoB View Post
Oh, and Cap'n being 'stuck' means that he won't change his count of how many enemies you've killed/faced when you kill more enemies.
He only monitors how many enemies you've killed at least once, not how many you've killed overall or met but ran away from. Is his behavior inconsistent from what you're encountering with your in-game play?

Quote Originally Posted by Loony BoB View Post
Special items found so far: Rye, Doc France, Tastey Pies. Of those, I don't know what two of them are for. xD I might have found more, actually, but I've been on mass-kill mode, hitting Left, F, Left, F, Left, F etc. constantly without care for anything that I might be able to pick up.
They're all quest items, and some quest items are only usable after certain criteria have been met(typically increasing your class skills in some manner).