vBous88 Posted December 17, 2017 Posted December 17, 2017 (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 December 17, 2017 by vBous88
0 Sinister Smile Posted December 17, 2017 Posted December 17, 2017 (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 December 17, 2017 by Sinister Smile
Question
vBous88
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 vBous881 answer to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now