-
Member
Aion Removed Rank restriction. On Abyss Armors
Hi RageZone Little Question I have Archon Commander's Divine starting gear for members
but people need to be rank 1 to use it is it possible to put no rank restriction for armors
so lvl 65 players just can wear those items without rank Restriction
Thnx! Ragezone the best
-
-
Enthusiast
Re: Aion Removed Rank restriction. On Abyss Armors
Search in item_templates.xml and set the rank require to 1, 18 -> 1
-
Member
Re: Aion Removed Rank restriction. On Abyss Armors
Thnx you very much!
- - - Updated - - -
Oke this is the item i want to remove the abyss rank restriction so every lvl 65 doesnt need rank 1 anymore to wear
Cant find the require
</item_template>
<item_template id="110501255" name="Archon Commander's Hauberk" descr="ch_torso_d_a_e2_60a" level="60" mask="69704" category="JACKET" armor_type="CHAIN" max_stack_count="1" item_type="ABYSS" quality="EPIC" price="2443600" race="PC_ALL" restrict="0,0,0,0,0,0,0,0,0,0,60,60,0,60,0,0,0" desc="1563033" slot="8" equipment_type="ARMOR" max_enchant="15" m_slots="6">
<modifiers>
<add name="EVASION" value="246"/>
<add name="MAGICAL_RESIST" value="144"/>
<add name="PHYSICAL_DEFENSE" value="359"/>
<add name="MAGIC_SKILL_BOOST_RESIST" value="99"/>
<add name="MAGICAL_RESIST" value="51" bonus="true"/>
<add name="BOOST_MAGICAL_SKILL" value="70" bonus="true"/>
<rate name="FLY_SPEED" value="10" bonus="true"/>
<add name="MAXHP" value="280" bonus="true"/>
<add name="CONCENTRATION" value="19" bonus="true"/>
<add name="PVP_DEFEND_RATIO" value="57" bonus="true"/>
</modifiers>
<acquisition type="ABYSS" item="186000147" count="76" ap="1202640"/>
<disposition id="188950013" count="4"/>
</item_template>
<item_template id="110501256" name="Killios' Hauberk" descr="ch_torso_n_l1_q_56a" level="56" mask="36940" category="JACKET" armor_type="CHAIN" max_stack_count="1" item_type="NORMAL" quality="LEGEND" price="1113500" race="PC_ALL" restrict="1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1" desc="1563035" slot="8" equipment_type="ARMOR" max_enchant="10" m_slots="3">
<modifiers>
<add name="EVASION" value="207"/>
<add name="MAGICAL_RESIST" value="124"/>
<add name="PHYSICAL_DEFENSE" value="309"/>
<add name="MAXHP" value="214" bonus="true"/>
<add name="HEAL_BOOST" value="17" bonus="true"/>
<rate name="FLY_SPEED" value="6" bonus="true"/>
<rate name="BOOST_HATE" value="-13" bonus="true"/>
<add name="CONCENTRATION" value="16" bonus="true"/>
</modifiers>
-
Enthusiast
Re: Aion Removed Rank restriction. On Abyss Armors
are you sure about this item?
item id="110501255" name="Archon Commander's Hauberk" should not have any rank restrictions
Rank restricions should be defined into tag <uselimits>
for example:
<item_template id="101300973" name="Elite Archon Sentinel's Spear" descr="polearm_d_a_u2_60b" level="60" mask="203848" category="POLEARM" weapon_type="POLEARM_2H" max_stack_count="1" item_type="ABYSS" quality="UNIQUE" price="2932300" race="PC_ALL" restrict="60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60,60" desc="1588425" attack_type="PHYSICAL" slot="3" equipment_type="WEAPON" max_enchant="15" m_slots="6">
<modifiers>
<add name="PHYSICAL_ACCURACY" value="131" bonus="true"/>
<rate name="ATTACK_SPEED" value="-19" bonus="true"/>
<add name="PHYSICAL_ATTACK" value="33" bonus="true"/>
<add name="MAXHP" value="233" bonus="true"/>
<add name="PVP_ATTACK_RATIO" value="110" bonus="true"/>
</modifiers>
<weapon_stats hit_count="4" attack_range="2500" magical_accuracy="323" parry="1034" physical_accuracy="899" physical_critical="50" attack_speed="2800" max_damage="525" min_damage="282"/>
<acquisition type="ABYSS" item="186000147" count="57" ap="1322904"/>
<disposition id="188950010" count="6"/>
<uselimits rank_min="7"/>
<idian burn_attack="58" burn_defend="12"/>
</item_template>
this item have min rank restriction set to 7, if you delete the restriction all player could use the item
-
Member
Re: Aion Removed Rank restriction. On Abyss Armors
Thnx bro so i just change <uselimits rank_min="7"/> Rank 7 to the rank that i want ! i will check it out :)
-
Member
Re: Aion Removed Rank restriction. On Abyss Armors
Closed! All work now! thnx to Aioncool & mr2hearts