Create Char Armor

Results 1 to 8 of 8
  1. #1
    Valued Member hatibudak is offline
    MemberRank
    Sep 2011 Join Date
    103Posts

    sad Create Char Armor

    Hello.. please help me what my problem..

    on red box my problem...
    Only WA char got problem (Armor gone).
    NOT have problem if FS char (see small picture)





    armor show if me "create"




  2. #2
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,517Posts

    Re: Create Char Armor

    cabal.enc -> char_init -> init -> style="1" -> change suit_1 to a valid item ID.

  3. #3
    Cya nerds PunkS7yle is offline
    MemberRank
    Feb 2010 Join Date
    1,448Posts

    Re: Create Char Armor

    You can make the item shine in the char creation screen if you use the item ID for the +7 version of it btw ;)

  4. #4
    Valued Member hatibudak is offline
    MemberRank
    Sep 2011 Join Date
    103Posts

    Re: Create Char Armor

    Code:
    <char_init>
    		<init	style="1"	name="class1"	world_id="1"	x="21"	y="37"	suit_1="105"	glove_2="150"	boot_3="195"	rhand_4="90"	lhand_5=""	icon="J_icn_battle001_1"	delta_hp="30"	delta_mp="10"	hp="50"	mp="20"	/>
    		<init	style="2"	name="class2"	world_id="2"	x="75"	y="205"	suit_1="135"	glove_2="180"	boot_3="225"	rhand_4="45"	lhand_5="60"	icon="J_icn_battle002_1"	delta_hp="30"	delta_mp="10"	hp="50"	mp="20"	/>
    		<init	style="3"	name="class3"	world_id="2"	x="75"	y="205"	suit_1="135"	glove_2="180"	boot_3="225"	rhand_4="15"	lhand_5="15"	icon="J_icn_battle003_1"	delta_hp="20"	delta_mp="20"	hp="40"	mp="30"	/>
    		<init	style="4"	name="class4"	world_id="3"	x="160"	y="61"	suit_1="120"	glove_2="165"	boot_3="210"	rhand_4="30"	lhand_5="30"	icon="J_icn_battle004_1"	delta_hp="20"	delta_mp="20"	hp="40"	mp="30"	/>
    		<init	style="5"	name="class5"	world_id="1"	x="21"	y="37"	suit_1="105"	glove_2="150"	boot_3="195"	rhand_4="60"	lhand_5="30"	icon="J_icn_battle005_1"	delta_hp="25"	delta_mp="15"	hp="45"	mp="25"	/>
    		<init	style="6"	name="class6"	world_id="3"	x="160"	y="61"	suit_1="120"	glove_2="165"	boot_3="210"	rhand_4="45"	lhand_5="15"	icon="J_icn_battle006_1"	delta_hp="25"	delta_mp="15"	hp="45"	mp="25"	/>
    	</char_init>

  5. #5
    Valued Member hatibudak is offline
    MemberRank
    Sep 2011 Join Date
    103Posts

    Re: Create Char Armor

    My problem still no show armor suit for WA char when need create


    I have edit char_init to other armor but still same.. what problem? please help

  6. #6
    Apprentice R4ZOR1018 is offline
    MemberRank
    Jul 2011 Join Date
    15Posts

    Re: Create Char Armor

    Quote Originally Posted by hatibudak View Post
    My problem still no show armor suit for WA char when need create


    I have edit char_init to other armor but still same.. what problem? please help
    you need to edit the <char_make> lines, not the <char_init> .

  7. #7
    Valued Member hatibudak is offline
    MemberRank
    Sep 2011 Join Date
    103Posts

    Re: Create Char Armor

    Same result :(
    Or must edit on svr?


    Code:
    	<char_init>
    		<init	style="1"	name="class1"	world_id="1"	x="21"	y="37"	suit_1="105"	glove_2="150"	boot_3="195"	rhand_4="90"	lhand_5=""	icon="J_icn_battle001_1"	delta_hp="30"	delta_mp="10"	hp="50"	mp="20"	/>
    		<init	style="2"	name="class2"	world_id="2"	x="75"	y="205"	suit_1="135"	glove_2="180"	boot_3="225"	rhand_4="45"	lhand_5="60"	icon="J_icn_battle002_1"	delta_hp="30"	delta_mp="10"	hp="50"	mp="20"	/>
    		<init	style="3"	name="class3"	world_id="2"	x="75"	y="205"	suit_1="135"	glove_2="180"	boot_3="225"	rhand_4="15"	lhand_5="15"	icon="J_icn_battle003_1"	delta_hp="20"	delta_mp="20"	hp="40"	mp="30"	/>
    		<init	style="4"	name="class4"	world_id="3"	x="160"	y="61"	suit_1="120"	glove_2="165"	boot_3="210"	rhand_4="30"	lhand_5="30"	icon="J_icn_battle004_1"	delta_hp="20"	delta_mp="20"	hp="40"	mp="30"	/>
    		<init	style="5"	name="class5"	world_id="1"	x="21"	y="37"	suit_1="105"	glove_2="150"	boot_3="195"	rhand_4="60"	lhand_5="30"	icon="J_icn_battle005_1"	delta_hp="25"	delta_mp="15"	hp="45"	mp="25"	/>
    		<init	style="6"	name="class6"	world_id="3"	x="160"	y="61"	suit_1="120"	glove_2="165"	boot_3="210"	rhand_4="45"	lhand_5="15"	icon="J_icn_battle006_1"	delta_hp="25"	delta_mp="15"	hp="45"	mp="25"	/>
    	</char_init>

    Code:
    	<char_make>
    		<make	suit_1="105"	glove_2="150"	boot_3="195"	rhand_4="90"	lhand_5=""	/>
    		<make	suit_1="135"	glove_2="180"	boot_3="225"	rhand_4="45"	lhand_5="60"	/>
    		<make	suit_1="135"	glove_2="180"	boot_3="225"	rhand_4="15"	lhand_5="15"	/>
    		<make	suit_1="120"	glove_2="165"	boot_3="210"	rhand_4="30"	lhand_5="30"	/>
    		<make	suit_1="105"	glove_2="150"	boot_3="195"	rhand_4="60"	lhand_5="30"	/>
    		<make	suit_1="120"	glove_2="165"	boot_3="210"	rhand_4="45"	lhand_5="15"	/>
    	</char_make>

  8. #8
    Apprentice R4ZOR1018 is offline
    MemberRank
    Jul 2011 Join Date
    15Posts

    Re: Create Char Armor

    then i think, the error is in your ech files, or in item.enc



Advertisement