Quote from refinements readme:
"BG2 Refinements offers new HLA tables for ALL classes and kits, which means this component may
clash with other mods that modify HLA material. A new Kit, both player selectable and "invisible"
(the player may not select the kit, which is typically used for an NPC or as a method to add a new
set of abilities to a character as it levels up) may come with a NEW HLA table"
"Implementing the Use Scrolls ability required some heavy coding, so a few decisions have been
taken in order to simplify the situation a little. Fortunately they also ultimately... make sense.
First, we've decided to make the Wizardslayer/Mage dual class combo "illegal."
Second, Use Scrolls is intended as a "built-in" ability for all kinds of mage/thieves; this is
perfectly normal most of the times, but technically mages who dual to thieves should not have it
until *reactivation* of the mage class.
That is only a temporary condition though, and those are characters that have very little reason
to "forget" that ability: they naturally have it as mages, and they have ALSO the "tendency" to
acquire it as thieves. In a way, it's a "common" feature of the two classes, not an exclusive one
of the mage part.
Now, handling this pathological case as all the rest would require an amount of work absolutely
unjustified for characters who, after all, have so many reasons to know how to read scrolls, and
this decision leaves the code significantly lighter, which is always a good thing."
You can see that this code is combination of mage X class X kit X player.
And the more kits you have the more code it adds to baldur.bcs .
I have cut 9418 lines for 148kb which is twice the Baldur's Gate 2 code.
And there is invisible creature following you around which adds those kits too. It is called LI#STRI .
My suggestion is simple: remove this code and creature from refinements altogether.
You wasted more time on this Use Scrolls/Use Magical Device bullshit than it worth.
Now it is time to get rid of it.
Edited by Miksip, 05 November 2017 - 09:18 AM.