Fighter&Archer Will

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
NightForsaken
Posts: 5
Joined: Fri Jan 29, 2010 7:04 pm

Fighter&Archer Will

Post by NightForsaken »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision l2jofficial last gracia final:
L2JDP Revision l2jofficial last gracia final:

Fighter will and Archer will doesent activating while hitting a mob or a player even if i hit him with melee weapon/bow weapon

Code: Select all

<skill id="758" levels="1" name="Fighter's Will">  <set name="target" val="TARGET_SELF"/>  <set name="skillType" val="BUFF"/>  <set name="magicLvl" val="81"/>  <set name="operateType" val="OP_PASSIVE"/>  <set name="triggeredId" val="5559"/>  <set name="triggeredLevel" val="1"/>  <set name="activationChance" val="5"/>  <set name="chanceType" val="ON_HIT"/>  <cond>    <not>      <using kind="Bow,Crossbow"/>    </not>  </cond>  <for>    <add order="0x40" stat="pAtk" val="100">      <using kind="Sword,Blunt,Dagger,Pole,Fist,Dual Sword,Dual Fist,Big Sword,Big Blunt,Ancient,Rapier,Dual Dagger"/>    </add>    <mul order="0x30" stat="pAtkSpd" val="1.1">      <using kind="Sword,Blunt,Dagger,Pole,Fist,Dual Sword,Dual Fist,Big Sword,Big Blunt,Ancient,Rapier,Dual Dagger"/>    </mul>  </for></skill>

Code: Select all

<skill id="759" levels="1" name="Archer's Will">  <set name="target" val="TARGET_SELF"/>  <set name="skillType" val="BUFF"/>  <set name="operateType" val="OP_PASSIVE"/>  <set name="triggeredId" val="5559"/>  <set name="triggeredLevel" val="1"/>  <set name="activationChance" val="5"/>  <set name="chanceType" val="ON_HIT"/>  <set name="weaponsAllowed" val="65568"/> <!-- Bow/Crossbow -->  <for>    <add order="0x40" stat="accCombat" val="8">      <using kind="Bow,Crossbow"/>    </add>    <add order="0x40" stat="pAtkRange" val="50">      <using kind="Bow,Crossbow"/>    </add>  </for></skill>
LE: of course that ive learned skill with forgotten scrool.
Uphillyout
Posts: 255
Joined: Wed Jan 20, 2010 9:06 pm

Re: Fighter&Archer Will

Post by Uphillyout »

cause you need to check 5559 skill.

Code: Select all

<skill id="5559" levels="1" name="Physical Pose">  <!-- Triggered Skill for Fighter's/Archer's Will -->  <set name="magicLvl" val="81"/>  <set name="operateType" val="OP_ACTIVE"/>  <set name="skillType" val="BUFF"/>  <set name="target" val="TARGET_SELF"/>  <for>    <effect name="Buff" time="10" val="0">      <!-- mul order="0x30" stat="physicalSkillPower" val="1.2"/ TODO: Needs Core-Side Support -->      <mul order="0x30" stat="rCrit" val="1.2"/>    </effect>  </for></skill>
User avatar
Tan
L2j Veteran
L2j Veteran
Posts: 873
Joined: Wed Jun 10, 2009 10:31 pm
Location: Poland

Re: Fighter&Archer Will

Post by Tan »

Afaik Ncz0ft removed tiggers
Some people believe in God... i believe in Music... some people pray..... I turn on Winamp
http://www.last.fm/user/L2jTan
NightForsaken
Posts: 5
Joined: Fri Jan 29, 2010 7:04 pm

Re: Fighter&Archer Will

Post by NightForsaken »

Code: Select all

<skill id="5559" levels="1" name="Physical Pose">  <!-- Triggered Skill for Fighter's/Archer's Will -->  <set name="magicLvl" val="81"/>  <set name="operateType" val="OP_ACTIVE"/>  <set name="skillType" val="BUFF"/>  <set name="target" val="TARGET_SELF"/>  <for>    <effect name="Buff" time="10" val="0">      <!-- mul order="0x30" stat="physicalSkillPower" val="1.2"/ TODO: Needs Core-Side Support -->      <basemul order="0x30" stat="rCrit" val="0.2"/>    </effect>  </for></skill>
this is my psyical pose skill..what is wrong then ?:D
Uphillyout
Posts: 255
Joined: Wed Jan 20, 2010 9:06 pm

Re: Fighter&Archer Will

Post by Uphillyout »

<skill id="758" levels="1" name="Fighter's Will">
<set name="target" val="TARGET_SELF"/>
<set name="skillType" val="BUFF"/>
<set name="magicLvl" val="81"/>
<set name="operateType" val="OP_PASSIVE"/>
<set name="triggeredId" val="5559"/>
this says that "Fighter's Will" is using 5559 skill on hit.

your question was "why Will does not work?" cause 758 and 759 using 5559 trigger skill.
NoX
Posts: 189
Joined: Mon Oct 05, 2009 4:31 am

Re: Fighter&Archer Will

Post by NoX »

Uphillyout wrote:
<skill id="758" levels="1" name="Fighter's Will">
<set name="target" val="TARGET_SELF"/>
<set name="skillType" val="BUFF"/>
<set name="magicLvl" val="81"/>
<set name="operateType" val="OP_PASSIVE"/>
<set name="triggeredId" val="5559"/>
this says that "Fighter's Will" is using 5559 skill on hit.

your question was "why Will does not work?" cause 758 and 759 using 5559 trigger skill.
what exacly do I need to do to fix then please??
lj2Black Hands : have something en mente + look around + copy +paste + try to improve it :S without knowlege -.-

Image
Uphillyout
Posts: 255
Joined: Wed Jan 20, 2010 9:06 pm

Re: Fighter&Archer Will

Post by Uphillyout »

go to stats\skill folder and apply this.
<skill id="758" levels="1" name="Fighter's Will">
<set name="target" val="TARGET_SELF"/>
<set name="skillType" val="BUFF"/>
<set name="magicLvl" val="81"/>
<set name="operateType" val="OP_PASSIVE"/>
<set name="triggeredId" val="5559"/>
<set name="triggeredLevel" val="1"/>
<set name="activationChance" val="5"/>
<set name="chanceType" val="ON_HIT"/>
<cond>
<not>
<using kind="Bow,Crossbow"/>
</not>
</cond>
<for>
<add order="0x40" stat="pAtk" val="100">
<using kind="Sword,Blunt,Dagger,Pole,Fist,Dual Sword,Dual Fist,Big Sword,Big Blunt,Ancient,Rapier,Dual Dagger"/>
</add>
<mul order="0x30" stat="pAtkSpd" val="1.1">
<using kind="Sword,Blunt,Dagger,Pole,Fist,Dual Sword,Dual Fist,Big Sword,Big Blunt,Ancient,Rapier,Dual Dagger"/>
</mul>
</for>
</skill>
<skill id="759" levels="1" name="Archer's Will">
<set name="target" val="TARGET_SELF"/>
<set name="magicLvl" val="81"/>
<set name="skillType" val="BUFF"/>
<set name="operateType" val="OP_PASSIVE"/>
<set name="triggeredId" val="5559"/>
<set name="triggeredLevel" val="1"/>
<set name="activationChance" val="5"/>
<set name="chanceType" val="ON_HIT"/>
<set name="weaponsAllowed" val="65568"/> <!-- Bow/Crossbow -->
<for>
<add order="0x40" stat="accCombat" val="8">
<using kind="Bow,Crossbow"/>
</add>
<add order="0x40" stat="pAtkRange" val="50">
<using kind="Bow,Crossbow"/>
</add>
</for>
</skill>
<skill id="5559" levels="1" name="Physical Pose">
<!-- Triggered Skill for Fighter's/Archer's Will -->
<set name="magicLvl" val="81"/>
<set name="operateType" val="OP_ACTIVE"/>
<set name="skillType" val="BUFF"/>
<set name="target" val="TARGET_SELF"/>
<for>
<effect name="Buff" time="10" val="0">
<!-- mul order="0x30" stat="physicalSkillPower" val="1.2"/ TODO: Needs Core-Side Support -->
<mul order="0x30" stat="rCrit" val="1.2"/>
</effect>
</for>
</skill>
Vampyre
Posts: 88
Joined: Tue Jun 30, 2009 7:43 am

Re: Fighter&Archer Will

Post by Vampyre »

tan wrote:Afaik Ncz0ft removed tiggers
no they didnt remove the triggers.... trust me I have Archers Will on retail... and it gives me the physical pose trigger rather often, especially in aoe lol
Post Reply