You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Kidnapping of Boo" quest is non functional for me (tested in BG2 EE). Tracked down the culprit to the last lines of setup_kidnapping_of_boo.tpa which has the following macro applied on copying the spells for removing/re-adding boo:
This inserts the 206 self-protection at the beginning of the spell, blocking its application entirely. Adding insert = "last" should fix the problem, e.g.:
The "Kidnapping of Boo" quest is non functional for me (tested in BG2 EE). Tracked down the culprit to the last lines of
setup_kidnapping_of_boo.tpa
which has the following macro applied on copying the spells for removing/re-adding boo:This inserts the 206 self-protection at the beginning of the spell, blocking its application entirely. Adding
insert = "last"
should fix the problem, e.g.:The text was updated successfully, but these errors were encountered: