koui-chi / Python-OnyxOfBlack

A retro 3D dungeon role-playing game made in Python.
0 stars 0 forks source link

I can't return from the 5th basement floor of the well.井戸の地下5階から戻れない。 #3

Closed koui-chi closed 4 months ago

koui-chi commented 4 months ago

Describe the bug After defeating KRAKEN on the 5th basement floor of the well, none of the stairs that go back to the 4th basement floor are outside the MAP. And I can't return to the 3rd basement floor or higher.

Add any other context about the problem here. To Reproduce Steps to reproduce the behavior:

  1. Move to the well, and go down 5th basement floor, and defeat KRAKEN.
  2. Move to upstairs, and go up 4th basement floor, then there is outside the Map.
  3. 4th basement floor map is X=17,Y=16 only, so I go to there, but there is closed by walls on all sides.

Expected behavior I think the correct answer is 2 patterns. A. Upstairs for BF4 Entrance is open, after KRAKEN defeated. B. Upstairs for BF4 Entrance lead to the dungeon, not to the well.

Desktop (please complete the following information): Desktop: OS:Linux Lite 7.0 Browser: Chrome

koui-chi commented 4 months ago

It takes time. This program use stack system for moving the stairs. For example, "->well BF4->well BF5->well BF4" is "push well4, push well5, pop". But Encount KRAKEN part, the aim is "->well BF4->dungeon BF5->dungeon BF4". But this programming is "->well BF4->dungeon BF5->well BF4".

The interim measures are Integration map of dungeon and well. Require some changes to the map. The final measures, I want to talk to ABURI6800.