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...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..