[아이온] 외형변경 불가능한 아이템을 외형변경 가능하게 만들기
우선 아이템 템플릿에서 외형불가능한 아이템 을 찾습니다 .
저는 총사령관 으로 해보겠습니다 .
<item_template id="115001564" name="Arbiter's Protective Shield" descr="shield_d_a_m2_pr_65a" level="65" mask="32840" category="SHIELD" armor_type="SHIELD" max_stack_count="1" item_type="ABYSS" quality="MYTHIC" price="13436515" race="PC_ALL" restrict="65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65,65" desc="1626247" slot="2" equipment_type="ARMOR" max_enchant_bonus="0" m_slots="6">
<modifiers>
<add name="BLOCK" value="1355"/>
<rate name="DAMAGE_REDUCE" value="70"/>
<add name="PHYSICAL_DEFENSE" value="167" bonus="true"/>
<add name="MAXHP" value="491" bonus="true"/>
<add name="BLOCK" value="110" bonus="true"/>
<add name="MAGIC_SKILL_BOOST_RESIST" value="42" bonus="true"/>
<add name="MAGICAL_RESIST" value="43" bonus="true"/>
<add name="MAGICAL_ACCURACY" value="77" bonus="true"/>
<add name="BOOST_MAGICAL_SKILL" value="42" bonus="true"/>
<add name="PVP_DEFEND_RATIO" value="64" bonus="true"/>
<add name="MAXHP" value="258" bonus="true">
<conditions>
<charge value="1"/>
</conditions>
</add>
<add name="MAGICAL_ACCURACY" value="11" bonus="true">
<conditions>
<charge value="1"/>
</conditions>
</add>
<add name="MAGIC_SKILL_BOOST_RESIST" value="46" bonus="true">
<conditions>
<charge value="1"/>
</conditions>
</add>
<add name="BLOCK" value="72" bonus="true">
<conditions>
<charge value="1"/>
</conditions>
</add>
<add name="BOOST_MAGICAL_SKILL" value="50" bonus="true">
<conditions>
<charge value="2"/>
</conditions>
</add>
<add name="MAGICAL_CRITICAL" value="5" bonus="true">
<conditions>
<charge value="2"/>
</conditions>
</add>
<add name="MAGICAL_RESIST" value="20" bonus="true">
<conditions>
<charge value="2"/>
</conditions>
</add>
<add name="PVP_DEFEND_RATIO" value="14" bonus="true">
<conditions>
<charge value="2"/>
</conditions>
</add>
</modifiers>
<actions>
<remodel type="1"/>
</actions>
<weapon_stats reduce_max="1948"/>
<acquisition type="AP" ap="68700"/>
<improve way="2" level="2" burn_attack="4" burn_defend="28" price1="128240" price2="256480"/>
<uselimits rank_min="18"/>
</item_template>
위에 옵션중에 외형변경
<actions>
<remodel type="2"/>
</actions>
부분과
<uselimits rank_min="18"/>
랭킹제한 .
부분을 삭제 하면 서버쪽에선 설정이 끝났구요
클라이언트에서는 .
<cannot_changeskin>2</cannot_changeskin>
<extract_skin_type>2</extract_skin_type>
로되어있는 값을
<cannot_changeskin>0</cannot_changeskin>
<extract_skin_type>0</extract_skin_type>
로변경하시면 외형변경가능해집니다 .
랭팅제한은
uselimits 로검색후 18 이란 값이 있는 소스를 삭제 해주시면 됩니다 .
강화 안되는 아이템은
<max_enchant_value>0</max_enchant_value>
값을
<max_enchant_value>15</max_enchant_value>
로변경하면 강화도 가능해집니다 .

나즈샤&나즈빈 님의 최근 댓글
ㄳ 2024 04.19 ㄳ 2024 04.19 ㄳ 2024 04.19 ㄳ 2024 03.28 꽉~ 2024 02.21