Page 1 of 1

[1.0.0] Agrimley the Hermit Disappearance

Posted: Sun Jan 27, 2013 1:58 am
by Cerest
See title. Agrimley simply disappeared from the map. I've uploaded the save files here,
https://docs.google.com/file/d/0B9Sx9Nv ... JPZFE/edit

Re: [1.0.0] Agrimley the Hermit Disappearance

Posted: Sun Jan 27, 2013 2:59 am
by wobbly
I think Ziggurath patrols can attack him?

Re: [1.0.0] Agrimley the Hermit Disappearance

Posted: Mon Jan 28, 2013 5:46 am
by Cerest
If so, that's silly. Very silly @_@ And quest breaking, sort of, those elixirs of focus are very valuable.
Is it possible to edit the save file to pop him back in?

Re: [1.0.0] Agrimley the Hermit Disappearance

Posted: Thu Feb 14, 2013 8:24 am
by R_D
I might've just experienced this, I'm not sure. Oddly enough, in my previous character, a different glitch occurred, causing Agrimley to clone himself! There was just a 2nd Agrimley chilling out next to the original, and both had the same dialogue and acted the same way (couldn't turn the same ingredients into him for the same potion twice, they acted like the same person).

Re: [1.0.0] Agrimley the Hermit Disappearance

Posted: Thu Feb 14, 2013 11:36 am
by cttw
I too had a game where I cant find agrimley anywhere. My worldmap has all been explored and autoexplore just goes to the nearest town.

Re: [1.0.0] Agrimley the Hermit Disappearance

Posted: Thu Feb 14, 2013 9:46 pm
by johnnyzero
Here's a temporary solution until the underlying cause gets addressed. Enable the development console (cheat mode), go to the world map and paste the following lines into your lua console (must use ctrl-v to paste):

Code: Select all

x, y = util.findFreeGrid(game.player.x, game.player.y, 20, true, {[engine.Map.ACTOR]=true})
g = mod.class.WorldNPC.new{name="Agrimley the Hermit", type="humanoid", subtype="human", faction="neutral", display='@', color=colors.BLUE, can_talk = "alchemist-hermit", cant_be_moved = false, unit_power = 3000,}
g:resolve() g:resolve(nil, true)
game.zone:addEntity(game.level, g, "actor", x, y)
x=nil;y=nil;g=nil
This will find an available tile somewhere near you and spawn Agrimley. You can then save your game, disable cheat mode, and resume playing your game as normal.

Re: [1.0.0] Agrimley the Hermit Disappearance

Posted: Thu Feb 14, 2013 9:58 pm
by R_D
johnnyzero wrote:Here's a temporary solution until the underlying cause gets addressed. Enable the development console (cheat mode), go to the world map and paste the following lines into your lua console (must use ctrl-v to paste):

Code: Select all

x, y = util.findFreeGrid(game.player.x, game.player.y, 20, true, {[engine.Map.ACTOR]=true})
g = mod.class.WorldNPC.new{name="Agrimley the Hermit", type="humanoid", subtype="human", faction="neutral", display='@', color=colors.BLUE, can_talk = "alchemist-hermit", cant_be_moved = false, unit_power = 3000,}
g:resolve() g:resolve(nil, true)
game.zone:addEntity(game.level, g, "actor", x, y)
x=nil;y=nil;g=nil
This will find an available tile somewhere near you and spawn Agrimley. You can then save your game, disable cheat mode, and resume playing your game as normal.
Is there a code I can input to look for Agrimley? I'd rather not invalidate my save file (I like to deposit stuff) if I can help it, but I know how to rollback save files if need be, so I can use such a code to find him (if I managed to overlook him, which I unfortunately doubt, but it's worth a try), and if I find him I can then revert and try again. Not sure if rolling back the save file would re-validate my character, but it's worth a shot imo.

Re: [1.0.0] Agrimley the Hermit Disappearance

Posted: Thu Feb 14, 2013 11:10 pm
by Nivrax
R_D wrote:I might've just experienced this, I'm not sure. Oddly enough, in my previous character, a different glitch occurred, causing Agrimley to clone himself! There was just a 2nd Agrimley chilling out next to the original, and both had the same dialogue and acted the same way (couldn't turn the same ingredients into him for the same potion twice, they acted like the same person).
Like this?

Image

For anyone interested in fixing this one - the middle one is real. In position where right fake one stands, there was Zigur patrol. When I moved to the right from place I stand, I got into fight with patrol (even though there was alchemist in way). I could see them morphing into copy already while loading the arena.

Re: [1.0.0] Agrimley the Hermit Disappearance

Posted: Thu Feb 14, 2013 11:40 pm
by R_D
Nivrax wrote:
R_D wrote:I might've just experienced this, I'm not sure. Oddly enough, in my previous character, a different glitch occurred, causing Agrimley to clone himself! There was just a 2nd Agrimley chilling out next to the original, and both had the same dialogue and acted the same way (couldn't turn the same ingredients into him for the same potion twice, they acted like the same person).
Like this?

Image

For anyone interested in fixing this one - the middle one is real. In position where right fake one stands, there was Zigur patrol. When I moved to the right from place I stand, I got into fight with patrol (even though there was alchemist in way). I could see them morphing into copy already while loading the arena.
My copy Agrimley never fought me like a patrol though--he acted just like the real Agrimley (if I gave the ingredients to one for a potion and go the potion, declined to make another, than talked to the other, I could ask to make him another potion as if I had handed the ingredients to him; same person two places).

Re: [1.0.0] Agrimley the Hermit Disappearance

Posted: Fri Feb 15, 2013 7:18 am
by Nivrax
I described how he was created, by morphing from roaming Ziggur patrol. The pic is after fight, and he idd does everything same as real one.

Re: [1.0.0] Agrimley the Hermit Disappearance

Posted: Fri Feb 15, 2013 8:18 am
by R_D
Nivrax wrote:I described how he was created, by morphing from roaming Ziggur patrol. The pic is after fight, and he idd does everything same as real one.
Ahh, I see. I can't remember how my previous Agrimley got cloned--all I remember is I did a bunch of stuff on running around on the world map, did a long dungeon (either dreadfell or went to the east and came back, probably the former), then decided to turn in a potion to Agrimley when I saw there were two of him!

Re: [1.0.0] Agrimley the Hermit Disappearance

Posted: Sat Feb 16, 2013 1:27 pm
by omero
Just for the records,
in one of my games, Agrimely has moved to a different location than the one where initially found at least two times.
He started in the narrow path between the woods and mountains south-east of Derth,
directly east of where the Sher'Tul fortress portal appears.
After some time, coming out of the Heart of The Gloom Dungeon, I met Agrimely on my way to Derth,
hiding in a small valley nested in the mountain range. Later again, on my way back to the Heart of The Gloom,
the hermit had moved further east but remained still close to the mountains.

Cheers!