Jump to content

Recommended Posts

Posted

Here Is A Custom Skill That Is Auto Added When You Pick Up Demonic Sword Zariche Or Blood Sword Akamanah!

 

<skill id="3630" levels="1" name="Void Burst">
<!--
  Needs to be finished.
  Target is set to TARGET_NONE, skillType to NOTDONE for server compatability.
  Description(s):
      Discharges cursed energy to attack nearby enemies.
-->
  <set name="mpConsume" val="200"/>
  <set name="power" val="3241.0"/>
  <set name="target" val="TARGET_ONE"/>
  <set name="hitTime" val="1733"/>
  <set name="condition" val="128"/>
  <set name="reuseDelay" val="11141"/>
  <set name="skillTime" val="1733"/>
  <set name="skillType" val="PDAM"/>
  <set name="operateType" val="OP_ACTIVE"/>
  <set name="castRange" val="40"/>
  <set name="effectRange" val="-1"/>
<for>
</for>
</skill>
<skill id="3631" levels="1" name="Void Flow">
<!--
  Needs to be finished.
  Target is set to TARGET_NONE, skillType to NOTDONE for server compatability.
  Description(s):
      Emits cursed energy to strike a distant enemy.
-->
  <set name="mpConsume" val="200"/>
  <set name="power" val="2131.0"/>
  <set name="target" val="TARGET_ONE"/>
  <set name="hitTime" val="1900"/>
  <set name="condition" val="128"/>
  <set name="reuseDelay" val="9241"/>
  <set name="skillTime" val="1900"/>
  <set name="skillType" val="PDAM"/>
  <set name="operateType" val="OP_ACTIVE"/>
  <set name="castRange" val="600"/>
  <set name="effectRange" val="1100"/>
<for>
</for>
</skill>

 

And Here Is The SQL For The Skill, In Order To Auto Add It When Someone Equips Zariche Or Akamanah.

 

L2jFree (insert one by one if you have prob)
UPDATE weapon SET itemskillid = '3630', itemskilllvl = '1' WHERE name = 'Demonic Sword Zariche'
UPDATE weapon SET itemskillid = '3631', itemskilllvl = '1' WHERE name = 'Blood Sword Akamanah'

L2OFF (insert one by one if you have prob)
UPDATE weapon SET item_skill_id = '3630', item_skill_lvl = '1' WHERE name = 'Demonic Sword Zariche'
UPDATE weapon SET item_skill_id = '3631', item_skill_lvl = '1' WHERE name = 'Blood Sword Akamanah'

 

 

Credits To:

 

JoJo_

 

 

Enjoy!

Posted

nice:)where exaactly i put the SQL for the skills?where i have to add these lines?

 

 

u have to make one sql file and insert those file inside.

then execute it into ur db and voila!

  • 5 months later...
Posted

I got some questions:

-The first code box...where i save it??(I am a bit noob ;) )

-And the other sql file when i run it to Db,do i need to add something else or it will work in his own?

tnx :)

  • 3 months later...
  • 6 months later...
  • 3 months later...

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