Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bardic Chains and items of protection #111

Open
TotoR115 opened this issue Feb 12, 2023 · 0 comments
Open

Bardic Chains and items of protection #111

TotoR115 opened this issue Feb 12, 2023 · 0 comments

Comments

@TotoR115
Copy link

TotoR115 commented Feb 12, 2023

COPY ~bg1npc/phase2/itm/X#GARCH.itm~ ~override~

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~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant