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>

  • 0
Posted

that is class restriction if player is human can wear, else cant

i looking for something about: if player is member.clanId(268479942) can wear, else cant

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

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