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).
This commit is contained in:
parent
438e33a8d3
commit
9c99c5c87c
@ -7296,7 +7296,7 @@ moscovia,178,127,0 script The Blacksmith#rus06 1_M_SMITH,{
|
|||||||
delitem 999,25;// Steel
|
delitem 999,25;// Steel
|
||||||
rhea_rus_main = 8;
|
rhea_rus_main = 8;
|
||||||
// changequest 8138,8139;
|
// 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
|
getitem 2429,1;// Iron_Boots01
|
||||||
else
|
else
|
||||||
getitem 2430,1;// Iron_Boots02
|
getitem 2430,1;// Iron_Boots02
|
||||||
|
Loading…
x
Reference in New Issue
Block a user