• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

otclient outfit limit

Tormented

Banned User
Joined
Jan 13, 2024
Messages
56
Reaction score
23
1718456091253.png
i can only get around 50 outfoitts to display
Post automatically merged:

solved
continue;
}

protocolOutfits.emplace_back(outfit.name, outfit.lookType, addons);
if (protocolOutfits.size() == 250) { // Game client currently doesn't allow more than 50 outfits
break;
}
}
 
Last edited:

Similar threads

Back
Top