From b9dfc8fab3607d3c1b6daed6f2bae6288ef11c0a Mon Sep 17 00:00:00 2001 From: AtlantisRO Date: Mon, 14 Mar 2016 16:51:49 -0700 Subject: Fix to NPC [The Blacksmith#rus06] from [Koschei the Immortal] Quest. The boots Iron_Boots01 is only equipable by Swordsman Class, Archer Class, Merchant Class and Thief Class. Any other job must receive Iron_Boots02 (included Ninja and Gunslinger). --- npc/quests/quests_moscovia.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/quests/quests_moscovia.txt b/npc/quests/quests_moscovia.txt index 508ab444a..ed15fb7e9 100644 --- a/npc/quests/quests_moscovia.txt +++ b/npc/quests/quests_moscovia.txt @@ -7524,7 +7524,7 @@ moscovia,178,127,0 script The Blacksmith#rus06 1_M_SMITH,{ mes "And don't forget to wear these!"; delitem Steel,25; rhea_rus_main = 8; - if (BaseClass == Job_Merchant || BaseClass == Job_Swordman || BaseClass == Job_Thief || BaseClass == Job_Archer || BaseClass == Job_Ninja || BaseClass == Job_Gunslinger) getitem Iron_Boots01,1; else getitem Iron_Boots02,1; close; + if (BaseClass == Job_Merchant || BaseClass == Job_Swordman || BaseClass == Job_Thief || BaseClass == Job_Archer) getitem Iron_Boots01,1; else getitem Iron_Boots02,1; close; } mes "[The Blacksmith]"; mes "What are you doing? First, you must get me ^0000ff25 Steel^000000."; -- cgit v1.2.3-60-g2f50