Jump to content
  • 0

[Help] How to add the item who can dress only clan member


Question

6 answers to this question

Recommended Posts

  • 0
Posted

for only the clan leader check in exemple The Lord's Crown condition

 

<set name="equip_condition" val="{{ec_castle;1};{ec_clan_leader;1}}" />
	<cond msgId="1518">
		<and>
			<player castle="-1" />
			<player pledgeClass="-1" />
			<!-- Clan Leader -->
		</and>
	</cond>

 

and for other member just a circlet, exemple.

 

<set name="equip_condition" val="{{ec_castle;1};{ec_castle_num;{5}}}" />
	<cond msgId="1518">
		<and>
			<player castle="5" />
			<player pledgeClass="2" />
			<!-- Heir -->
		</and>
	</cond>
</item>

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

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