Black pits 2 Greater clay golem keeps dividing bug?
Mugen
Member Posts: 15
Hello, trying to kill this thing on legacy on bhaal without sorcerer on anyone who can wield the antigolem staff. The problem is small golems keep spawning forever and overwhelm me. Is this a bug or was intended on LoB difficulty, has anybody encountered this? And can I do anything to him now or its over?
0
Comments
To date, I have not touched Black Pits 2. If--when--I do, I will edit this script.
can you tell please the script location? I cant find it in .BCS folder in nearinfinity
The relevant script is OHB_T302, shared by all three creatures in the "class script" slot. The first two blocks are the relevant part.
First block: if level >25, create five copies of ohbgol02 on death. This one applies to ohbgol01 ("Greater Clay Golem"), and LoB doesn't change that.
Second block: if level <26 and level >10, create two copies of ohbgol03 on death. This one is supposed to only apply to ohbgol02 ("Clay Golem"), but improperly also applies to ohbgol03 ("Lesser Clay Golem") with the LoB modifier.
The weird loophole ... none of these enemies are immune to level drain. Which, if you could find a way to apply it, would break the encounter and theoretically give you a chance to win without ever having the golem split. And if nothing else, the spell "Energy Drain" is available - no save, no MR, drain two levels.
Obviously, the best fix is to split that shared script into three versions. The greater golem gets the first block with its level check removed, the regular golem gets the second block with its level check removed, and the lesser golem doesn't get either of the first two blocks. And the rest of the script goes into all three versions.
This has already been reported to the EE fixpack, and should have a solution there once that mod comes out.