diff options
-rw-r--r-- | npc/003-3/malindou.txt | 10 | ||||
-rw-r--r-- | npc/029-0/event.txt | 2 |
2 files changed, 7 insertions, 5 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index dcc03f2bf..69db61006 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -67,11 +67,11 @@ OnInit: $BCONFB_DROP = 100; $BCONFN_DROP = 7; $BCONFD_DROP = 0; - $FIRESOFSTEAM[1] = 10000; - $FIRESOFSTEAM[2] = 10000; - $FIRESOFSTEAM[3] = 10000; - $FIRESOFSTEAM[4] = 10000; - $FIRESOFSTEAM[5] = 10000; + $FIRESOFSTEAM[1] = 2000; + $FIRESOFSTEAM[2] = 2000; + $FIRESOFSTEAM[3] = 2000; + $FIRESOFSTEAM[4] = 2000; + $FIRESOFSTEAM[5] = 2000; } /* // Current UPDATE value: Dom Jun 17 21:32:45 -03 2018 diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index b9d7376df..047b11bd3 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -64,6 +64,7 @@ OnInit: sellitem LeatherPatch, -1, 45; sellitem RawLog, -1, 40; + sellitem WoodenLog, -1, 40; sellitem Coal, -1, 35; sellitem IronOre, -1, 30; sellitem CopperOre, -1, 20; @@ -144,6 +145,7 @@ OnClock1801: restoreshopitem LeatherPatch, 45; restoreshopitem RawLog, 40; + restoreshopitem WoodenLog, 40; restoreshopitem Coal, 35; restoreshopitem IronOre, 30; restoreshopitem CopperOre, 20; |