Page 1 of 1

Certification skills doesnt work.

Posted: Thu Jun 17, 2010 10:58 am
by bembelinas
First of all dont close my topic because that link you gave me is not settle the certification problems it just some guy gave to other member his skills xml.

Were could i find the sertification skill like haste and how i can correct him because it isn't gave any atk speed.

Re: Certification skills doesnt work.

Posted: Thu Jun 17, 2010 12:19 pm
by MELERIX
give more details, for example what is the skill id ?

Re: Certification skills doesnt work.

Posted: Thu Jun 17, 2010 2:05 pm
by bembelinas

Re: Certification skills doesnt work.

Posted: Thu Jun 17, 2010 2:15 pm
by janiii

Re: Certification skills doesnt work.

Posted: Thu Jun 17, 2010 2:19 pm
by bembelinas
mmm. but how could i fix that....

Code: Select all

<skill id="651" levels="1" name="Warrior Ability - Haste">		<set name="operateType" val="OP_PASSIVE" />		<set name="skillType" val="BUFF" />		<set name="target" val="TARGET_SELF" />		<set name="triggeredId" val="5572" />		<set name="triggeredLevel" val="1" />		<set name="activationChance" val="1" />		<set name="chanceType" val="ON_HIT" />	</skill>

Code: Select all

<skill id="639" levels="1" name="Master Ability - Casting">		<set name="target" val="TARGET_SELF" />		<set name="skillType" val="BUFF" />		<set name="operateType" val="OP_PASSIVE" />		<for>			<add order="0x40" stat="mAtkSpd" val="11" />		</for>	</skill>

Because buffs is working good but certification not...

Re: Certification skills doesnt work.

Posted: Thu Jun 17, 2010 2:22 pm
by janiii
warrior ability - haste:
read the skill, read the code. then you see there activationChance is 1 and the chanceType is ON_HIT. try to set the chance higher and see for yourself. as you can also see, the skill that is then triggered is 5572, so check that skill for stats.

Re: Certification skills doesnt work.

Posted: Thu Jun 17, 2010 2:34 pm
by bembelinas
whats means ON_ATTACKED and ON_HIT ?

and i dont understand what you sad about this <set name="triggeredId" val="5572" />

Re: Certification skills doesnt work.

Posted: Thu Jun 17, 2010 3:34 pm
by Gnacik
bembelinas wrote:whats means ON_ATTACKED and ON_HIT ?

and i dont understand what you sad about this <set name="triggeredId" val="5572" />
http://www.l2jdp.com/trac/wiki/XML

Re: Certification skills doesnt work.

Posted: Wed Jun 30, 2010 12:21 pm
by Ai17
to me the same problem i change all you said, but when i use the book to have the skill acumen(acumen apears at pasive ) but it didn do anythink.