Jump to content

Recommended Posts

Posted

Hello all again, because i am bored for this thing here is the way to enable the Flame Icon Skill on your server on L2J pack

in stats of the skills flame icon is :

<skill id="785" levels="1" name="Flame Icon">

  <set name="hitTime" val="1800"/>

 <set name="operateType" val="OP_ACTIVE"/>

 <set name="reuseDelay" val="15000"/>

 <set name="skillType" val="BUFF"/>

 <set name="skillRadius" val="1000"/>

 <set name="target" val="TARGET_PARTY"/>

 <cond msgId="113" addName="1">

   <target active_effect_id_lvl="5562,3"/>

 </cond>

 <for>

   <effect name="Buff" time="60" val="0" stackOrder="1" stackType="icon_buff">

     <mul order="0x30" stat="debuffVuln" val="0.6"/>

     <mul order="0x30" stat="pDef" val="1.5"/>

     <mul order="0x30" stat="mDef" val="1.5"/>

     <add order="0x40" stat="accCombat" val="6">

       <using kind="Sword,Big Sword,Blunt,Big Blunt"/>

     </add>

     <add order="0x40" stat="runSpd" val="30"/>

     <mul order="0x30" stat="pAtkSpd" val="1.3">

       <using kind="Sword,Big Sword,Blunt,Big Blunt"/>

     </mul>

     <add order="0x40" stat="rCrit" val="33">

       <using kind="Sword,Big Sword"/>

     </add>

     <mul order="0x30" stat="cAtk" val="1.33">

       <using kind="Blunt,Big Blunt"/>

     </mul>

     <mul order="0x30" stat="cancelVuln" val="0.6"/>

     <mul order="0x30" stat="gainHp" val="0.2"/>

   </effect>

 </for>

</skill>

 

 

MAKE IT :

 

<skill id="785" levels="1" name="Flame Icon">

 <set name="hitTime" val="1800"/>

 <set name="operateType" val="OP_ACTIVE"/>

 <set name="reuseDelay" val="15000"/>

 <set name="skillType" val="BUFF"/>

 <set name="skillRadius" val="1000"/>

 <set name="target" val="TARGET_PARTY"/>

 <for>

   <effect name="Buff" time="60" val="0" stackOrder="1" stackType="icon_buff">

     <mul order="0x30" stat="debuffVuln" val="0.6"/>

     <mul order="0x30" stat="pDef" val="1.5"/>

     <mul order="0x30" stat="mDef" val="1.5"/>

     <add order="0x40" stat="accCombat" val="6">

     </add>

     <add order="0x40" stat="runSpd" val="30"/>

     <mul order="0x30" stat="pAtkSpd" val="1.3">

     </mul>

     <add order="0x40" stat="rCrit" val="33">

       <using kind="Sword,Big Sword"/>

     </add>

     <mul order="0x30" stat="cAtk" val="1.33">

     </mul>

     <mul order="0x30" stat="cancelVuln" val="0.6"/>

     <mul order="0x30" stat="gainHp" val="0.2"/>

   </effect>

 </for>

</skill>

hf

Posted

Enable this and HF with OP parties of Phoenix Knights...

 

That skill is not supposed to work that way...

 

I'll create a share to get you the real deal...

Posted

Enable this and HF with OP parties of Phoenix Knights...

 

That skill is not supposed to work that way...

 

I'll create a share to get you the real deal...

are you kidding me?

in my server work's well and i dont ask for your opinion or smth else

*And i wait for your share BUHHAHAHAH "PRO DEV"

Posted

That's wrong.

You removed the weapons needed for each effect.

Check the description of the skill dude.

 

Receives the will of the phoenix to drastically increase the fighting ability of party members. For 1 minute, increases resistance to de-buff attacks by 40%, P. Def. by 50%, M. Def. by 50%, accuracy by 6 when a sword/blunt weapon is equipped, moving speed by 10, Atk. Spd. by 10% when a sword/blunt weapon is equipped, critical rate by 33 when a sword is equipped, critical damage by 33% when a blunt weapon is equipped, and resistance to buff canceling attacks by 40%. Decreases the effect of recovery magic by 80%.

 

PS: Okay now you re-added some of them, the skill is like before without the cond message :D

Posted

That's wrong.

You removed the weapons needed for each effect.

Check the description of the skill dude.

 

PS: Okay now you re-added some of them, the skill is like before without the cond message :D

First of all L2J developers doesn't fix this skill yet i tryed a lot of times to use the skill with a sword or a blund and i couldn't btw i dont care nothing about the description of this skill i just share a guide to can use this skill until L2J dev fix that and at last it works.

Posted

so the bug was this?

 

<cond msgId="113" addName="1">

    <target active_effect_id_lvl="5562,3"/>

  </cond>

 

lol no....

 

the bug was triggered effect lvl dont want to grow that means it stuck on lvl1 but the skill need lvl3

set it to lvl1 and voila fixed in 2sec but not retail like anyway this flame icon is totally custom

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock