[Known 7075] Hexxat takes damage from blood pool in Boddhi's lair
Hexxat currently takes damage from the pool of blood in Boddhi's lair (with the Mace of Disruption). She should be immune to this damage.
Post edited by Gate70 on
0
Comments
Don't suppose you know how she feels about the other anti-undead stuff, like Azuredge, Daystar, Bone Club or Rune Hammer?
Incidentally, the blood pool damaging her can be circumvented by updating blpool.bcs to include the following section
IF
Clicked([ANYONE])
General(LastTrigger,UNDEAD)
Range(LastTrigger,10)
Global("Pool","AR0801",1)
THEN
RESPONSE #100
DisplayString(Myself,35877) // You enter the blood pool and find a mace at the bottom. The blood makes you feel sick, however.
GiveItemCreate("BLUN12",LastTrigger,0,0,0) // Mace of Disruption +1
SetGlobal("Pool","AR0801",2)
END
so that the 10 points of damage do not happen. It should probably display a different string, though, because I doubt any amount of blood would make her feel sick.