Jump to content

ncg667

Members
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by ncg667

  1. I custom the weapon and i want to add the effect like dragon weapon for them. and i find AdditionalEffect get the dragon weapon ID and add my custom weapon on there. but its not work.. anyone can help me? Thanks!!
  2. Here has a problem about ability system. Many ability skills show the msg "Need Point (50P)" i check the file "abilitySkillTree.xml" already . but still cannot fix the issue...
  3. its m.dam..cannot change p.dam...
  4. I want to let all the skill like Vampiric Claw Can Absorbs the damage as HP
  5. Thanks. Done. But How about Skill use for bow. I change skilltype but not work.
  6. Hi i want to set all magic skills can Absorbs 30% of damage . And i add this "<set name="absorbPart" val="0.3" /> <!-- absorbs 30% of damage -->" To other magic skills (such as Skills number :1220 Blaze for Human) but its not work. any one can help me? <skill id="1220" levels="8" name="Blaze"> <table name="#mpInitialConsume"> 4 4 5 5 5 6 6 6 </table> <table name="#mpConsume"> 14 16 17 18 20 21 23 24 </table> <table name="#magicLvl"> 17 20 23 25 28 30 33 35 </table> <table name="#power"> 23 26 29 32 35 38 42 44 </table> <set name="mpInitialConsume" val="#mpInitialConsume" /> <set name="mpConsume" val="#mpConsume" /> <set name="magicLvl" val="#magicLvl" /> <set name="power" val="#power" /> <set name="target" val="TARGET_ONE" /> <set name="element" val="0" /> <!-- Fire --> <set name="elementPower" val="20" /> <set name="reuseDelay" val="1000" /> <set name="hitTime" val="4000" /> <set name="skillType" val="MDAM" /> <set name="isMagic" val="1" /> <!-- Magic Skill --> <set name="operateType" val="A1" /> <set name="castRange" val="750" /> <set name="effectRange" val="1250" /> <set name="absorbPart" val="0.3" /> </skill> Its use L2JTW Tauti Version
×
×
  • 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