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

Leather and Studded Leather Bracers not showing in "Slots" screen #1129

Closed
MiachofTD opened this issue Dec 10, 2018 · 1 comment
Closed

Leather and Studded Leather Bracers not showing in "Slots" screen #1129

MiachofTD opened this issue Dec 10, 2018 · 1 comment
Assignees

Comments

@MiachofTD
Copy link
Contributor

Bug Report or Feature Request (mark with an x)

- [ X] bug report -> please search issues before submitting
- [ ] feature request

Repro steps.

Use the lower Holtburg (bottom of hill side) armor/weapons NPC and buy leather and studded leather bracers. Equip the bracers and find they do not show in the slots view and cannot be removed. They do show in the character view and can be removed from there.

The log given by the failure.

No log shown on the server

Desired functionality.

Leather and studded leather bracers should show in the "Slots" view of the character for removal. The metal bracers from the same NPC work just fine.

Mention any other details that might be useful.

Video showing exact problem - https://youtu.be/hG3D23lY15w

@OptimShi
Copy link
Collaborator

This is a data related issue.

PropertyInt.Locations (9) is set to 16 (LowerArmWear) when it should be 4096 (LowerArmArmor)

No item should have just "upper/lower arm wear" set without ChestWear also set. Similarly for underpants, which I believe should always have AdbomenWear set.

LtRipley36706 added a commit to LtRipley36706/ACE-World-16PY-Patches that referenced this issue Dec 15, 2018
LtRipley36706 added a commit to LtRipley36706/ACE-World-16PY-Patches that referenced this issue Dec 15, 2018
Resolves ACEmulator/ACE#1129

Co-Authored-By: OptimShi <optimshi@users.noreply.github.com>
LtRipley36706 added a commit to ACEmulator/ACE-World-16PY-Patches that referenced this issue Dec 15, 2018
Resolves ACEmulator/ACE#1129

Co-Authored-By: OptimShi <optimshi@users.noreply.github.com>
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

2 participants