summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-05-12 17:35:05 -0300
committerJesusaves <cpntb1@ymail.com>2024-05-12 17:35:05 -0300
commited78ff253c4cfa4fb50251005b07e7ccdf7ef7c1 (patch)
treeffc394a9b530f26229ba3465c8d73d4afaec7aa1 /npc/functions
parent87eb4e5c32a49b58710e9be00dc90bfb46e820e9 (diff)
downloadserverdata-ed78ff253c4cfa4fb50251005b07e7ccdf7ef7c1.tar.gz
serverdata-ed78ff253c4cfa4fb50251005b07e7ccdf7ef7c1.tar.bz2
serverdata-ed78ff253c4cfa4fb50251005b07e7ccdf7ef7c1.tar.xz
serverdata-ed78ff253c4cfa4fb50251005b07e7ccdf7ef7c1.zip
Nerfs: Pink Antenna, Green Slime, GSM, Jak1's Residence, Iced Bottles, Pinkie Hats.
Also, update captcha function ever so slightly so new players have less captchas.
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/captcha.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/functions/captcha.txt b/npc/functions/captcha.txt
index 05c83178b..42a588ef2 100644
--- a/npc/functions/captcha.txt
+++ b/npc/functions/captcha.txt
@@ -307,7 +307,10 @@ OnTimer5000:
// You killed someone in PVP or died in PVP, total at -10.0%
if (.@hon != HONOR)
.@chance -= 50;
- // TODO: Total connection time? Item usage? Chat?
+ // You are still a novice, total at -12.0%
+ if (!REBIRTH && BaseLevel < 70 && JobLevel < 40)
+ .@chance -= 20;
+ // TODO: Total connection time? Item usage? Chat? AOE?
// TODO: Reduce chance if you've already contracted the Syndrome?
/////////////////////////////////////////////////////////////////
if ($@GM_OVERRIDE)