Jump to content

Question

13 answers to this question

Recommended Posts

  • 0
Posted

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

και σβήστο.

  • 0
Posted

Πήγαινε στο 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

Guest
This topic is now closed to further replies.
×
×
  • 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