[GH-ISSUE #180] When wearing a black full helm (g) the hair of your player aren't removed so it looks wack. #3559

Closed
opened 2026-05-25 12:19:48 +00:00 by Dark98 · 3 comments
Owner

Originally created by @Gptaqbc on GitHub (Nov 12, 2019).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/180

Dont know if it's all full helm that does that. I know for sure that the black full helm (g) does it though.

Originally created by @Gptaqbc on GitHub (Nov 12, 2019). Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/180 Dont know if it's all full helm that does that. I know for sure that the black full helm (g) does it though.
Author
Owner

@mrextremez commented on GitHub (Nov 13, 2019):

Look for item.java method fullmask I think if you add it there it might work

<!-- gh-comment-id:553202624 --> @mrextremez commented on GitHub (Nov 13, 2019): Look for item.java method fullmask I think if you add it there it might work
Author
Owner

@Gptaqbc commented on GitHub (Nov 14, 2019):

To fix add "full helm (g)", "full helm (t)" to the following array:

/* Fullmask covers your entire head. */
private static String[] fullmask = { "full helm", "mask", "Verac's helm",
"Guthan's helm", "Karil's coif", "mask", "Torag's helm", "Void",
"sallet", "Facemask" };

Do the same for the items that aren't added to its corresponding array.

<!-- gh-comment-id:553925645 --> @Gptaqbc commented on GitHub (Nov 14, 2019): To fix add "full helm (g)", "full helm (t)" to the following array: /* Fullmask covers your entire head. */ private static String[] fullmask = { "full helm", "mask", "Verac's helm", "Guthan's helm", "Karil's coif", "mask", "Torag's helm", "Void", "sallet", "Facemask" }; Do the same for the items that aren't added to its corresponding array.
Author
Owner

@Gptaqbc commented on GitHub (Nov 16, 2019):

Fixed gotta push

<!-- gh-comment-id:554657653 --> @Gptaqbc commented on GitHub (Nov 16, 2019): Fixed gotta push
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#3559