rwbarton / rw

DCSS bot
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

figure out whether we can use autoexplore #19

Open rwbarton opened 10 years ago

rwbarton commented 10 years ago

When we autoexplore over a stack of items we get the "Things that are here" messages, but I'm not sure that our location is synchronized at that point, so we might think that items are on a different square than they really are.

At any rate, would need to have thingsThatAreHereMessages stop treating messages as items when the turn number increases.

If we can disable thingsThatAreHereMessages while autoexploring, that would be good enough.

rwbarton commented 10 years ago

I can disable it by checking whether our last move was an autoexplore. I'll do that and leave this issue open to later check whether it is really necessary, or whether we can get free item stack data while autoexploring.