diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-25 23:47:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-25 23:47:44 -0300 |
commit | 7b6831e33a4ef1500199ef84637261e91256c716 (patch) | |
tree | 96c696e942d1daa7857c762be7df90a8c60bf954 | |
parent | 7c973b8c943ddd39720bb03c3ccb28216b5dd1f0 (diff) | |
download | serverdata-7b6831e33a4ef1500199ef84637261e91256c716.tar.gz serverdata-7b6831e33a4ef1500199ef84637261e91256c716.tar.bz2 serverdata-7b6831e33a4ef1500199ef84637261e91256c716.tar.xz serverdata-7b6831e33a4ef1500199ef84637261e91256c716.zip |
Supply basic arrows to LoF Village. Correct typo. Minor adjustment to Evil Scythe.
-rw-r--r-- | db/re/mob_db.conf | 2 | ||||
-rw-r--r-- | npc/009-2/scholar.txt | 2 | ||||
-rw-r--r-- | npc/017-1/shops.txt | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/db/re/mob_db.conf b/db/re/mob_db.conf index 456681e90..3523dcbcc 100644 --- a/db/re/mob_db.conf +++ b/db/re/mob_db.conf @@ -1300,7 +1300,7 @@ mob_db: ( CastSensorChase: true } MoveSpeed: 200 - AttackDelay: 670 + AttackDelay: 620 AttackMotion: 472 DamageMotion: 200 Drops: { diff --git a/npc/009-2/scholar.txt b/npc/009-2/scholar.txt index 7be123c2c..64e5cb6c1 100644 --- a/npc/009-2/scholar.txt +++ b/npc/009-2/scholar.txt @@ -17,7 +17,7 @@ mesq l("Out of my experience, you are ready to learn magic."); next; mesn; - mesq l("A pity that without having born with magic, you need a Mana Stone... And there are none left..."); + mesq l("A pity that without being born with magic, you need a Mana Stone... And there are none left..."); mesc l("*sigh*"); if (.@q < 1) goto L_Intro; diff --git a/npc/017-1/shops.txt b/npc/017-1/shops.txt index ec30f6422..acda66d8a 100644 --- a/npc/017-1/shops.txt +++ b/npc/017-1/shops.txt @@ -23,12 +23,14 @@ OnInit: sellitem YellowDye, -1, 1; sellitem CottonCloth, -1, 3; + sellitem ArrowAmmoBox, -1, 5; end; OnClock1250: OnClock0112: restoreshopitem YellowDye, -1, 1; restoreshopitem CottonCloth, -1, 3; + restoreshopitem ArrowAmmoBox, -1, 5; end; } |