[GH-ISSUE #257] Rares/Other Items #7082

Closed
opened 2026-05-30 12:20:35 +00:00 by Dark98 · 11 comments
Owner

Originally created by @Sch4ff3r on GitHub (Dec 10, 2019).
Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/257

  • Bunny ears when wore, goes into weapon slot. Instead of going into helmet slot.

  • Bearmask equips as a weapon instead of a helmet.

Originally created by @Sch4ff3r on GitHub (Dec 10, 2019). Original GitHub issue: https://github.com/2006-Scape/2006Scape/issues/257 - [ ] Bunny ears when wore, goes into weapon slot. Instead of going into helmet slot. - [ ] Bearmask equips as a weapon instead of a helmet.
Author
Owner

@Gptaqbc commented on GitHub (Dec 10, 2019):

This should work (Same fix for the bunny ears):
For bearmask: add 'Bearmask' in this method: private static String[] fullmask
in: Item.java
at line ~148

Like that:
private static String[] fullmask = { "full helm(t)", "full helm(g)", "full helm", "mask", "Verac's helm",
"Guthan's helm", "Karil's coif", "mask", "Torag's helm", "Void", "helmet",
"sallet", "Facemask", "Bearmask" };

Make sure you type it correctly or else it wont work.

Also add the ID of the item to this array:

public static int hats[]

<!-- gh-comment-id:564102634 --> @Gptaqbc commented on GitHub (Dec 10, 2019): This should work (Same fix for the bunny ears): For bearmask: add 'Bearmask' in this method: private static String[] fullmask in: Item.java at line ~148 Like that: private static String[] fullmask = { "full helm(t)", "full helm(g)", "full helm", "mask", "Verac's helm", "Guthan's helm", "Karil's coif", "mask", "Torag's helm", "Void", "helmet", "sallet", "Facemask", "Bearmask" }; Make sure you type it correctly or else it wont work. Also add the ID of the item to this array: >public static int hats[]
Author
Owner

@Gptaqbc commented on GitHub (Dec 10, 2019):

I think the yo-yo issue should have its own thread because it's not the same fix needed. Let me know if you split the issues, I'll delete this comment. :)

<!-- gh-comment-id:564103448 --> @Gptaqbc commented on GitHub (Dec 10, 2019): I think the yo-yo issue should have its own thread because it's not the same fix needed. Let me know if you split the issues, I'll delete this comment. :)
Author
Owner

@Sch4ff3r commented on GitHub (Dec 10, 2019):

I think the yo-yo issue should have its own thread because it's not the same fix needed. Let me know if you split the issues, I'll delete this comment. :)

New issue made for yo-yo

<!-- gh-comment-id:564161256 --> @Sch4ff3r commented on GitHub (Dec 10, 2019): > I think the yo-yo issue should have its own thread because it's not the same fix needed. Let me know if you split the issues, I'll delete this comment. :) New issue made for yo-yo
Author
Owner

@Sch4ff3r commented on GitHub (Dec 10, 2019):

"Guthan's helm", "Karil's coif", "mask", "Torag's helm", "Void", "helmet",
"sallet", "Facemask", "Bearmask" };

https://i.gyazo.com/c63646ffdbb975c8b129cff13fcb0479.png

<!-- gh-comment-id:564173629 --> @Sch4ff3r commented on GitHub (Dec 10, 2019): > "Guthan's helm", "Karil's coif", "mask", "Torag's helm", "Void", "helmet", > "sallet", "Facemask", "Bearmask" }; https://i.gyazo.com/c63646ffdbb975c8b129cff13fcb0479.png
Author
Owner

@Gptaqbc commented on GitHub (Dec 10, 2019):

Can't open the gyazo at work.

<!-- gh-comment-id:564176204 --> @Gptaqbc commented on GitHub (Dec 10, 2019): Can't open the gyazo at work.
Author
Owner

@DPSCryptic commented on GitHub (Dec 10, 2019):

shows the bear mask in weapon slot with the full mask code besides it

<!-- gh-comment-id:564219555 --> @DPSCryptic commented on GitHub (Dec 10, 2019): shows the bear mask in weapon slot with the full mask code besides it
Author
Owner

@Gptaqbc commented on GitHub (Dec 10, 2019):

So my fix isn't working?

<!-- gh-comment-id:564220220 --> @Gptaqbc commented on GitHub (Dec 10, 2019): So my fix isn't working?
Author
Owner

@DPSCryptic commented on GitHub (Dec 10, 2019):

and i think full mask means it covers the whole face.
think it doesnt mean its head slot, think --> public static int hats[] <-- is for head slot

<!-- gh-comment-id:564220601 --> @DPSCryptic commented on GitHub (Dec 10, 2019): and i think full mask means it covers the whole face. think it doesnt mean its head slot, think --> public static int hats[] <-- is for head slot
Author
Owner

@Gptaqbc commented on GitHub (Dec 10, 2019):

Bear mask is a full mask though, that's why we add it there.

<!-- gh-comment-id:564220966 --> @Gptaqbc commented on GitHub (Dec 10, 2019): Bear mask is a full mask though, that's why we add it there.
Author
Owner

@DPSCryptic commented on GitHub (Dec 10, 2019):

im not saying it doesnt :P it should be like that

<!-- gh-comment-id:564221468 --> @DPSCryptic commented on GitHub (Dec 10, 2019): im not saying it doesnt :P it should be like that
Author
Owner

@Gptaqbc commented on GitHub (Dec 11, 2019):

Done

<!-- gh-comment-id:564764888 --> @Gptaqbc commented on GitHub (Dec 11, 2019): Done
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2006-Scape/2006Scape#7082