From 9c99c5c87cbc86749d8c26d561adf1dd2301e56e Mon Sep 17 00:00:00 2001 From: AtlantisRO Date: Mon, 14 Mar 2016 16:52:59 -0700 Subject: [PATCH] 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 03cef18f6e..dec08011ac 100644 --- a/npc/quests/quests_moscovia.txt +++ b/npc/quests/quests_moscovia.txt @@ -7296,7 +7296,7 @@ moscovia,178,127,0 script The Blacksmith#rus06 1_M_SMITH,{ delitem 999,25;// Steel rhea_rus_main = 8; // changequest 8138,8139; - if (BaseClass == Job_Merchant || BaseClass == Job_Swordman || BaseClass == Job_Thief || BaseClass == Job_Archer || BaseClass == Job_Ninja || BaseClass == Job_Gunslinger) + if (BaseClass == Job_Merchant || BaseClass == Job_Swordman || BaseClass == Job_Thief || BaseClass == Job_Archer) getitem 2429,1;// Iron_Boots01 else getitem 2430,1;// Iron_Boots02