From 85064ad81a5c08e5fd01949dc01662e396667e8f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 16 May 2024 21:56:40 -0300 Subject: Add an extra check on captcha function --- npc/functions/captcha.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/npc/functions/captcha.txt b/npc/functions/captcha.txt index 1e886db11..5707204e4 100644 --- a/npc/functions/captcha.txt +++ b/npc/functions/captcha.txt @@ -272,7 +272,7 @@ OnTimer12000: .@k5 = syndroCheck(.@k); .@k = BaseExp; .@k6 = syndroCheck(.@k); .@k = BaseExp; .@k7 = syndroCheck(.@k); .@k = BaseExp; - sleep2(1000); + .@k8 = syndroCheck(.@k); .@k = BaseExp; // You logged out? LAME! Anyway, carry on if (!playerattached()) break; @@ -294,6 +294,8 @@ OnTimer12000: .@chance -= 15; if (!.@k7) .@chance -= 15; + if (!.@k8) + .@chance -= 15; // You killed less than 7 monsters, fall to 40.0% if (.@mpk + 7 > MONSTERS_KILLED) .@chance -= 200; -- cgit v1.2.3-70-g09d2