Rescuing Garren's Child problem
BlackForest
Member Posts: 4
Hello, I seem to be having a bit of a problem with the Rescuing Garren's (Gerran's?) Child quest. I'm not sure if it's a bug or not, but it seems likely.
I found the child in the locked cell, who told me to get the key from the mage. I went and talked to Firkraag who sent the mage upstairs to wait for me.
No problems so far.
I encountered the mage, and I am not really sure what happened with it. I think I killed him, but he didn't leave a loot-able corpse, and the glowing effects from his spells sort of- ran away. I have looked all over the dungeon, but I cannot find him anywhere. I checked around on the internet, but for everyone it sounds like it was apparently fairly straight forward.
I found the child in the locked cell, who told me to get the key from the mage. I went and talked to Firkraag who sent the mage upstairs to wait for me.
No problems so far.
I encountered the mage, and I am not really sure what happened with it. I think I killed him, but he didn't leave a loot-able corpse, and the glowing effects from his spells sort of- ran away. I have looked all over the dungeon, but I cannot find him anywhere. I checked around on the internet, but for everyone it sounds like it was apparently fairly straight forward.
0
Comments
Either that or he got disintegrated.
If you can upload a saved game, then someone can take a look at it. You'll want to Zip up the entire 00000000x-[Save Game] folder and use the 'Attach a file' link just under the comment box here on the forum. I don't think there are any variables that are set after he dies, but it would probably be best to find and kill him anyway.
Edit: and re-making all the silly scripts in the game would be my dream! I can't play vanilla without face-palming (and without SCS because mages still easy, but that's another thing), I think that just a good selection of targets/triggers and done for the updating the vanilla scripts, to make the game harder you have SCS.
I checked the points closest to the corners with detect invisibility (that reveals the same things as true seeing, right?), as well as the prison room, but I didn't find him (sneaky little weasel).
I think I give up.
are the NPCs on a level stored in some kind of data structure you can iterate through? like
for (int i = 0; i < creatures.length; i++) {
print(creature)
} or something?
No idea what is do-able with the console.
I highly discourage messing with your save file's data structure as that is an easy way to corrupt your saved game. There are far easier ways to get the key than that.
I would recommend creating the key with the console. If you have not activated the console yet then go here for instructions on how to do that. Then, once the console is activated, simply type the following into it (case sensitive): Doing this will add the key that will open the cell doors into your inventory.
Now to rescue Imoen! Messing with the save files data structure?
Thanks!