Jump to content
  • 0

Gracia Epilogue


ciobrelis

Question

Hey everyone.I wanna ask a few things.

1.How can I done to any of the Classes could wear any armor dynasty.

For now, only a certain class of wear certain armor.

2.How can I make should not use the spell book Gracia skills?

(for example) Seven arrrow, Dagger Mastery, etc.

I want them to be automatically learned.

 

P.S sry for my bad english... I uesing google translator :D

 

Edited:

I founded in xml file this:

	<skill id="2659" levels="1" name="Seven Arrow">
	<set name="itemConsumeId" val="14211" />
	<set name="itemConsumeCount" val="1" />
	<set name="target" val="TARGET_SELF" />
	<set name="skillType" val="LEARN_SKILL" />
	<set name="learnSkillId" val="924" />
	<set name="operateType" val="OP_ACTIVE" />
	<set name="hitTime" val="1500" />
	<set name="staticHitTime" val="true" />
	<cond msgId="113" addName="1">
		<and>
			<player class_id_restriction="92, 102, 109" />
			<player level="81" />
		</and>
	</cond>
</skill>

 

Where i must change in this skill code,to be auto learn?  :-\

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

For the skills to be automatically learned,you don't need to change anything in this file,you must edit the appropriate line in your configs and set the Auto learn skills = True

 

 

1.How can I done to any of the Classes could wear any armor dynasty?

 

I think you must remove the numbers from this line  " <player class_id_restriction="92, 102, 109" /> "

and make it look like this <player class_id_restriction="" />

 

 

Link to comment
Share on other sites

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