Creating a Drow Priestess

This contains bug reports which the test team have confirmed and are now in the queue to be fixed.
Post Reply
Lorelie
Sword Master
Sword Master
Posts: 216
Joined: Tue Feb 26, 2008 2:52 am

Creating a Drow Priestess

Post by Lorelie » Thu Mar 18, 2021 9:59 am

When creating a drow priestess in chargen if you choose the option A to create a standard character it crashes the game.
User avatar
Harroghty
Staff
Staff
Posts: 9695
Joined: Tue Jul 27, 2004 5:38 pm

Re: Creating a Drow Priestess

Post by Harroghty » Fri Mar 19, 2021 2:56 pm

This does crash the game on the game port, but not on the test port. When I chose 'A' on the game port I did not see any progress from this function, it just hung and then crash the game port. I tried another function (standardbard) as a human and it worked as intended. I tried another function (standardfighter) as a male drow and that also failed and crash the game. The common denominator is drow, but only on the game port.

Code: Select all

#FUNCTION standardevilpriest
if questr(30500,15,5,$n) == 1
  mpmset $n questr 30500 15 5 8
  mpmadd $n wis 6
  mpmadd $n con 4
  mpmadd $n str 4
  mpmadd $n cha 4
  mpsetweight $n
  mpsetheight $n
  mpmset $n align -1000
  mpoload 10328
  mposet i10328 level 1
  mpgive i10328 $n
  sset $n 'staves' 11
  mpechoat $n A quarterstaff appears in your inventory.
  mpforce $n newbie
endif
Prior to choosing, my stats are:

Code: Select all

 Testguybard the young adventurer (A tall overweight female drow)
 Class: cleric               Level: 1  (ECL: 6)     Hours Played: 0     
 Race: drow                   Size: medium                 Gender: female
 Handedness: Right          Height: 5ft 6in                Weight: 178lbs
 Align: neutral good         Deity: Unaligned
 Glory:     0/0        Stat Points: 1                 Feat Points: 1
 Carry Weight:   0.0/100      Load: light                   Items: 0/5
 --------------------+--------------------------------------------------------
 Ability Scores      | Armour Class
 STR 10/10 Bonus: +0 | head   11 (none)                        Shield: +0 
 DEX 12/12 Bonus: +1 | body   11 (none)                          Size: +0 
 CON  8/ 8 Bonus: -1 | arms   11 (none)                       Natural: +0 
 INT 12/12 Bonus: +1 | hands  11 (none)                    Deflection: +0 
 WIS 10/10 Bonus: +0 | waist  11 (none)                
 CHA 12/12 Bonus: +1 | legs   11 (none)                 Spell Failure: 0%
                     | feet   11 (none)                Armour Penalty: +0 
 --------------------+--------------------------------------------------------
 Saving Throws       | Combat Stats
  Fortitude:  1/1    | AB: 1st: +0 
     Reflex:  1/1    |
       Will:  2/2    |
-------------------------------------------------------------------------------
Quest Journal for Testguybard:
Standard or customise.
On test port pre-select stats:

Code: Select all

-------------------------------------------------------------------------------
 Testdrowguy the young adventurer (An ugly weak female drow)
 Class: cleric               Level: 1  (ECL: 6)     Hours Played: 0     
 Race: drow                   Size: medium                 Gender: female
 Handedness: Right          Height: 4ft 8in                Weight: 114lbs
 Align: chaotic evil         Deity: Unaligned
 Glory:     0/0        Stat Points: 1                 Feat Points: 1
 Carry Weight:   0.0/100      Load: light                   Items: 0/5
 --------------------+--------------------------------------------------------
 Ability Scores      | Armour Class
 STR 10/10 Bonus: +0 | head   11 (none)                        Shield: +0 
 DEX 12/12 Bonus: +1 | body   11 (none)                          Size: +0 
 CON  8/ 8 Bonus: -1 | arms   11 (none)                       Natural: +0 
 INT 12/12 Bonus: +1 | hands  11 (none)                    Deflection: +0 
 WIS 10/10 Bonus: +0 | waist  11 (none)                
 CHA 12/12 Bonus: +1 | legs   11 (none)                 Spell Failure: 0%
                     | feet   11 (none)                Armour Penalty: +0 
 --------------------+--------------------------------------------------------
 Saving Throws       | Combat Stats
  Fortitude:  1/1    | AB: 1st: +0 
     Reflex:  1/1    |
       Will:  2/2    |
-------------------------------------------------------------------------------
Quest Journal for Testdrowguy:
Standard or customise.
"A man may die yet still endure if his work enters the greater work, for time is carried upon a current of forgotten deeds, and events of great moment are but the culmination of a single carefully placed thought." - Chime of Eons
Post Reply