Unangband 0.6.3 released

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • baddog73
    Apprentice
    • Mar 2008
    • 62

    #31
    Aha. Yes, that makes sense.

    Comment

    • andrewdoull
      Unangband maintainer
      • Apr 2007
      • 872

      #32
      Originally posted by Obsilium
      The first level of Khazad-Dúm seems to have the same problem as the Old Forest levels had. Any suggestions for what to put there instead of the 0?
      Off the top of my head, try 56. [Edit] Actually try 1.

      I'll fix up the dungeon.txt file to correct all instances of this bug - please download the revised fix from http://svn.berlios.de/svnroot/repos/...it/dungeon.txt

      Andrew
      Last edited by andrewdoull; June 14, 2009, 20:47.
      The Roflwtfzomgbbq Quylthulg summons L33t Paladins -more-
      In UnAngband, the level dives you.
      ASCII Dreams: http://roguelikedeveloper.blogspot.com
      Unangband: http://unangband.blogspot.com

      Comment

      • baddog73
        Apprentice
        • Mar 2008
        • 62

        #33
        While standing in a burning grass, I received the message "Your scythe bends." but I don't have one.

        Comment

        • Arralen
          Swordsman
          • May 2007
          • 309

          #34
          Originally posted by baddog73
          While standing in a burning grass, I received the message "Your scythe bends." but I don't have one.
          Male character ?

          Sorry, couldn't resist ...
          No, I don't have a clue 'bout C, and I'm not starting my own variant.
          Never. Ever.

          Comment

          • thorgot
            Apprentice
            • Dec 2007
            • 62

            #35
            If you step onto a trap, you have no way to disarm it without stepping off of it and triggering it again. Can you make it so you can disarm the square you are standing on?

            Comment

            • Satyr
              Scout
              • Apr 2007
              • 36

              #36
              Two random bugs (I think) I stumpled upon during code diving tours:
              • The svals of guitars and drums seems to be wrong, they don't match the corresponding song books as required for the bonus spell power.
              • line 2637 of spells2.c
                Code:
                     else chance = enchant_table[o_ptr->to_d + 10 - o_ptr->dd - o_ptr->ds];
                should probably read
                Code:
                      else chance = enchant_table[o_ptr->to_d + 10 - o_ptr->dd * o_ptr->ds];
                for enchantments of very high +dam; else you could easily get out of bounds of the enchant_table array.

              Comment

              • andrewdoull
                Unangband maintainer
                • Apr 2007
                • 872

                #37
                Originally posted by Satyr
                Two random bugs (I think) I stumpled upon during code diving tours:
                • The svals of guitars and drums seems to be wrong, they don't match the corresponding song books as required for the bonus spell power.

                • line 2637 of spells2.c
                  Code:
                       else chance = enchant_table[o_ptr->to_d + 10 - o_ptr->dd - o_ptr->ds];
                  should probably read
                  Code:
                        else chance = enchant_table[o_ptr->to_d + 10 - o_ptr->dd * o_ptr->ds];
                  for enchantments of very high +dam; else you could easily get out of bounds of the enchant_table array.
                Nice catches. I've committed the fixes.

                Let me know if you want SVN access.

                Andrew
                The Roflwtfzomgbbq Quylthulg summons L33t Paladins -more-
                In UnAngband, the level dives you.
                ASCII Dreams: http://roguelikedeveloper.blogspot.com
                Unangband: http://unangband.blogspot.com

                Comment

                Working...
                😀
                😂
                🥰
                😘
                🤢
                😎
                😞
                😡
                👍
                👎