Jump to content

Recommended Posts

Posted (edited)

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;
}



 

4 hours ago, Yun_kr said:

You can't visualize current set.

sunrise pack

1726446858630.jpg

 

Edited by Salty Mike
Posted

if (!ArmorSetsData.getInstance().isArmorSet(chest.getId()))

{

       player.sendMessage("Error: You can't visualize current set.");

       useVoicedCommand("dress-armorpage", player, args);

       return false;

}

 

 

 

What is the solution?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock