diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-13 21:43:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-13 21:43:05 -0300 |
commit | 011dba00a187284188611b1559067bb60a0ef5c9 (patch) | |
tree | 57862953516ee6d458dec41ccd5832b2cfaab754 | |
parent | 6ef22d1cebd4b7c51b0d8962074701de2cca650b (diff) | |
download | serverdata-011dba00a187284188611b1559067bb60a0ef5c9.tar.gz serverdata-011dba00a187284188611b1559067bb60a0ef5c9.tar.bz2 serverdata-011dba00a187284188611b1559067bb60a0ef5c9.tar.xz serverdata-011dba00a187284188611b1559067bb60a0ef5c9.zip |
Slow down daggers and swords (melee weapons) so it feels more like TMWA.
Maybe Evol2 is a bit too fast-paced? XD
-rw-r--r-- | db/pre-re/job_db.conf | 4 | ||||
-rw-r--r-- | npc/009-2/wyara.txt | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/db/pre-re/job_db.conf b/db/pre-re/job_db.conf index 7a8a1af0..6d38036d 100644 --- a/db/pre-re/job_db.conf +++ b/db/pre-re/job_db.conf @@ -57,8 +57,8 @@ Talpan: { Weight: 23500 BaseASPD: { Fist: 400 - Dagger: 550 - Sword: 570 + Dagger: 650 + Sword: 700 Axe: 500 TwoHandAxe: 1000 TwoHandSpear: 1200 diff --git a/npc/009-2/wyara.txt b/npc/009-2/wyara.txt index 2cd2e278..977d7409 100644 --- a/npc/009-2/wyara.txt +++ b/npc/009-2/wyara.txt @@ -246,6 +246,7 @@ L_M_spell3: L_M_spell2: mes "[Wyara the Witch]"; + // FIXME: Replace with @monsterinfo mes "\"Here is another useful one: '" + get(.invocation$, "detect-players") + "'. It will tell you the names of everyone nearby, but beware that there are ways to protect against it.\""; if (getskilllv(SKILL_MAGIC) < 2) mes "\"Hmm. You aren't powerful enough for this one either yet, I think.\""; |