1 Attachment(s)
Travia Preacher Set's Man/Woman
I'd like to thank pheonix_147 for everything he taught me even when he put up with my annoyance. and my new friend Pedobear / Military for working with me
Release includes:
Travia Preacher Set (Man)
Travia Preacher Set (Woman)
Add this to your zitem:
Man Zitem Nodes Below.
Code:
<ITEM id="520067" name="STR:ZITEM_NAME_520067" mesh_name="eq_head_travia_suit" totalpoint="0"
type="equip" res_level="25" res_sex="m" weight="3" hp="2" ap="8" iscashitem="true" slot="Head"
bt_price="500000" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520067" />
<ITEM id="521058" name="STR:ZITEM_NAME_521058" mesh_name="eq_chest_travia_suit" totalpoint="0"
type="equip" res_level="25" res_sex="m" weight="15" hp="4" ap="27" iscashitem="true" slot="Chest"
bt_price="500000" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521058" />
<ITEM id="522048" name="STR:ZITEM_NAME_522048" mesh_name="eq_hands_travia_suit" totalpoint="0"
type="equip" res_level="25" res_sex="m" weight="4" hp="2" ap="16" iscashitem="true" slot="Hands"
bt_price="500000" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522048" />
<ITEM id="523052" name="STR:ZITEM_NAME_523052" mesh_name="eq_legs_travia_suit" totalpoint="0"
type="equip" res_level="25" res_sex="m" weight="16" hp="5" ap="29" iscashitem="true" slot="Legs"
bt_price="500000" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523052" />
<ITEM id="524051" name="STR:ZITEM_NAME_524051" mesh_name="eq_feet_travia_suit" totalpoint="0"
type="equip" res_level="25" res_sex="m" weight="4" hp="2" ap="20" iscashitem="true" slot="Feet"
bt_price="500000" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524051" />
Female Zitem Nodes Below.
Code:
<ITEM id="520567" name="STR:ZITEM_NAME_520567" mesh_name="eq_head_travia_suit" totalpoint="0"
type="equip" res_level="25" res_sex="f" weight="3" hp="2" ap="8" iscashitem="true" slot="Head"
bt_price="500000" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_520567" />
<ITEM id="521558" name="STR:ZITEM_NAME_521558" mesh_name="eq_chest_travia_suit" totalpoint="0"
type="equip" res_level="25" res_sex="f" weight="15" hp="4" ap="27" iscashitem="true" slot="Chest"
bt_price="500000" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_521558" />
<ITEM id="522548" name="STR:ZITEM_NAME_522548" mesh_name="eq_hands_travia_suit" totalpoint="0"
type="equip" res_level="25" res_sex="f" weight="4" hp="2" ap="16" iscashitem="true" slot="Hands"
bt_price="500000" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_522548" />
<ITEM id="523552" name="STR:ZITEM_NAME_523552" mesh_name="eq_legs_travia_suit" totalpoint="0"
type="equip" res_level="25" res_sex="f" weight="16" hp="5" ap="29" iscashitem="true" slot="Legs"
bt_price="500000" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_523552" />
<ITEM id="524551" name="STR:ZITEM_NAME_524551" mesh_name="eq_feet_travia_suit" totalpoint="0"
type="equip" res_level="25" res_sex="f" weight="4" hp="2" ap="20" iscashitem="true" slot="Feet"
bt_price="500000" maxwt="0" sf="0" fr="0" cr="0" pr="0" lr="0" color="#FFFFFFFF" desc="STR:ZITEM_DESC_524551" />
Add this to your man01.xml:
Code:
<AddParts name="parts88" filename="man-parts_travia_suit.elu"> </AddParts>
Add this to your woman01.xml:
Code:
<AddParts name="parts88" filename="woman-parts_travia_suit.elu"> </AddParts>
Add this to your strings.xml:
Code:
<STR id="ZITEM_NAME_520067">Travia Preacher Wig (Men)</STR>
<STR id="ZITEM_DESC_520067">The official wig for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. </STR>
<STR id="ZITEM_NAME_521058">Travia Preacher Robe (Men)</STR>
<STR id="ZITEM_DESC_521058">The official robe for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. </STR>
<STR id="ZITEM_NAME_522048">Travia Preacher Arm Protector (Men)</STR>
<STR id="ZITEM_DESC_522048">The official arm protector for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. </STR>
<STR id="ZITEM_NAME_523052">Travia Preacher Pants (Men)</STR>
<STR id="ZITEM_DESC_523052">The official pants for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. </STR>
<STR id="ZITEM_NAME_524051">Travia Preacher Boots (Men)</STR>
<STR id="ZITEM_DESC_524051">The official boots for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. </STR>
<STR id="ZITEM_NAME_520567">Travia Preacher Wig (Women)</STR>
<STR id="ZITEM_DESC_520567">The official wig for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. </STR>
<STR id="ZITEM_NAME_521558">Travia Preacher Robe (Women)</STR>
<STR id="ZITEM_DESC_521558">The official robe for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. </STR>
<STR id="ZITEM_NAME_522548">Travia Preacher Arm Protector (Women)</STR>
<STR id="ZITEM_DESC_522548">The official arm protector for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. </STR>
<STR id="ZITEM_NAME_523552">Travia Preacher Pants (Women)</STR>
<STR id="ZITEM_DESC_523552">The official pants for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. </STR>
<STR id="ZITEM_NAME_524551">Travia Preacher Boots (Women)</STR>
<STR id="ZITEM_DESC_524551">The official boots for the preachers of the Travia church, who are determined to make justice a reality by spreading the word of God and punishing heathens. </STR>
-Change iscashitem to false if you use it that way, yourself.
-None of the sets should crash or give errors of any sort. If your client crashes or you can't get them to work, it's your fault.
Click the 'Thanks' button if you appreciate this release
Download:.
MEGAUPLOAD - The leading online storage and file delivery service
Attachment 80048
Re: Travia Preacher Set's Man/Woman
This is sexy ima use it for the new server i created yesterday :D
Re: Travia Preacher Set's Man/Woman
Quote:
Originally Posted by
Hoodlom
This is sexy ima use it for the new server i created yesterday :D
thats nice. hopefully everything works out for you and your server
Re: Travia Preacher Set's Man/Woman
Thanks man now we can update the thread
Re: Travia Preacher Set's Man/Woman
Quote:
Originally Posted by
Pedobear
Thanks man now we can update the thread
yepp yepp now all i needa do is redl nodes updated
Re: Travia Preacher Set's Man/Woman
All i do is copy and paste right?
Re: Travia Preacher Set's Man/Woman
Quote:
Originally Posted by
Hoodlom
All i do is copy and paste right?
put the files in the right spot .. and copy and paste the notes where they go.
order doesnt matter for zitem. i think the order matters for Strings & man/woman01
but besides that just copy and paste
Re: Travia Preacher Set's Man/Woman
Thank you i love you!! XD
Re: Travia Preacher Set's Man/Woman
Quote:
Originally Posted by
Hoodlom
Thank you i love you!! XD
come walk into the pedobear cave =3 enjoy the files
Re: Travia Preacher Set's Man/Woman
Do u have msn i need sum help?
Re: Travia Preacher Set's Man/Woman
I have like 20 unreleased sets. I was thinking about posting some to gain some thanks, I don't know though. :3 Not my type of thing usually.
Re: Travia Preacher Set's Man/Woman
Quote:
Originally Posted by
Project.
I have like 20 unreleased sets. I was thinking about posting some to gain some thanks, I don't know though. :3 Not my type of thing usually.
20 unreleased recolord or custom sets..
Re: Travia Preacher Set's Man/Woman
Custom sets; rofl.
I really have about 15 sets though.
Still haven't seen the released here, surprisingly.
Re: Travia Preacher Set's Man/Woman
Its Black Work dude and u know what i mean!
Re: Travia Preacher Set's Man/Woman
Any pictures please? would be nice