• 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!

otclient outfit limit

Tormented

Member
Joined
Jan 13, 2024
Messages
33
Reaction score
13
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:
Back
Top