Jump to content

[SHARE] Zariche & Akamanah Custom Skill


Recommended Posts

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!

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

  • 5 months later...

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 :)

Link to comment
Share on other sites

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...