hi guys,i have a problem with my server,i login normal,but the others cannot login,in their login it says that server is light,but they cant enter..anyone knows?
Pick one and your guess would be as good as any!
// Checks for armor set for the equipped chest.
if (!ArmorSetsData.getInstance().isArmorSet(chest.getId()))
{
player.sendMessage("Error: You can't visualize current set.");
useVoicedCommand("dress-armorpage", player, args);
return false;
}
L2ArmorSet armoSet = ArmorSetsData.getInstance().getSet(chest.getId());
if ((armoSet == null) || !armoSet.containAll(player))
{
player.sendMessage("Error: You can't visualize, set is not complete.");
useVoicedCommand("dress-armorpage", player, args);
return false;
}
if (!chest.getArmorItem().getItemType().getDescription().equals(dress.getType()))
{
player.sendMessage("Error: You can't visualize current set.");
useVoicedCommand("dress-armorpage", player, args);
return false;
}
6.2K followers growth from 500K DMs campaign for Onlyfan niche
Instant Instagram followers growth & gain subscribers
GO VIRAL easier with reels on IG
Scraping & Sending in less than 24 hours
For consulting contact us on telegram @igmassdm
Question
Traffic*
hi guys,i have a problem with my server,i login normal,but the others cannot login,in their login it says that server is light,but they cant enter..anyone knows?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts