diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-13 14:10:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-13 14:10:12 -0300 |
commit | 40eb6b00071df0bc7e154344fec065c7bf1f7f59 (patch) | |
tree | 63f1d4b6d1e7018365301ec72edd26ff8e21faea | |
parent | 470a949a98a7c205d5ad5aac5a0573c6949dafa0 (diff) | |
download | serverdata-40eb6b00071df0bc7e154344fec065c7bf1f7f59.tar.gz serverdata-40eb6b00071df0bc7e154344fec065c7bf1f7f59.tar.bz2 serverdata-40eb6b00071df0bc7e154344fec065c7bf1f7f59.tar.xz serverdata-40eb6b00071df0bc7e154344fec065c7bf1f7f59.zip |
Just some typos, don't worry..............
-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; |