Jump to content
  • 0

[Help] XML Help


Question

Posted

Hi all, i need help with XML.

 

I had this ability that did not work:

- <skill id="928" levels="1" name="Duel Blow">
  <set name="target" val="TARGET_NONE" /> 
  <set name="skillType" val="NOTDONE" /> 
  <set name="operateType" val="OP_PASSIVE" /> 
  <set name="hitTime" val="1800" /> 
  </skill>

 

 

Of course I realized that there was something wrong, and I changed so:

- <skill id="928" levels="1" name="Duel Blow">
  <table name="#mpConsume">77</table> 
  <table name="#magicLvl">74</table> 
  <table name="#power">7546</table> 
- <!--  Dual Daggers 
  --> 
  <set name="target" val="TARGET_NONE" /> 
  <set name="skillType" val="BLOW" /> 
  <set name="operateType" val="OP_ACTIVE" /> 
  <set name="hitTime" val="1800" /> 
  <set name="magicLvl" val="#magicLvl" /> 
  <set name="power" val="#power" /> 
  <set name="castRange" val="900" /> 
  <set name="effectRange" val="1400" /> 
  <set name="reuseDelay" val="7000" /> 
  <set name="mpConsume" val="#mpConsume" /> 
  <set name="overHit" val="true" /> 
  <set name="baseCritRate" val="15" /> 
  <set name="SSBoost" val="2.0" /> 
  <set name="lethal1" val="5" /> 
  <set name="hitTime" val="4000" /> 
  <set name="weaponsAllowed" val="13884" /> 
  </skill>

 

 

I do not understand anything about XML, and I changed how I thought the most appropriate.

Help me  :P

9 answers to this question

Recommended Posts

  • 0
Posted

No problem in XML but need fix from core side (Java), u must search fix in ur pack forum...

 

Try other pack to fix problem L2j or L2jOfficial, here skill work fine

  • 0
Posted

Yes he does...

Its for the Dual blow skill which is with the dual daggers >.<

 

man...dual daggers have core support since the start of l2j gracia final :D

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
Answer this question...

×   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...