devSin Posted April 3, 2006 Share Posted April 3, 2006 It's possible that the update to MINHP1 is breaking c6bodhi weakness (she's supposed to get -2 str and -2 dex), but I can't say for sure. Link to comment
CamDawg Posted April 3, 2006 Share Posted April 3, 2006 It is; it's now providing immunities to attribute drains. If I can't think of a simple fix, we'll just clone minhp1 and give that to Bodhi instead. Link to comment
CamDawg Posted April 8, 2006 Share Posted April 8, 2006 Hacky, but should work. // remove minhp1 for a moment to allow bodhi's str decrease to take effect COPY_EXISTING ~c6bweak.bcs~ ~override~ DECOMPILE_BCS_TO_BAF REPLACE_TEXTUALLY ~ApplySpell(Myself,C6BODHI_WEAKNESS)~ ~TakeItemReplace("belt01","minhp1",Myself) ApplySpell(Myself,C6BODHI_WEAKNESS) TakeItemReplace("minhp1","belt01",Myself)~ COMPILE_BAF_TO_BCS BUT_ONLY_IF_IT_CHANGES Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.