Jump to content

Custom GoD Helmets by d0ds™ {Freya-H5}


Recommended Posts

Hi guys!

 

Here I made custom helmet that will complete the set of L2 GoD Armors hope you like it.

I reposition and scale all the model, and texture taken from the original texture of L2 GoD Armor


Picture Preview


l2godhelm.png


Video Preview


Download

Archive password: d0ds


Note: Helmet only armor not included, since the armor is already shared.


Credits: d0ds™

Link to comment
Share on other sites

<?xml version="1.0" encoding="UTF-8"?>
<list>

<item id="90901" type="Armor" name="Seraph Helmet">
	<!-- Description: Helmet of a brave ancient warrior. Uses 2 hair accessory slot(s). -->
	<set name="icon" val="Dods_Helmets.Seraph_helmet" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="hairall" />
	<set name="material" val="wood" />
	<set name="weight" val="10" />
</item>

<item id="90902" type="Armor" name="Immortal Helmet">
	<!-- Description: Helmet of a brave ancient warrior. Uses 2 hair accessory slot(s). -->
	<set name="icon" val="Dods_Helmets.Immortal_helmet" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="hairall" />
	<set name="material" val="wood" />
	<set name="weight" val="10" />
</item>

<item id="90903" type="Armor" name="Eternal Helmet">
	<!-- Description: Helmet of a brave ancient warrior. Uses 2 hair accessory slot(s). -->
	<set name="icon" val="Dods_Helmets.Eternal_helmet" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="hairall" />
	<set name="material" val="wood" />
	<set name="weight" val="10" />
</item>

<item id="90904" type="Armor" name="Twillight Helmet">
	<!-- Description: Helmet of a brave ancient warrior. Uses 2 hair accessory slot(s). -->
	<set name="icon" val="Dods_Helmets.Twilight_helmet" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="hairall" />
	<set name="material" val="wood" />
	<set name="weight" val="10" />
</item>
</list>
[code]

is it correct?

(90901-90904.xml)

Link to comment
Share on other sites

<?xml version="1.0" encoding="UTF-8"?>
<list>

<item id="90901" type="Armor" name="Seraph Helmet">
	<!-- Description: Helmet of a brave ancient warrior. Uses 2 hair accessory slot(s). -->
	<set name="icon" val="Dods_Helmets.Seraph_helmet" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="hairall" />
	<set name="material" val="wood" />
	<set name="weight" val="10" />
</item>

<item id="90902" type="Armor" name="Immortal Helmet">
	<!-- Description: Helmet of a brave ancient warrior. Uses 2 hair accessory slot(s). -->
	<set name="icon" val="Dods_Helmets.Immortal_helmet" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="hairall" />
	<set name="material" val="wood" />
	<set name="weight" val="10" />
</item>

<item id="90903" type="Armor" name="Eternal Helmet">
	<!-- Description: Helmet of a brave ancient warrior. Uses 2 hair accessory slot(s). -->
	<set name="icon" val="Dods_Helmets.Eternal_helmet" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="hairall" />
	<set name="material" val="wood" />
	<set name="weight" val="10" />
</item>

<item id="90904" type="Armor" name="Twillight Helmet">
	<!-- Description: Helmet of a brave ancient warrior. Uses 2 hair accessory slot(s). -->
	<set name="icon" val="Dods_Helmets.Twilight_helmet" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="hairall" />
	<set name="material" val="wood" />
	<set name="weight" val="10" />
</item>
</list>

is it correct?

 

(90901-90904.xml)

you can use this

<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="items.xsd">
<item id="90901" type="Armor" name="Seraph Helmet">
	<set name="icon" val="Dods_Helmets.Seraph_helmet" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="hairall" />
	<set name="material" val="wood" />
	<set name="weight" val="10" />
	<set name="is_tradable" val="true" />
	<set name="is_dropable" val="true" />
	<set name="is_sellable" val="true" />
</item>
</list>

Link to comment
Share on other sites

you can use this

<?xml version="1.0" encoding="UTF-8"?>
<list xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="items.xsd">
<item id="90901" type="Armor" name="Seraph Helmet">
	<set name="icon" val="Dods_Helmets.Seraph_helmet" />
	<set name="default_action" val="equip" />
	<set name="bodypart" val="hairall" />
	<set name="material" val="wood" />
	<set name="weight" val="10" />
	<set name="is_tradable" val="true" />
	<set name="is_dropable" val="true" />
	<set name="is_sellable" val="true" />
</item>
</list>

 

Thanks a lot!! :)

Also thanks for share with us :)

Link to comment
Share on other sites

d0ds™, Can you spell OVERACHIEVER?

I have a lot to achieve yet, I just learn Autodesk yesterday.

 

Keep working as Critical leeches your work.

BTW +1 karma babe.

thanks for Karma!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
×
  • Create New...