diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-13 14:13:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-13 14:13:15 -0300 |
commit | 707f26c9a44bc2394f1c7cc7743b1ff483284ea3 (patch) | |
tree | 6819bd043ae28bdceb5abad9f7b8a80ad647761f /npc/029-0/event.txt | |
parent | 40eb6b00071df0bc7e154344fec065c7bf1f7f59 (diff) | |
download | serverdata-707f26c9a44bc2394f1c7cc7743b1ff483284ea3.tar.gz serverdata-707f26c9a44bc2394f1c7cc7743b1ff483284ea3.tar.bz2 serverdata-707f26c9a44bc2394f1c7cc7743b1ff483284ea3.tar.xz serverdata-707f26c9a44bc2394f1c7cc7743b1ff483284ea3.zip |
...
Diffstat (limited to 'npc/029-0/event.txt')
-rw-r--r-- | npc/029-0/event.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index 047b11bd3..4968696ec 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -62,7 +62,7 @@ OnInit: .distance=5; .sex=G_MALE; - sellitem LeatherPatch, -1, 45; + sellitem LeatherPatch, 800, 45; sellitem RawLog, -1, 40; sellitem WoodenLog, -1, 40; sellitem Coal, -1, 35; @@ -78,7 +78,7 @@ OnInit: sellitem EarthPowder, -1, 3; sellitem EverburnPowder, -1, 2; - sellitem AncientBlueprint, -1, 4; + sellitem AncientBlueprint, 10000, 4; sellitem RustyKnife, -1, 5; sellitem TrainingWand, -1, 5; sellitem TrainingBow, -1, 5; @@ -143,7 +143,7 @@ OnClock1801: .mobp=rand2(1000, 2500); .mobg=.mobp*rand2(100, 150)/10; - restoreshopitem LeatherPatch, 45; + restoreshopitem LeatherPatch, 800, 45; restoreshopitem RawLog, 40; restoreshopitem WoodenLog, 40; restoreshopitem Coal, 35; @@ -159,7 +159,7 @@ OnClock1801: restoreshopitem EarthPowder, 3; restoreshopitem EverburnPowder, 2; - restoreshopitem AncientBlueprint, 4; + restoreshopitem AncientBlueprint, 10000, 4; restoreshopitem RustyKnife, 5; restoreshopitem TrainingWand, 5; restoreshopitem TrainingBow, 5; |