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.
Certification skills doesnt work.
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 133
- Joined: Tue Jun 08, 2010 10:14 am
- Location: Lithuania
- MELERIX
- L2j Veteran
- Posts: 6667
- Joined: Sat Sep 23, 2006 11:31 pm
- Location: Chile
- Contact:
Re: Certification skills doesnt work.
give more details, for example what is the skill id ?
-
- Posts: 133
- Joined: Tue Jun 08, 2010 10:14 am
- Location: Lithuania
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Certification skills doesnt work.
warrior ability - haste : http://l2jdp.com/l2jdb/db_skill.php?id=651&level=1
master ability - casting : http://l2jdp.com/l2jdb/db_skill.php?id=639&level=1
master ability - casting : http://l2jdp.com/l2jdb/db_skill.php?id=639&level=1
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 133
- Joined: Tue Jun 08, 2010 10:14 am
- Location: Lithuania
Re: Certification skills doesnt work.
mmm. but how could i fix that....
Because buffs is working good but certification not...
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...
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: Certification skills doesnt work.
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.
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!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 133
- Joined: Tue Jun 08, 2010 10:14 am
- Location: Lithuania
Re: Certification skills doesnt work.
whats means ON_ATTACKED and ON_HIT ?
and i dont understand what you sad about this <set name="triggeredId" val="5572" />
and i dont understand what you sad about this <set name="triggeredId" val="5572" />
- Gnacik
- L2j Veteran
- Posts: 925
- Joined: Tue Dec 16, 2008 3:49 pm
- Location: Wąchock ٩(̾●̮̮̃̾•̃̾)۶ Polska
- Contact:
Re: Certification skills doesnt work.
http://www.l2jdp.com/trac/wiki/XMLbembelinas wrote:whats means ON_ATTACKED and ON_HIT ?
and i dont understand what you sad about this <set name="triggeredId" val="5572" />
-
- Posts: 191
- Joined: Tue Jun 29, 2010 8:05 am
Re: Certification skills doesnt work.
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.