Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reactOnNPC Antibot ( A + B + C ) #3839

Open
dt1536 opened this issue Dec 25, 2023 · 3 comments
Open

reactOnNPC Antibot ( A + B + C ) #3839

dt1536 opened this issue Dec 25, 2023 · 3 comments

Comments

@dt1536
Copy link

dt1536 commented Dec 25, 2023

[2023.12.15 19:50:54.25] Unknown #110024469: [Kafra]
[2023.12.15 19:50:54.25] [reactOnNPC] NPC message saved (0): "[^ff0000Kafra^000000]".
[2023.12.15 19:50:54.26] Unknown #110024469: Solve the following problem:
[2023.12.15 19:50:54.26] [reactOnNPC] NPC message saved (1): "Solve the following problem:".
[2023.12.15 19:50:54.26] Unknown #110024469:
[2023.12.15 19:50:54.27] [reactOnNPC] NPC message saved (2): " ".
[2023.12.15 19:50:54.27] Unknown #110024469: > If: B=1 A=1 ...
[2023.12.15 19:50:54.27] [reactOnNPC] NPC message saved (3): "> If: ^0000ffB^000000=^ff00001 ^0000ffA^000000=^ff00001 ...".
[2023.12.15 19:50:54.28] Unknown #110024469: How many is A + B ?
[2023.12.15 19:50:54.28] [reactOnNPC] NPC message saved (4): "How many is ^0000ffA ^000000+ ^0000ffB ^000000?^000000".
[2023.12.15 19:50:54.29] Unknown #110024469:
[2023.12.15 19:50:54.29] [reactOnNPC] NPC message saved (5): " ".
[2023.12.15 19:50:54.29] Unknown #110024469: * Attempt 1 of 5 *
[2023.12.15 19:50:54.29] [reactOnNPC] NPC message saved (6): "* Attempt 1 of 5 *".
[2023.12.15 19:50:54.30] [reactOnNPC] onNPCAction type is: continue.
[2023.12.15 19:50:54.30] [reactOnNPC] Conditions for reactOnNPC_0 (npc:continue, rect:text) 'type' not met.
[2023.12.15 19:50:54.31] [reactOnNPC] Conditions for reactOnNPC_1 (npc:continue, rect:text) 'type' not met.
[2023.12.15 19:50:54.31] : Type 'talk cont' to continue talking
[2023.12.15 19:50:55.10] Kafra: You have 89 second(s) to respond.
[2023.12.15 19:50:55.24] [reactOnNPC] onNPCAction type is: text.
[2023.12.15 19:50:55.25] [reactOnNPC] Conditions for reactOnNPC_0 (npc:text , rect:text) is met.
[2023.12.15 19:50:55.25] [reactOnNPC] Matching [msg (0)] "[Kafra]" to "/> If: C=(\d+) B=(\d+) A=(\d+) .../" ... doesn't match.
[2023.12.15 19:50:55.25] [reactOnNPC] One or more lines doesn't match for "reactOnNPC_0" (0).
[2023.12.15 19:50:55.26] [reactOnNPC] Conditions for reactOnNPC_1 (npc:text , rect:text) is met.
[2023.12.15 19:50:55.26] [reactOnNPC] Matching [msg (0)] "[^ff0000Kafra^000000]" to "/[Kafra]/" ... regexp ok.
[2023.12.15 19:50:55.26] [reactOnNPC] Matching [msg (1)] "Solve the following problem:" to "/Solve the following problem:/" ... regexp ok.
[2023.12.15 19:50:55.27] [reactOnNPC] Matching [msg (2)] " " to "//" ... doesn't match.
[2023.12.15 19:50:55.27] [reactOnNPC] One or more lines doesn't match for "reactOnNPC_1" (2).

[2023.12.15 11:16:48.24] Unknown #110024469: [Kafra]
[2023.12.15 11:16:48.25] Unknown #110024469: Solve the following problem:
[2023.12.15 11:16:48.25] Unknown #110024469:
[2023.12.15 11:16:48.25] Unknown #110024469: > If: C=2 B=1 A=2 ...
[2023.12.15 11:16:48.26] Unknown #110024469: How many is A + B - C ?
[2023.12.15 11:16:48.26] Unknown #110024469:
[2023.12.15 11:16:48.26] Unknown #110024469: * Attempt 1 of 5 *
[2023.12.15 11:16:48.27] : Type 'talk cont' to continue talking
[2023.12.15 11:16:49.79] Kafra: You have 89 second(s) to respond.
[2023.12.15 11:16:49.22] itself: Type 'talk text' (Respond to NPC)
[2023.12.15 11:16:50.89] Kafra: You have 88 second(s) to respond.

reactOnNPC_debug 0
reactOnNPC c talk text @eval(#31 #41 #3~2) {
type text
useColors 1
delay 2
msg_0 /[Kafra]/
msg_1 /Solve the following problem:/
msg_2 //
msg_3 /> If: B=(\d+) A=(\d+) .../
msg_4 /How many is A (.) B ?/
msg_5 / * Attempt . of . */
}

Hi, I have been trying to resolve this antibot issue by using the antibot [bypass Antibot] - How many is A + B by 4epT, but it's not working. I am not sure what i did wrong, if anyone knows please assist

@cliffordx3
Copy link

try this one
reactOnNPC c talk text @eval(#31 #41 #3~2) {
type text
useColors 1
delay 2
msg_0 /[Kafra]/
msg_1 /Solve the following problem:/
msg_2 //
msg_3 /> If: B=(\d+) A=(\d+) C=(\d+) .../
msg_4 /How many is A + B + C ?/
msg_5 / * Attempt . of . */
}

@dt1536
Copy link
Author

dt1536 commented Dec 26, 2023

try this one reactOnNPC c talk text @eval(#31 #41 #3~2) { type text useColors 1 delay 2 msg_0 /[Kafra]/ msg_1 /Solve the following problem:/ msg_2 // msg_3 /> If: B=(\d+) A=(\d+) C=(\d+) .../ msg_4 /How many is A + B + C ?/ msg_5 / * Attempt . of . */ }

[2023.12.26 20:55:00.78] Unknown #110420366: Solve the following problem:
[2023.12.26 20:55:00.79] [reactOnNPC] NPC message saved (1): "Solve the following problem:".
[2023.12.26 20:55:00.79] Unknown #110420366:
[2023.12.26 20:55:00.79] [reactOnNPC] NPC message saved (2): " ".
[2023.12.26 20:55:00.80] Unknown #110420366: > If: A=1 B=2 C=2 ...
### [2023.12.26 20:55:00.81] [reactOnNPC] NPC message saved (3): "> If: ^0000ffA^000000=^ff00001 ^0000ffB^000000=^ff00002 ^0000ffC^000000=^ff00002 ...".
[2023.12.26 20:55:00.81] Unknown #110420366: How many is A + B + C ?
[2023.12.26 20:55:00.81] [reactOnNPC] NPC message saved (4): "How many is ^0000ffA ^000000+ ^0000ffB ^000000+ ^0000ffC ^000000?^000000".
[2023.12.26 20:55:00.82] Unknown #110420366:
[2023.12.26 20:55:00.82] [reactOnNPC] NPC message saved (5): " ".
[2023.12.26 20:55:00.82] Unknown #110420366: * Attempt 1 of 5 *
[2023.12.26 20:55:00.83] [reactOnNPC] NPC message saved (6): "* Attempt 1 of 5 *".
[2023.12.26 20:55:00.83] [reactOnNPC] onNPCAction type is: continue.
[2023.12.26 20:55:00.83] [reactOnNPC] Conditions for reactOnNPC_0 (npc:continue, rect:text) 'type' not met.
[2023.12.26 20:55:00.84] : Type 'talk cont' to continue talking
[2023.12.26 20:55:01.60] Kafra: You have 89 second(s) to respond.
[2023.12.26 20:55:01.74] [reactOnNPC] onNPCAction type is: text.
[2023.12.26 20:55:01.75] [reactOnNPC] Conditions for reactOnNPC_0 (npc:text , rect:text) is met.
[2023.12.26 20:55:01.75] [reactOnNPC] Matching [msg (0)] "[^ff0000Kafra^000000]" to "/[Kafra]/" ... regexp ok.
[2023.12.26 20:55:01.76] [reactOnNPC] Matching [msg (1)] "Solve the following problem:" to "/Solve the following problem:/" ... regexp ok.
[2023.12.26 20:55:01.76] [reactOnNPC] Matching [msg (2)] " " to "//" ... doesn't match.
[2023.12.26 20:55:01.77] [reactOnNPC] One or more lines doesn't match for "reactOnNPC_0" (2).
[2023.12.26 20:55:01.78] itself: Type 'talk text' (Respond to NPC)
[2023.12.26 20:55:02.40] Packet Parser: Unknown switch: 0A41
[2023.12.26 20:55:02.62] Kafra: You have 88 second(s) to respond.

it didnt work, i think its because it didnt recognize the number correctly as bold in the text

@cliffordx3
Copy link

what RO are you playing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants