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

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