this use the WindWalker flag, is type 71 in packet 10017
Code:
public enum MainFlagType : uint
{
None = 0,
CanClaim = 1 << 0,
ShowSpecialItems = 1 << 1,
ClaimGift = 1 << 2,
OnMeleeAttack = 1 << 3,
}
there is a file in client to edit this. but i don't remember the name