What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

DumpMapMarkers not finding exit in ACT 2: "Ruined Cistern"

rrrix

New Member
Joined
Jul 11, 2010
Messages
3,449
Reaction score
61
Act 2 - quest: Betrayer of the Horadrim, after talking to Emperor Hakan and entering the sewers ("Ruined Cistern")

I get to the exit, and dump Map Markers, but only the entrance marker is dumped:

Code:
[13:46:19.023 N] Marker Hash: 1597398598, Distance: 617.6831, Position: <170.4489, 312.1944, 12.02756>, Closest Portal Loc: <0, 0, 0>

Diablo III_2012-10-03_13-48-33.webp
 

Attachments

Another example, in Act 2 - Quest Blood and Sand, in Western Channel.

Dump Map Markers shows neither the start or the end map markers (no output).
 
Urgh, so much rage. My Act 2 profile would be complete if it weren't for the 3-4 clicks required, caused by this bug. lol
 
Hi,

This continues to plague me. Often times the map marker is output as "0", and other times it's not there at all.

I've experienced it in Act 1 Cathedral Level 2, Act 2 Ruined Cistern, Western Channel, and Eastern Channel, Act 3 Arreat Crater Level 2.

Should I give more screenshots? Logs? A video?
 
Have you tried dump RActors? I think all entraces/exits have a g_portal_XXX actorID that you can find when dumping near the place.
 
Hi Azureus,

Yes, every dungeon entrance and exit has an RActor, but often the entrance and the exit will have an identical actorSNOId and using them with the <ExploreArea until="ObjectFound" /> tag doesn't work - as the bot will just find (and use) the Entrance portal, resulting in an infinite loop. The only reliable way to actually find the exit is with the exitNameHash.
 
Back
Top