Page 41 of 44

Re: reactOnNPC v.2.0.2 by hakore

Posted: 16 Aug 2017, 00:29
by zexeta
These idiot's idea of catching bots is disabling portals weekly and watching which ones are dumb enough to not go through it properly. I don't give them too much credit. Individual checking of bots doesn't seem to be a thing for these guys which is good news for people with a brain. Their tactics only really catch the very stupid bots.

What i meant by filtering tool dealer is you would have to filter based on the NPC coordinates n such so it doesn't trigger. If a tool dealer magically triggers when your X distance away from where it should be its obviously not the legit one.

Re: reactOnNPC v.2.0.2 by hakore

Posted: 16 Aug 2017, 01:03
by hakore
Private server anti-bot checks are usually better.

There are too many variations, but as long as you know the conditions, and with the tools that we have, they CAN be bypassed. Your ideas, being a bit more complicated, can be done using eval commands. It is sweet that it actually encourages smart botters to code, beyond just the plain config.

Re: reactOnNPC v.2.0.2 by hakore

Posted: 21 Aug 2017, 14:19
by r4ys
hello guys can help me to made script for this reactOnNPC??
Image
i need the red palce i paint to back to be "talk test" to npc

Re: reactOnNPC v.2.0.2 by hakore

Posted: 21 Aug 2017, 14:20
by Mortimal
cant see image... pin it

Re: reactOnNPC v.2.0.2 by hakore

Posted: 21 Aug 2017, 14:20
by r4ys

Re: reactOnNPC v.2.0.2 by hakore

Posted: 21 Aug 2017, 14:22
by r4ys
Mortimal wrote:cant see image... pin it
already can see??

Re: reactOnNPC v.2.0.2 by hakore

Posted: 21 Aug 2017, 14:23
by Mortimal
yes but please provide a text version of that i don't want to retype it -_-

I think this will work:

Code: Select all

reactOnNPC talk text #2~1 { 
    type text 
    delay 3
    msg_0 [Penjaga]
    msg_1 /.*/
    msg_2 /(.*)/
}

Re: reactOnNPC v.2.0.2 by hakore

Posted: 21 Aug 2017, 21:07
by r4ys
Mortimal wrote:yes but please provide a text version of that i don't want to retype it -_-

I think this will work:

Code: Select all

reactOnNPC talk text #2~1 { 
    type text 
    delay 3
    msg_0 [Penjaga]
    msg_1 /.*/
    msg_2 /(.*)/
}
Thx bro, I will try first

Re: reactOnNPC v.2.0.2 by hakore

Posted: 23 Aug 2017, 00:09
by angrysoo
Hello,

I am having problems regarding this. i captured this when walking to a portal.

Do we have macro for this and where do i put the config?

Any help would be greatly appreciated. Thanks in advance!

Code: Select all

Unknown #50005: Do you want to move?
: Type 'talk cont' to continue talking
------ Responses (Unknown #50005) ------
# Response
0 Yes
1 No
2 Cancel Chat
------------------------------------------------
itself : Type 'talk resp #' to choose a response.

Re: reactOnNPC v.2.0.2 by hakore

Posted: 23 Aug 2017, 00:20
by hakore
This is discussed one page earlier, and also on the first topic you replied to.

Instructions for the plugin is on the first page.

Please try it and come back here if there are problems.