Click image to see full size
Some of you may have seen the new starter gear they added in CABAL EU. If not, there's a screenshot above. In order to make this new gear visible in your private server client, you can use EU's woman.ech and man.ech. Alternatively, you can download this patch: http://www.mediafire.com/?nkngdo1iymo
Make sure to read the readme.txt.
If you want to show the starter gear on the character creation screen like it does in CABAL EU, open cabal.enc and find <char_make>. You should see a text block that looks like this:
Code:
<char_make>
<make suit_1="111" glove_2="156" boot_3="201" rhand_4="96" lhand_5="" />
<make suit_1="141" glove_2="186" boot_3="231" rhand_4="51" lhand_5="66" />
<make suit_1="141" glove_2="186" boot_3="231" rhand_4="21" lhand_5="21" />
<make suit_1="126" glove_2="171" boot_3="216" rhand_4="36" lhand_5="36" />
<make suit_1="111" glove_2="156" boot_3="201" rhand_4="66" lhand_5="35" />
<make suit_1="126" glove_2="171" boot_3="216" rhand_4="51" lhand_5="21" />
</char_make>
Change it to look like this:
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>
P.S. Incase you haven't noticed, I'm now back into CABAL devving ;)
EDIT:
You may notice that the gloves look fine on your character, but they look like the original starter gloves in your inventory. To fix this, download this file and extract it to Cabal/Data/Item/. The reason for doing this is due to the fact that CABAL doesn't use the meshes in the ECH files to display gloves in your inventory. This is because they would display too far apart due to their position (they're placed where the hands would be during the character's normal pose, which means the 2 gloves are a whole body-width apart).