reactOnNPC v.2.0.2 by hakore

Other plugins for extending OpenKore's functionality. This forum is only for posting new plugins and commenting on existing plugins. For support, use the Support forum.

Moderator: Moderators

Message
Author
zexeta
Plain Yogurt
Plain Yogurt
Posts: 54
Joined: 11 Jul 2017, 00:49
Noob?: No

Re: reactOnNPC v.2.0.2 by hakore

#401 Post 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.

hakore
Super Moderators
Super Moderators
Posts: 200
Joined: 16 May 2008, 08:28
Noob?: No
Contact:

Re: reactOnNPC v.2.0.2 by hakore

#402 Post 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.
Whatever...

r4ys
Noob
Noob
Posts: 4
Joined: 21 Aug 2017, 14:12
Noob?: Yes

Re: reactOnNPC v.2.0.2 by hakore

#403 Post 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

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: reactOnNPC v.2.0.2 by hakore

#404 Post by Mortimal »

cant see image... pin it
Please use pin function for uploading your file contents!

r4ys
Noob
Noob
Posts: 4
Joined: 21 Aug 2017, 14:12
Noob?: Yes

Re: reactOnNPC v.2.0.2 by hakore

#405 Post by r4ys »


r4ys
Noob
Noob
Posts: 4
Joined: 21 Aug 2017, 14:12
Noob?: Yes

Re: reactOnNPC v.2.0.2 by hakore

#406 Post by r4ys »

Mortimal wrote:cant see image... pin it
already can see??

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: reactOnNPC v.2.0.2 by hakore

#407 Post 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 /(.*)/
}
Please use pin function for uploading your file contents!

r4ys
Noob
Noob
Posts: 4
Joined: 21 Aug 2017, 14:12
Noob?: Yes

Re: reactOnNPC v.2.0.2 by hakore

#408 Post 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

angrysoo
Noob
Noob
Posts: 2
Joined: 22 Aug 2017, 02:00
Noob?: No

Re: reactOnNPC v.2.0.2 by hakore

#409 Post 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.

hakore
Super Moderators
Super Moderators
Posts: 200
Joined: 16 May 2008, 08:28
Noob?: No
Contact:

Re: reactOnNPC v.2.0.2 by hakore

#410 Post 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.
Whatever...

Post Reply