Page 1 of 2

[B0C00Y05] Was given map to location, but no map or location was added to world map [RESOLVED]

Posted: Sat Aug 03, 2019 12:57 am
by MonoRena667
reformatory.png
reformatory.png (1.34 MiB) Viewed 3202 times
So after finishing some quests for The Knights of the Dragon, I was given this map to go and kill some monsters, at least the text says I was. But I wasn't given a map and it's nowhere in my inventory. There is no way for me to fast travel to that location he gave me.

Is this a bug or am I missing something? I have reloaded before I handed in the quest but the same keeps happening.

Re: Was given map to location, but no map or location was added to world map.

Posted: Sat Aug 03, 2019 1:03 am
by Jay_H
Quest: B0C00Y05

There's nothing wrong with the code:

Code: Select all

Place _newdung_ remote dungeon

Code: Select all

_S.07_ task:
	when _map_ and _pcgetsgold_
    say 1080
	reveal _newdung_
Nothing about this suggests a problem with the quest. Could you provide your save game for testing?

Re: Was given map to location, but no map or location was added to world map.

Posted: Sat Aug 03, 2019 1:37 am
by MonoRena667
Jay_H wrote: Sat Aug 03, 2019 1:03 am Quest: B0C00Y05

There's nothing wrong with the code:

Code: Select all

Place _newdung_ remote dungeon

Code: Select all

_S.07_ task:
	when _map_ and _pcgetsgold_
    say 1080
	reveal _newdung_
Nothing about this suggests a problem with the quest. Could you provide your save game for testing?
missingmapsave.rar
(437.49 KiB) Downloaded 110 times
Here. Just walk into the building in front and talk to the guy you get quests from and hand it in.

Re: Was given map to location, but no map or location was added to world map.

Posted: Sat Aug 03, 2019 1:52 am
by Jay_H
It's true, the dungeon isn't revealed by the quest action. The dungeon does indeed exist in the region.

When I edited this quest, I (perhaps foolishly) removed the "readmap" quest action that was present. I'll try altering it to see if that was working. Otherwise, it's a problem with quest logic.

Re: Was given map to location, but no map or location was added to world map.

Posted: Sat Aug 03, 2019 2:00 am
by MonoRena667
Please get back to me when you figure out what the issue is with the quest logic. Thanks for not brushing it off like I thought you were going to. But I know you needed to see the save file anyway since this game is unpredictable like that.

Re: Was given map to location, but no map or location was added to world map.

Posted: Sat Aug 03, 2019 2:31 am
by Jay_H
MonoRena667 wrote: Sat Aug 03, 2019 2:00 amThanks for not brushing it off like I thought you were going to.
Oh man! I'm getting a bad rep! :lol:

I added the "readmap" parameter and it still doesn't reveal. (Hilariously I also got the Edwyval Reformatory as my dungeon :lol: ). There's a definite problem with the reveal quest action here, and it isn't showing up in the player log as an error either. This one's out of my hands, sorry.

Re: Was given map to location, but no map or location was added to world map.

Posted: Sat Aug 03, 2019 2:35 am
by Interkarma
It could be a regression of some kind in discovery system. There have been a few of these after a recent code change I didn't test thoroughly enough before alpha.

I'll make a note of this topic in issues, thanks. :)

Re: Was given map to location, but no map or location was added to world map.

Posted: Sat Aug 03, 2019 2:45 am
by MonoRena667
Could just be an issue with my save game perhaps?

And what do you mean by regression? I'm curious as to how this happened.

Also you suggest I just go ahead and do other stuff in game? Or just ignore the map and just continue to do quests for this faction? I am trying to get my reputation up because all the armoursmith and general store owners hate me for some reason.

Re: Was given map to location, but no map or location was added to world map.

Posted: Sat Aug 03, 2019 2:49 am
by Jay_H
No, it's not with your save game because it happened on my character as well. I separated the variables.

A regression means something was working but a recent programming change disabled it. They'll figure it out and fix it.

You're free to continue on. This particular quest action isn't happening, but that shouldn't impair the rest of the game. Curiously, the first dungeon reveal did work, but the second one at the end of the quest didn't.

Re: Was given map to location, but no map or location was added to world map.

Posted: Sat Aug 03, 2019 3:55 am
by MonoRena667
If it may get fixed later on anyway, I will just leave the game as is for now. i need to play something different for a while anyway.

But let me know if the issue may have gotten resolved. I will test it out with a future version and confirm if it's fixed.