BG1NPC icon indicating copy to clipboard operation
BG1NPC copied to clipboard

Bardic Chains and items of protection

Open TotoR115 opened this issue 1 year ago • 0 comments

https://github.com/Gibberlings3/BG1NPC/blob/31e6a965b17d869c0266931b82f3b62e71f3c8e5/bg1npc/phase2/tpa/bg1npc_garqst.tpa#L21

To prevent the use of ring of protections and the like, the Bardic Chains (Lv1 et Lv2) need to be added to itemexcl.2da with:

COPY_EXISTING ~itemexcl.2da~ ~override~
    APPEND ~itemexcl.2da~ ~X#GARCH  1~
    APPEND ~itemexcl.2da~ ~X#GARCH2  1~

In addition, those items are missing there enchantement level:

COPY_EXISTING ~x#garch.itm~ ~override~
  WRITE_LONG 0x60 ~1~

COPY_EXISTING ~x#garch2.itm~ ~override~
  WRITE_LONG 0x60 ~2~

It is the same for x#iamul Gorion's Amulet witch is an Amulet of Protection and should be added:

COPY_EXISTING ~itemexcl.2da~ ~override~
    APPEND ~itemexcl.2da~ ~X#IAMUL  1~

TotoR115 avatar Feb 12 '23 12:02 TotoR115