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>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...