Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to Add New Items from Aion 4.7 into 4.5 Server!

Newbie Spellweaver
Joined
Nov 16, 2013
Messages
31
Reaction score
6
Now I have 4.7 new items.patch so you see I have many new items from my client update but the problem is I can't use them because of my old 4.5 server.

Anyone knows how to add those IDs into my old 4.5 item_template or somewhere else that could help me use them properly?

Or just giving me an example how to add them into my server and
I'll share you my 4.7 items patch which is full of new wings, mounts, and clothes.

Anyway, I want someone to show me how to add this mount into my server (my server is AL-Reload-4.5-rev268)


[item: 190100131]
Lustrous Skymane
Sorasak Mahakot - How to Add New Items from Aion 4.7 into 4.5 Server! - RaGEZONE Forums
Mount
Available for Level 10 or higher
Untradeable
Sorasak Mahakot - How to Add New Items from Aion 4.7 into 4.5 Server! - RaGEZONE Forums
Sorasak Mahakot - How to Add New Items from Aion 4.7 into 4.5 Server! - RaGEZONE Forums
Sorasak Mahakot - How to Add New Items from Aion 4.7 into 4.5 Server! - RaGEZONE Forums
Sorasak Mahakot - How to Add New Items from Aion 4.7 into 4.5 Server! - RaGEZONE Forums

Movement Speed12.6
Flight Speed16.0

Sprint Effect Available
Sprint Movement Speed15.0
Flight Time Consumed per Second11.0

Use this to get on and off of your mount.
Press and hold the Vertical Ascent key to activate/maintain the mount's Sprint.
This consumes your Flight Time.


Thanks (^_^)
 
Experienced Elementalist
Joined
Aug 26, 2014
Messages
287
Reaction score
36
You have to go to your Aion (Client) folder >data>items>items.pak

What you need is to unpak your items.pak and find IDs of items that you need, then you will find the description below. You need Aion extract.exe to unpack it. Note: you can't repack them after unpaking. you need to backup your file first. :-D





Please check your e-mail. :-D





Please check your e-mail. :-D

Big thanks, dude, now i can add than i was missing
Only one question - where to find 60% of info that isn't in items.pak but need to be included in item_templates.xml?
example : desc="1401117" mask="138878" ???
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Nov 16, 2013
Messages
31
Reaction score
6
Big thanks, dude, now i can add than i was missing
Only one question - where to find 60% of info that isn't in items.pak but need to be included in item_templates.xml?
example : desc="1401117" mask="138878" ???

I don't know either. But don't worry about desc and mask code, your game is still working without these codes. For example, if you need to add new armor at your item_template, just look at what you can edit.

</item_template>
<item_template id="110101704" name="Resplendent Tunic" descr="rb_torso_a_em_65a_li" level="65" mask="69704" category="JACKET" armor_type="ROBE" max_stack_count="1" item_type="ABYSS" quality="EPIC" price="11197096" race="PC_ALL" restrict="0,0,0,0,0,0,0,65,65,0,0,0,0,0,0,0,65" desc="1658189" slot="8" equipment_type="ARMOR" max_enchant_bonus="0" max_enchant="15" m_slots="6">
<modifiers>
<add name="EVASION" value="276"/>
<add name="MAGICAL_RESIST" value="165"/>
<add name="PHYSICAL_DEFENSE" value="234"/>
<add name="MAGIC_SKILL_BOOST_RESIST" value="213"/>
<add name="MAXMP" value="1064" bonus="true"/>
<add name="MAXHP" value="214" bonus="true"/>
<add name="BOOST_MAGICAL_SKILL" value="54" bonus="true"/>
<add name="MAGIC_SKILL_BOOST_RESIST" value="32" bonus="true"/>
<add name="MAGICAL_RESIST" value="43" bonus="true"/>
<add name="FLY_TIME" value="33" bonus="true"/>
<rate name="FLY_SPEED" value="10" bonus="true"/>
<add name="PVP_DEFEND_RATIO" value="62" bonus="true"/>
<add name="PARALYZE_RESISTANCE" value="16" bonus="true"/>
<add name="SILENCE_RESISTANCE" value="16" bonus="true"/>
<add name="MAXHP" value="199" bonus="true">
<conditions>
<charge value="1"/>
</conditions>
</add>
<add name="MAGICAL_ACCURACY" value="6" bonus="true">
<conditions>
<charge value="1"/>
</conditions>
</add>
<add name="MAGIC_SKILL_BOOST_RESIST" value="37" bonus="true">
<conditions>
<charge value="1"/>
</conditions>
</add>
<add name="BOOST_MAGICAL_SKILL" value="41" bonus="true">
<conditions>
<charge value="2"/>
</conditions>
</add>
<add name="MAGICAL_CRITICAL" value="3" bonus="true">
<conditions>
<charge value="2"/>
</conditions>
</add>
<add name="MAGICAL_RESIST" value="30" bonus="true">
<conditions>
<charge value="2"/>
</conditions>
</add>
<add name="PVP_DEFEND_RATIO" value="9" bonus="true">
<conditions>
<charge value="2"/>
</conditions>
</add>
</modifiers>
<actions>
<remodel type="0"/>
</actions>
<acquisition type="ABYSS" item="186000242" count="95" ap="916012"/>
<disposition id="188950017" count="4"/>
<improve way="2" level="2" burn_attack="2" burn_defend="70" price1="96180" price2="192360"/>
<uselimits rank_min="10"/>


I'm quite lazy to edit all number, all what I want is to have its skin. Your items works properly without desc and mask code. :-D
 
Upvote 0
Experienced Elementalist
Joined
Aug 26, 2014
Messages
287
Reaction score
36
so ok, but i need to add on my server ( ) and half of description is still missing in item.pak xml files - so i l get just unusable item in game because this part category="JACKET" armor_type="ROBE" can't be found in item.pak files



In item.pak xml is only - so how to make from it working item :*:

<client_item>
<id>187100015</id>
<name>tshirt_l_physical_01</name>
<desc>STR_TSHIRT_L_PHYSICAL_01</desc>
<item_type>nomal</item_type>
<is_dev_only_data>FALSE</is_dev_only_data>
<mesh>AC_c001_feather</mesh>
<icon_name>Icon_Item_tshirt_m01</icon_name>
<price>2500000</price>
<equipment_slots>t_shirt</equipment_slots>
<quality>mythic</quality>
<level>10</level>
<lore>FALSE</lore>
<can_exchange>TRUE</can_exchange>
<can_sell_to_npc>TRUE</can_sell_to_npc>
<can_deposit_to_character_warehouse>TRUE</can_deposit_to_character_warehouse>
<can_deposit_to_account_warehouse>TRUE</can_deposit_to_account_warehouse>
<can_deposit_to_guild_warehouse>TRUE</can_deposit_to_guild_warehouse>
<breakable>FALSE</breakable>
<soul_bind>FALSE</soul_bind>
<remove_when_logout>FALSE</remove_when_logout>
<gender_permitted>all</gender_permitted>
<warrior>10</warrior>
<scout>10</scout>
<mage>10</mage>
<cleric>10</cleric>
<engineer>10</engineer>
<artist>10</artist>
<fighter>10</fighter>
<knight>10</knight>
<assassin>10</assassin>
<ranger>10</ranger>
<wizard>10</wizard>
<elementalist>10</elementalist>
<chanter>10</chanter>
<priest>10</priest>
<gunner>10</gunner>
<bard>10</bard>
<rider>10</rider>
<package_permitted>0</package_permitted>
<bonus_attr1>phyattack 1</bonus_attr1>
<no_enchant>FALSE</no_enchant>
<max_enchant_value>0</max_enchant_value>
<max_authorize>255</max_authorize>
<authorize_name>tshirt_physical</authorize_name>
<ui_sound_type>Sounds/item/item_def_cloth</ui_sound_type>
<cash_item>2</cash_item>
<race_permitted>pc_light</race_permitted>
</client_item>
 
Last edited:
Upvote 0
Experienced Elementalist
Joined
Apr 18, 2011
Messages
280
Reaction score
11
when i add new items like 190100131, the item does not show on inventory, any one know why?

i use latest aion client then patch with aionhappy.exe then also paste the items.pak to USA folder, and on server side, i replace the item_templates and rides.xml file with Sorasak's file.

may be some one can help?
 
Upvote 0
Newbie Spellweaver
Joined
Nov 16, 2013
Messages
31
Reaction score
6
when i add new items like 190100131, the item does not show on inventory, any one know why?

i use latest aion client then patch with aionhappy.exe then also paste the items.pak to USA folder, and on server side, i replace the item_templates and rides.xml file with Sorasak's file.

may be some one can help?


Is there anyone who got the same problem like "cintapw"?



when i add new items like 190100131, the item does not show on inventory, any one know why?

i use latest aion client then patch with aionhappy.exe then also paste the items.pak to USA folder, and on server side, i replace the item_templates and rides.xml file with Sorasak's file.

may be some one can help?

What about other items? Got the same problem?
 
Upvote 0
Experienced Elementalist
Joined
Aug 26, 2014
Messages
287
Reaction score
36
check if you game client support all that new items =) just unpack you Data\Items\Items.pak and check item by id =) in xml files, because if game client are supporting and items are added to server item_templates.xml and all other items showing ok(server version match to client version) then it need to work even with //wish id

because server at you link is build to support 4.5.0.15 NA client and without patch this client will not supporting new items =)
 
Upvote 0
Experienced Elementalist
Joined
Aug 26, 2014
Messages
287
Reaction score
36
so, ok, in AL rev277 with same client it's ok, then what a problem just add missing items to your AL 277 item template file =) biggest problem that can be you will be able to add item but it will be dark(can't be used if item decr is wrong)
item template can be send to you from Sorasak Mahakot if you ask him :blushing:
 
Last edited:
Upvote 0
Master Summoner
Joined
Sep 5, 2013
Messages
582
Reaction score
54
I note, in order to operate the new items, the template is not enough ..client must be adjusted
 
Upvote 0
Experienced Elementalist
Joined
Aug 26, 2014
Messages
287
Reaction score
36
em, - is down for some time :rolleyes:
This domain name expired on Sep 29 2014 06:53:42:000AM

so can anyone re upload - patch somewhere :D:
 
Upvote 0
Banned
Banned
Joined
Aug 2, 2011
Messages
1,427
Reaction score
979
em, - is down for some time :rolleyes:
This domain name expired on Sep 29 2014 06:53:42:000AM

so can anyone re upload - patch somewhere :D:

Patch 1 :

Patch Item 4.7 ;
 
Upvote 0
Back
Top