Page 1 of 1

Spacing for sendOptions Interface (228)

Posted: Sun Aug 14, 2022 2:18 am
by downthecrop
Is there a way for me to space the swords at the edges of the chatbox interface id: 228

Reference: https://gitlab.com/2009scape/2009scape/ ... .java#L492

2009 Source

Image

Current

Image

Re: Spacing for sendOptions Interface (228)

Posted: Sun Aug 14, 2022 2:19 am
by Ceikry
Nope, the interface with the swords wider apart is a completely separate interface. You'll need to find that interface, hook it up to the send options handling packet with the correct button IDs, etc.

Re: Spacing for sendOptions Interface (228)

Posted: Sun Aug 14, 2022 2:22 am
by Ceikry
Though I suppose if you wanted to do it the lazy way, you could do what Arios did when put in similar situations: find the children for the sword sprites and send manual component repositioning packets for each.

Don't do that, though. I probably would ask you to fix it.