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

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