|
@@ -263,14 +263,14 @@ que_ng,75,20,3 script Artisan Tene#ko 762,{
|
|
// Initialization
|
|
// Initialization
|
|
if (.@select == 2) {
|
|
if (.@select == 2) {
|
|
if (.@sot03_ck) {// reset only 3rd slot
|
|
if (.@sot03_ck) {// reset only 3rd slot
|
|
- if (getiteminfo(.@equip_card[2], ITEMINFO_SUBTYPE) == CARD_NORMAL) { // Armor Enchant System
|
|
|
|
|
|
+ if (getiteminfo(.@equip_card[2], ITEMINFO_SUBTYPE) != CARD_ENCHANT) { // Armor Enchant System
|
|
mes "[Artisan Tene]";
|
|
mes "[Artisan Tene]";
|
|
mes "The third slot is is not enchanted. Please check again."; //custom translation
|
|
mes "The third slot is is not enchanted. Please check again."; //custom translation
|
|
close;
|
|
close;
|
|
}
|
|
}
|
|
set .@equip_card[2],0;
|
|
set .@equip_card[2],0;
|
|
} else {
|
|
} else {
|
|
- if (getiteminfo(.@equip_card[3], ITEMINFO_SUBTYPE) == CARD_NORMAL) { // Armor Enchant System
|
|
|
|
|
|
+ if (getiteminfo(.@equip_card[3], ITEMINFO_SUBTYPE) != CARD_ENCHANT) { // Armor Enchant System
|
|
mes "[Artisan Tene]";
|
|
mes "[Artisan Tene]";
|
|
mes "This equipment is is not enchanted. Please check again."; //custom translation
|
|
mes "This equipment is is not enchanted. Please check again."; //custom translation
|
|
close;
|
|
close;
|