Jump to content
  • 0

broblima apella


HliasNewDev

Question

13 answers to this question

Recommended Posts

  • 0

frozen

Πήγαινε στο gameserver/network/clientpackets/UseItem.java και βρες αυτό

//Apella armor used by clan members may be worn by a Baron or a higher level Aristocrat.
	if(itemId >= 7860 && itemId <= 7879 && Config.APELLA_ARMORS && (cl == null || activeChar.getPledgeClass() < 5))
	{
		activeChar.sendMessage("You can't equip that");
		return;
	}

και σβήστο.

Link to comment
Share on other sites

  • 0

Πήγαινε στο gameserver/network/clientpackets/UseItem.java και βρες αυτό

//Apella armor used by clan members may be worn by a Baron or a higher level Aristocrat.
	if(itemId >= 7860 && itemId <= 7879 && Config.APELLA_ARMORS && (cl == null || activeChar.getPledgeClass() < 5))
	{
		activeChar.sendMessage("You can't equip that");
		return;
	}

και σβήστο.

 

Oloklhrh diadikasia gia auto? :D

 

gameserver/config/functions/l2jfrozen

 

 

# ------------------------------

# Equipment Config      -

# ------------------------------

# Alternate Gaming

# Usage: true  = Restriction enabled

#            false = Restriction disabled

# Castle Shield can be equipped by all clan members if they own a castle. = default true

CastleShieldRestriction = True

 

# ClanHall Shield can be equipped by all clan members if they own a clan hall. = default true

ClanHallShieldRestriction = True

 

# Apella armors can be equipped only by clan members if their class is Baron or higher = default true

ApellaArmorsRestriction = False<-- AUTO EDW KANTO TRUE

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...