setIdentKit

fun setIdentKit(identKitSlot: Int, value: Int)

Sets an ident kit. Note that this function does not rely on wearpos values, as those range from 0 to 11. Ident kit values only range from 0 to 6, which would result in some wasted memory. A list of wearpos to ident kit can also be found in net.rsprot.protocol.common.game.outgoing.info.playerinfo.extendedinfo.Appearance.identKitSlotList

Ident kit table:

| Id |  Slot  |
|:--:|:------:|
| 0 | Hair |
| 1 | Beard |
| 2 | Body |
| 3 | Arms |
| 4 | Gloves |
| 5 | Legs |
| 6 | Boots |

Parameters

identKitSlot

the position in which to set this ident kit.

value

the value of the ident kit config, or -1 if hidden.