diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-11 10:50:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-11 10:50:38 -0300 |
commit | 8ce533641bb32279eecae995ed0b4fba03ff5dd2 (patch) | |
tree | a8875134c8f4dcba9fd3b3169ac8bd3265c7aeb1 /npc | |
parent | bc2f86410fd56d97f64729b43abe074d7a57eea8 (diff) | |
download | serverdata-8ce533641bb32279eecae995ed0b4fba03ff5dd2.tar.gz serverdata-8ce533641bb32279eecae995ed0b4fba03ff5dd2.tar.bz2 serverdata-8ce533641bb32279eecae995ed0b4fba03ff5dd2.tar.xz serverdata-8ce533641bb32279eecae995ed0b4fba03ff5dd2.zip |
Second bugfix patch
Diffstat (limited to 'npc')
-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; |