diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-09 16:49:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-09 16:49:19 -0300 |
commit | 07d6ad4e189e7b1fc3f6142118cc4fd0689174be (patch) | |
tree | a105797030501b921c8d194af57b414ee1d9865f | |
parent | dc03952118a1db29344ac1fab42516ce7da9cb1e (diff) | |
download | serverdata-07d6ad4e189e7b1fc3f6142118cc4fd0689174be.tar.gz serverdata-07d6ad4e189e7b1fc3f6142118cc4fd0689174be.tar.bz2 serverdata-07d6ad4e189e7b1fc3f6142118cc4fd0689174be.tar.xz serverdata-07d6ad4e189e7b1fc3f6142118cc4fd0689174be.zip |
Lower agi requeriments for Scythe (this is a level 20 quest)
-rw-r--r-- | npc/012-1/hinnak.txt | 2 | ||||
-rw-r--r-- | npc/014-3/oscar.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-1/hinnak.txt b/npc/012-1/hinnak.txt index daa2d48dc..088b0c866 100644 --- a/npc/012-1/hinnak.txt +++ b/npc/012-1/hinnak.txt @@ -30,7 +30,7 @@ L_Start: mesn; mesq l("Ah, so you're willing to help? Great! Because I HATE THEM ALL!"); next; - if (readparam(bAgi) < 30) goto L_Slow; + if (readparam(bAgi) < 20) goto L_Slow; if (BaseLevel < 20) goto L_Weak; mesn; mesq l("They jump left and right and left and right again, and I can't catch them."); diff --git a/npc/014-3/oscar.txt b/npc/014-3/oscar.txt index 09ef020e3..db71cafb9 100644 --- a/npc/014-3/oscar.txt +++ b/npc/014-3/oscar.txt @@ -31,7 +31,7 @@ L_Hello: mesn; mesq l("Great! Excellent! Because I am also diving in problems!!"); next; - if (readparam(bAgi) < 40) goto L_Slow; + if (readparam(bAgi) < 30) goto L_Slow; if (BaseLevel < 20) goto L_Weak; mesn; // Est. kill 400 Pinkies |