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"
![]()
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"
![]()
cabal.enc -> char_init -> init -> style="1" -> change suit_1 to a valid item ID.
You can make the item shine in the char creation screen if you use the item ID for the +7 version of it btw ;)
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>
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
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>
then i think, the error is in your ech files, or in item.enc