Fixed wrong equip descriptions in refiners (#4581)

Fixes #4577

Thanks to @reunite-ro and @Atemo
This commit is contained in:
Lemongrass3110
2020-02-01 16:20:25 +01:00
committed by GitHub
parent 1b8c2e517d
commit 6f9c931efe
4 changed files with 50 additions and 50 deletions

View File

@@ -29,31 +29,31 @@ malangdo,221,174,6 script Holink#mal_cash 559,{
if (!getequipisequiped(.@part)) { if (!getequipisequiped(.@part)) {
mes "[Holink]"; mes "[Holink]";
switch(.@part) { switch(.@part) {
case 1: case EQI_HEAD_TOP:
mes "My teacher Aragam said meow~"; mes "My teacher Aragam said meow~";
mes "There's no cure for stupidity..."; mes "There's no cure for stupidity...";
break; break;
case 2: case EQI_ARMOR:
mes "There's nothing to see here, meow!!"; mes "There's nothing to see here, meow!!";
break; break;
case 3: case EQI_HAND_L:
mes "Meow? What do you want me to do with this left hand...?"; mes "Meow? What do you want me to do with this left hand...?";
break; break;
case 4: case EQI_HAND_R:
mes "Meow? What do you want me to do with this right hand...?"; mes "Meow? What do you want me to do with this right hand...?";
break; break;
case 5: case EQI_GARMENT:
mes "Meow? You don't have anything on."; mes "Meow? You don't have anything on.";
break; break;
case 6: case EQI_SHOES:
mes "Kyang~! Do not mess with my sensitive olfactory, meow~."; mes "Kyang~! Do not mess with my sensitive olfactory, meow~.";
break; break;
case 7: case EQI_ACC_L:
case 8: case EQI_ACC_R:
mes "Meow? Where is the accessory?"; mes "Meow? Where is the accessory?";
break; break;
case 9: case EQI_HEAD_MID:
case 10: case EQI_HEAD_LOW:
mes "Meow? You talking about the other head parts, meow?~"; mes "Meow? You talking about the other head parts, meow?~";
break; break;
} }

View File

@@ -34,30 +34,30 @@
if (!getequipisequiped(.@part)) { if (!getequipisequiped(.@part)) {
mes "[Blacksmith Dister]"; mes "[Blacksmith Dister]";
switch(.@part) { switch(.@part) {
case 1: case EQI_HEAD_TOP:
mes "I'm a blacksmith, not a hairstylist."; mes "I'm a blacksmith, not a hairstylist.";
break; break;
case 2: case EQI_ARMOR:
mes "With my hammer, I will make you a star of the sky."; mes "With my hammer, I will make you a star of the sky.";
break; break;
case 3: case EQI_HAND_L:
case 4: case EQI_HAND_R:
mes "Making artificial hands is not my specialty."; mes "Making artificial hands is not my specialty.";
break; break;
case 5: case EQI_GARMENT:
mes "Bring out the item so I can refine it!"; mes "Bring out the item so I can refine it!";
break; break;
case 6: case EQI_SHOES:
mes "Where is this weird smell coming from?"; mes "Where is this weird smell coming from?";
break; break;
case 7: case EQI_ACC_L:
case 8: case EQI_ACC_R:
mes "Where is the accessory?"; mes "Where is the accessory?";
break; break;
case 9: case EQI_HEAD_MID:
mes "What do you want me to refine?"; mes "What do you want me to refine?";
break; break;
case 10: case EQI_HEAD_LOW:
mes "Huh? What do you want me to do?"; mes "Huh? What do you want me to do?";
break; break;
} }

View File

@@ -34,30 +34,30 @@
if (!getequipisequiped(.@part)) { if (!getequipisequiped(.@part)) {
mes "[Blacksmith Mighty Hammer]"; mes "[Blacksmith Mighty Hammer]";
switch(.@part) { switch(.@part) {
case 1: case EQI_HEAD_TOP:
mes "I'm a blacksmith, not a hairstylist."; mes "I'm a blacksmith, not a hairstylist.";
break; break;
case 2: case EQI_ARMOR:
mes "With my hammer, I will make you a star of the sky."; mes "With my hammer, I will make you a star of the sky.";
break; break;
case 3: case EQI_HAND_L:
case 4: case EQI_HAND_R:
mes "Making artificial hands is not my specialty."; mes "Making artificial hands is not my specialty.";
break; break;
case 5: case EQI_GARMENT:
mes "Bring out the item so I can refine it!"; mes "Bring out the item so I can refine it!";
break; break;
case 6: case EQI_SHOES:
mes "Where is this foot odor coming from?"; mes "Where is this foot odor coming from?";
break; break;
case 7: case EQI_ACC_L:
case 8: case EQI_ACC_R:
mes "Where is the accessory?"; mes "Where is the accessory?";
break; break;
case 9: case EQI_HEAD_MID:
mes "What do you want me to refine?"; mes "What do you want me to refine?";
break; break;
case 10: case EQI_HEAD_LOW:
mes "Huh? What do you want me to do?"; mes "Huh? What do you want me to do?";
break; break;
} }
@@ -171,30 +171,30 @@ lhz_in02,280,19,3 duplicate(MightyHammer) Mighty Hammer#lhz 826
if (!getequipisequiped(.@part)) { if (!getequipisequiped(.@part)) {
mes "[Basta]"; mes "[Basta]";
switch(.@part) { switch(.@part) {
case 1: case EQI_HEAD_TOP:
mes "Is your head an equipment?"; mes "Is your head an equipment?";
break; break;
case 2: case EQI_ARMOR:
mes "What do you want me to do?"; mes "What do you want me to do?";
break; break;
case 3: case EQI_HAND_L:
case 4: case EQI_HAND_R:
mes "Making artificial hands is not my specialty."; mes "Making artificial hands is not my specialty.";
break; break;
case 5: case EQI_GARMENT:
mes "Do you even know what a robe is?"; mes "Do you even know what a robe is?";
break; break;
case 6: case EQI_SHOES:
mes "If you want to refine your feet, don't come to me, try running a marathon."; mes "If you want to refine your feet, don't come to me, try running a marathon.";
break; break;
case 7: case EQI_ACC_L:
case 8: case EQI_ACC_R:
mes "Where is the accessory?"; mes "Where is the accessory?";
break; break;
case 9: case EQI_HEAD_MID:
mes "Well... I don't see any equipment worth refining."; mes "Well... I don't see any equipment worth refining.";
break; break;
case 10: case EQI_HEAD_LOW:
mes "I can't make you smart. Go see a school teacher for that."; mes "I can't make you smart. Go see a school teacher for that.";
break; break;
} }

View File

@@ -406,30 +406,30 @@ malangdo,224,172,6 script Clink#mal_normal 544,{
if (!getequipisequiped(.@part)) { if (!getequipisequiped(.@part)) {
mes "[Clink]"; mes "[Clink]";
switch(.@part) { switch(.@part) {
case 1: case EQI_HEAD_TOP:
mes "Dad said. There's no cure for stupidity..."; mes "Dad said. There's no cure for stupidity...";
break; break;
case 2: case EQI_ARMOR:
mes "There's nothing to see here!!"; mes "There's nothing to see here!!";
break; break;
case 3: case EQI_HAND_L:
mes "What an arrogant left hand this is!"; mes "What an arrogant left hand this is!";
break; break;
case 4: case EQI_HAND_R:
mes "What an arrogant right hand this is!"; mes "What an arrogant right hand this is!";
break; break;
case 5: case EQI_GARMENT:
mes "Get that dirty thing off my face!!"; mes "Get that dirty thing off my face!!";
break; break;
case 6: case EQI_SHOES:
mes "Kyaong~! Do not provoke me."; mes "Kyaong~! Do not provoke me.";
break; break;
case 7: case EQI_ACC_L:
case 8: case EQI_ACC_R:
mes "Where is the accessory?"; mes "Where is the accessory?";
break; break;
case 9: case EQI_HEAD_MID:
case 10: case EQI_HEAD_LOW:
mes "Are you talking about the other head part?"; mes "Are you talking about the other head part?";
break; break;
} }