But wouldnt it remove the functionality? I just dont want to show the icon and thats itYou can remove that from player.cpp from server side
somewhere in this function
Player::getSkullClient(const Creature* creature) const
if (isPartner(player)) {Nah there's a line which return SKULL_GREEN
you just need to remove that
So just keep it return;? And how to adjust position of that icon? its probably in otui somewhereyeah