Menu

#1 Arena problem...

open
nobody
None
5
2001-04-09
2001-04-09
Anonymous
No

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.

Discussion

  • Nobody/Anonymous

    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...

     
  • Nobody/Anonymous

    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

     
  • Nobody/Anonymous

    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...

     
  • Nobody/Anonymous

    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...

     
  • Nobody/Anonymous

    Logged In: NO

    Excuse me for the duplicate...

     
  • Nobody/Anonymous

    Logged In: NO

    Excuse me for the duplicate...

     

Log in to post a comment.