Jump to content

Bards get fourth level 6 spell


CamDawg

Recommended Posts

Converted from Baldurdash:

 

Bard Spell Memorization Table Fix resolves the bug of bards being capped for learning new spells at level 22, instead of 23, as bards can legitimately reach level 23 within the 2,950,000 experience point cap. One sixth-level spell should appear at level up from 22 to 23.

 

// gives bards a fourth level 6 spell at high levels
COPY_EXISTING ~MXSPLBRD.2da~ ~override~
 SET "row" = 21
 WHILE ("%row%" < 39) BEGIN
   SET_2DA_ENTRY "%row%" 6 7 ~4~
   SET "row" = ("%row%" + 1)
 END
 BUT_ONLY_IF_IT_CHANGES

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...