Share

Katachthonios Desmoterion

Tracker: Bugs

5 Arena problem... - ID: 414786
Last Update: Comment added ( nobody )

On the latest binary, there doesn't seem to be a way
out of the arena. Once you start one fight you can't
get out (It says 'Could not load temporary dungeon!'
and throws you right back into a new arena fight.


Nobody/Anonymous ( nobody ) - 2001-04-09 02:41

5

Open

None

Nobody/Anonymous

None

None

Public


Comments ( 6 )




Date: 2004-05-24 12:21
Sender: nobody

Logged In: NO

Excuse me for the duplicate...


Date: 2004-05-24 12:19
Sender: nobody

Logged In: NO

Excuse me for the duplicate...


Date: 2004-05-24 12:19
Sender: nobody

Logged In: NO

I experienced this problem also, and found out it was due to
an error in bldg.c.

In function enter_arena, substitute "if
(!p_ptr->inside_special)" with
"if ((p_ptr->inside_special!=SPECIAL_MAGIC) &&
(p_ptr->inside_special!=SPECIAL_ARENA)) and it'll work fine,
at least for me.

BTW, is this variant still maintained? I *really* like its
taste...


Date: 2004-05-24 12:18
Sender: nobody

Logged In: NO

I experienced this problem also, and found out it was due to
an error in bldg.c.

In function enter_arena, substitute "if
(!p_ptr->inside_special)" with
"if ((p_ptr->inside_special!=SPECIAL_MAGIC) &&
(p_ptr->inside_special!=SPECIAL_ARENA)) and it'll work fine,
at least for me.

BTW, is this variant still maintained? I *really* like its
taste...


Date: 2004-01-15 03:01
Sender: nobody

Logged In: NO

Yeah, I got this too.

Using windows version, btw.

When you finish a fight and go back into the shop sceen for
the arena, it will say something about an error loading the
map.
Here it is:
"Could not load temporary dungeon!"
And then it sticks you back into the arena for another fight.

-Thomar


Date: 2003-09-24 15:17
Sender: nobody

Logged In: NO

I made a few source code changes that seem to fix this... but
it caused several other problems. I will try and fix these new
problems and will post again if I do...


Log in to comment.




Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.