Quote:
Originally Posted by vitvit13
oke i know that but if i want Garment items what i need write in code ?
|
you can also choose that....
ill give you an example for protector - armor - garment chest 9d (female)
ITEM_CH_W_CLOTHES_09_BA_C_RARE 10 ~ Garment
ITEM_CH_W_LIGHT_09_BA_C_RARE 10 ~ Protector
ITEM_CH_W_HEAVY_09_BA_C_RARE 10 ~ Armor
10 = Pluss
CH = Chinese
W = Woman (Man / Woman)
CLOTHES/LIGHT/Heavy = Garment/Protector/armor
09 = Degree (01-02-03-04-05-06-07-08-09)
BA = Breast
Quote:
HA = Head
CA = Coronet
BA = chest
LA = Legs
SA = Shoulders
AA = Arm (hands)
FA = Foot
|
C = Tier
Rare = Sox
(A_RARE = Sos, B_RARE = Som, C_RARE = Sun)
if you remove _RARE it goes tier, example:
ITEM_CH_BLADE_01_A = lvl 1 blade
ITEM_CH_BLADE_01_B = lvl 3 blade
ITEM_CH_BLADE_01_C = lvl 5 blade
ITEM_CH_BLADE_01_A_RARE = Sos blade
ITEM_CH_BLADE_01_B_RARE = Som blade
ITEM_CH_BLADE_01_C_RARE = Sun blade
u get it?
if you still dont get it then heres commands for 9d set female (garm)
/MAKEITEM ITEM_CH_W_CLOTHES_09_CA_C_RARE 10
/MAKEITEM ITEM_CH_W_CLOTHES_09_BA_C_RARE 10
/MAKEITEM ITEM_CH_W_CLOTHES_09_LA_C_RARE 10
/MAKEITEM ITEM_CH_W_CLOTHES_09_SA_C_RARE 10
/MAKEITEM ITEM_CH_W_CLOTHES_09_AA_C_RARE 10
/MAKEITEM ITEM_CH_W_CLOTHES_09_FA_C_RARE 10
Copy one of the codes, open console ingame and press CTRL + V (paste)