• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

How to Create Custom Itemsets in AION

Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
[HowTo] Create your own itemsets...​

1. goto .\AIONEmulator\game\data\static_data\item_sets\
2. open item_sets.xml with program of choice
3. edit as you wishes

example of a full set with bonuses for each part and extra bonus for full set:

<itemset id="298" name="Durable Daevanion Chain Set">
<itempart itemid="110501382"/>
<itempart itemid="113501355"/>
<itempart itemid="112501280"/>
<itempart itemid="111501340"/>
<itempart itemid="114501363"/>
<partbonus count="2">
<modifiers>
<add name="MAGICAL_RESIST" value="15" bonus="true"/>
<add name="PHYSICAL_DEFENSE" value="39" bonus="true"/>
<add name="EVASION" value="30" bonus="true"/>
</modifiers>
</partbonus>
<partbonus count="3">
<modifiers>
<add name="MAXHP" value="336" bonus="true"/>
<add name="MAXMP" value="225" bonus="true"/>
<add name="BOOST_MAGICAL_SKILL" value="48" bonus="true"/>
<add name="HEAL_BOOST" value="23" bonus="true"/>
</modifiers>
</partbonus>
<partbonus count="4">
<modifiers>
<add name="MAGICAL_RESIST" value="16" bonus="true"/>
<add name="PHYSICAL_DEFENSE" value="39" bonus="true"/>
<add name="EVASION" value="28" bonus="true"/>
</modifiers>
</partbonus>
<partbonus count="5">
<modifiers>
<add name="MAXHP" value="392" bonus="true"/>
<add name="MAXMP" value="263" bonus="true"/>
<add name="BOOST_MAGICAL_SKILL" value="58" bonus="true"/>
<rate name="SPEED" value="22" bonus="true"/>
</modifiers>
</partbonus>
<fullbonus>
<modifiers>
<add name="MAXHP" value="262" bonus="true"/>
<add name="BOOST_MAGICAL_SKILL" value="70" bonus="true"/>
<add name="MAGICAL_RESIST" value="133" bonus="true"/>
</modifiers>
</fullbonus>

hope it is self explaning else just ask if you want to know anything

4. save file and restart server
5. Done!
 
ヽ(#゚Д゚)ノ┌┛)` Д゚)・;'
Joined
Mar 26, 2012
Messages
502
Reaction score
103
I have a little question :3

Next set item ID will be ? 299 230 231 right ? XD

<itemset id="299" name="Durable Daevanion Chain Set">


and how many item set I can make ? :O
 
Blender Fan|Kinenbi Owner
Loyal Member
Joined
Mar 27, 2006
Messages
800
Reaction score
355
open file an check what the latest ItemSet ID is. The Thing I used is just a example!, you can use max 5 Items I think
 
Master Summoner
Joined
Sep 5, 2013
Messages
582
Reaction score
54
I can sniff the data item? packetsamurai? If so, how ?
 
Newbie Spellweaver
Joined
Jan 2, 2012
Messages
19
Reaction score
0
i get error when try to create one. im using itemsetid 393, using 1-click server 4.0, and when im restart the server, i get error. think that you need edit somewhere in AL-GAME.jav
 

TNT

Newbie Spellweaver
Joined
Sep 9, 2011
Messages
60
Reaction score
5
you can create as many item sets as you want the problem comes when you forget to add a </item_set> or <item_set> depending on which emu ur useing but i use to have 9 for a friend and i would custom setup with custom set bonus
 
Newbie Spellweaver
Joined
Oct 31, 2010
Messages
27
Reaction score
0
I already edit at notepad (item_sets.xml) but when i restart server i and i log in , That item also same like before , No change , Why ? Any solution ?
 
Back
Top