Certification skills doesnt work.

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Certification skills doesnt work.

Post 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.
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Certification skills doesnt work.

Post by MELERIX »

give more details, for example what is the skill id ?
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: Certification skills doesnt work.

Post by bembelinas »

User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Certification skills doesnt work.

Post by janiii »

DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: Certification skills doesnt work.

Post 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...
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Certification skills doesnt work.

Post 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.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
bembelinas
Posts: 133
Joined: Tue Jun 08, 2010 10:14 am
Location: Lithuania

Re: Certification skills doesnt work.

Post by bembelinas »

whats means ON_ATTACKED and ON_HIT ?

and i dont understand what you sad about this <set name="triggeredId" val="5572" />
User avatar
Gnacik
L2j Veteran
L2j Veteran
Posts: 925
Joined: Tue Dec 16, 2008 3:49 pm
Location: Wąchock ٩(̾●̮̮̃̾•̃̾)۶ Polska
Contact:

Re: Certification skills doesnt work.

Post 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
Ai17
Posts: 191
Joined: Tue Jun 29, 2010 8:05 am

Re: Certification skills doesnt work.

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