|
@@ -2382,6 +2382,18 @@ ACMD_FUNC(refine)
|
|
clif_displaymessage(fd, atcmd_output);
|
|
clif_displaymessage(fd, atcmd_output);
|
|
sprintf(atcmd_output, msg_txt(sd,1006), EQP_HEAD_MID); // %d: Mid Headgear
|
|
sprintf(atcmd_output, msg_txt(sd,1006), EQP_HEAD_MID); // %d: Mid Headgear
|
|
clif_displaymessage(fd, atcmd_output);
|
|
clif_displaymessage(fd, atcmd_output);
|
|
|
|
+ sprintf(atcmd_output, msg_txt(sd,1521), EQP_SHADOW_ARMOR); // %d: Shadow Armor
|
|
|
|
+ clif_displaymessage(fd, atcmd_output);
|
|
|
|
+ sprintf(atcmd_output, msg_txt(sd,1522), EQP_SHADOW_WEAPON); // %d: Shadow Weapon
|
|
|
|
+ clif_displaymessage(fd, atcmd_output);
|
|
|
|
+ sprintf(atcmd_output, msg_txt(sd,1523), EQP_SHADOW_SHIELD); // %d: Shadow Shield
|
|
|
|
+ clif_displaymessage(fd, atcmd_output);
|
|
|
|
+ sprintf(atcmd_output, msg_txt(sd,1524), EQP_SHADOW_SHOES); // %d: Shadow Shoes
|
|
|
|
+ clif_displaymessage(fd, atcmd_output);
|
|
|
|
+ sprintf(atcmd_output, msg_txt(sd,1525), EQP_SHADOW_ACC_R); // %d: Shadow Right Accessory
|
|
|
|
+ clif_displaymessage(fd, atcmd_output);
|
|
|
|
+ sprintf(atcmd_output, msg_txt(sd,1526), EQP_SHADOW_ACC_L); // %d: Shadow Left Accessory
|
|
|
|
+ clif_displaymessage(fd, atcmd_output);
|
|
return -1;
|
|
return -1;
|
|
}
|
|
}
|
|
|
|
|