shadowscurse1
TMF Regular
- Joined
- Oct 11, 2003
- Messages
- 268
- Points
- 0
For some reason in the forest I cannot get below the statue to the left to push it up? Thats the only bug I've encountered so far xD
Okay, so that's what happened. I reloaded my save from just before I accepted the quest in order to do it again, just so I could see what went wrong. Three of the four fairies are there. However, the fairy that's supposed to be in the bottom left corner is missing in action. Not invisible, just not there. I tried hitting the action button where your map said she's supposed to be but no dice..
For some reason in the forest I cannot get below the statue to the left to push it up? Thats the only bug I've encountered so far xD
First of all, like I said before. It's a part of making any game. You're not failing, you're just experiencing what I'm certain all game creators experience. Don't worry so much~
Secondly, I think you need to post an updated link or something, because the most recent fixes you made aren't showing up. The fourth fairy is still playing hard to get.
Werecats' fury assault will hit Angie through "Take Cover."
Also, the sparkle in the bottom-mid of this map says something about a rock being determined to help you, but there's no rock there, just the sparkle/glow layer on the tile..
Werecats' fury assault will hit Angie through "Take Cover."
Also, the sparkle in the bottom-mid of this map says something about a rock being determined to help you, but there's no rock there, just the sparkle/glow layer on the tile.
I think one of the fairy spawns may still be bugged? I went to all the spots (killed 3 fairies: top left, bottom right, mid right) and the 4th (bottom left?) is MIA? Did a switch or something get screwed up by me using the return charm midquest? I'm using the Google Drive version.
Edit: Is it possible the upload didn't go through? You mentioned fixing it in a previous post.
Edit v2: If you copied/pasted the fairies, is it possible that they might be messing up due to a couple fairies sharing a switch that they shouldn't? E.g., if we have fairies A, B, C, and D, is it possible when the player kills fairy C, both fairies C and D disappear from the map?
So, I cleared browser cache, loaded up a save file from the end of ch1 (before completion), switched to rogue, got the quest at 1, leveled up to 3, went to the forest and made a beeline for SW corner... No fairy. :-\
The save bottom rock is present and nudged a bit to the left from where the old save point was, though.
(function(console){
console.save = function(data, filename){
if(!data) {
console.error('Console.save: No data')
return;
}
if(!filename) filename = 'console.json'
if(typeof data === "object"){
data = JSON.stringify(data, undefined, 4)
}
var blob = new Blob([data], {type: 'text/json'}),
e = document.createEvent('MouseEvents'),
a = document.createElement('a')
a.download = filename
a.href = window.URL.createObjectURL(blob)
a.dataset.downloadurl = ['text/json', a.download, a.href].join(':')
e.initMouseEvent('click', true, false, window, 0, 0, 0, 0, 0, false, false, false, false, 0, null)
a.dispatchEvent(e)
}
})(console)
1049CST: I posted an update. the tree below the save rock should be a stump now, and the fairy should spawn next to it. i redid the fairy entirely, check for me please.
if this doesn't work, i'll see if it works to change it to 3 fairies...