Jump to content

Favoured Soul fatal errors while installing [fixed]


Recommended Posts

There is a bug on favoured_soul.tpa, namely on lines 374 starting and repeating on 380 etc (the blocks defining shaman_scripts and shaman_dialogues to be precise) that if a certain script is using OriginalClass, that gets turned into Original!CheckSpellState and thus the script fails to compile. This is caused by the regex not excluding cases where OriginalClass() is used instead of just Class(), and can be easily solved (though I'm not sure if you actually want to replace OriginalClass checks or not... but anyway...) by adding a tilde hat ^ this thing, before Class() on the match outer sprint. This fixes all observed occurrences of the bug, namely on the attached Ajantis script alter_script_error.baf and on aeri25.bcs on BG2EE.

alter_script_error.baf WeiDU.log SETUP-DW_TALENTS.DEBUG

Link to comment

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...