-
Enthusiast
C.A. License Option
I have Name Craft subtype.
item675 + Option 0= C.A. License Basic
item675 + Option 1= C.A. License katana
...
item675 + Option 4= C.A. License Great Sword
How can find Option Subtype2, 3, 4 etc...?
<msg id="craft_subtype0-1" cont="Common" />
<msg id="craft_subtype1-1" cont="Katana" />
<msg id="craft_subtype1-2" cont="Blade" />
<msg id="craft_subtype1-3" cont="Daikatana" />
<msg id="craft_subtype1-4" cont="Great Sword" />
<msg id="craft_subtype2-1" cont="Armor Gloves" />
<msg id="craft_subtype2-2" cont="Armor Boots" />
<msg id="craft_subtype2-3" cont="Armor Helmets" />
<msg id="craft_subtype2-4" cont="Armor Suits" />
<msg id="craft_subtype3-1" cont="Battle Gloves" />
<msg id="craft_subtype3-2" cont="Battle Boots" />
<msg id="craft_subtype3-3" cont="Battle Helmets" />
<msg id="craft_subtype3-4" cont="Battle Suits" />
<msg id="craft_subtype4-1" cont="Martial Gloves" />
<msg id="craft_subtype4-2" cont="Martial Boots" />
<msg id="craft_subtype4-3" cont="Martial Helmets" />
<msg id="craft_subtype4-4" cont="Martial Suits" />
<msg id="craft_subtype5-1" cont="Orb" />
<msg id="craft_subtype5-2" cont="Crystal" />
<msg id="craft_subtype5-3" cont="Rings" />
<msg id="craft_subtype5-4" cont="Amulets" />
-