Jump to content
  • 0

Adapt Wings to L2JaCis


Question

Posted (edited)

Hello i would like to ask if someone can tell me how to add angelic-demonic wings in acis.

 

Im trying to add these 

 

In client side works 100% no errors, the problem is in xml because i dont know how to change it because there are no table in npc with name "armor"

also someone shared the same wings for aCis but the link is dead :/

Edited by vBous88

1 answer to this question

Recommended Posts

  • 0
Posted (edited)

Use this example

  <item id="7777" type="Armor" name="Angelic Wings">
    <set name="icon" val="icon.accessory_jester_cap_i00" />
    <set name="default_action" val="equip" />
    <set name="bodypart" val="hair" />
    <set name="material" val="WOOD" />
    <set name="weight" val="10" />
    <set name="equip_reuse_delay" val="30" />
        <set name="is_tradable" val="true" />
        <set name="is_dropable" val="false" />
        <set name="is_destroyable" val="true" />
        <set name="is_sellable" val="true" />
        <set name="is_depositable" val="true" />
    <set name="duration" val="-1" />
        <for>
      <add order="0x40" stat="runSpd" val="8" />
    </for>
  </item>

 

Edited by Sinister Smile

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

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..