diff options
-rw-r--r-- | npc/029-0/event.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index d7a1b5088..4a50e508b 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -62,7 +62,8 @@ OnInit: .distance=5; .sex=G_MALE; - sellitem Coal, -1, 40; + sellitem RawLog, -1, 40; + sellitem Coal, -1, 35; sellitem IronOre, -1, 30; sellitem CopperOre, -1, 20; sellitem LeadOre, -1, 15; @@ -74,6 +75,9 @@ OnInit: sellitem PlatinumOre, -1, 3; sellitem AncientBlueprint, -1, 5; + sellitem RustyKnife, -1, 5; + sellitem TrainingWand, -1, 5; + sellitem TrainingBow, -1, 5; sellitem AlchemyBlueprintA, -1, 5; sellitem AlchemyBlueprintB, -1, 4; @@ -98,7 +102,8 @@ OnClock1201: .mobp=rand2(1000, 2500); .mobg=.mobp*rand2(100, 150)/10; - restoreshopitem Coal, 40; + restoreshopitem RawLog, 40; + restoreshopitem Coal, 35; restoreshopitem IronOre, 30; restoreshopitem CopperOre, 20; restoreshopitem LeadOre, 15; @@ -110,6 +115,9 @@ OnClock1201: restoreshopitem PlatinumOre, 3; restoreshopitem AncientBlueprint, 5; + restoreshopitem RustyKnife, 5; + restoreshopitem TrainingWand, 5; + restoreshopitem TrainingBow, 5; restoreshopitem AlchemyBlueprintA, 5; restoreshopitem AlchemyBlueprintB, 4; |