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

kingzai
Noob
Noob
Posts: 7
Joined: 14 Mar 2014, 21:52
Noob?: Yes

Re: reactOnNPC v.2.0.2 by hakore

#341 Post by kingzai »

can u please upload a config.txt about responseOnNpc? i really don understand about the setting.. appreciate
onl34
Noob
Noob
Posts: 11
Joined: 20 Jul 2014, 10:27
Noob?: Yes
Location: Indonesia ( Jakarta )

Need Help Dude !!

#342 Post by onl34 »

Hello there ,

I need help i just new at reactonNpc ( antibot ) , i made a code to skip this


Image

but the code was not succesfull some error :

Bareword found where operator expected at (eval 727) line 1, near "0000FF"
(Missing operator before FF?)
Error in function 'talk text' (Respond to NPC)
You must specify a string.

Here my Code :

reactOnNPC talk text @eval(#1~1) {
msg_0 Enter the password:
msg_1 /(.*)/i
}

Very need your help guys !
User avatar
4epT
Developers
Developers
Posts: 627
Joined: 30 Apr 2008, 14:17
Noob?: No
Discord: ya4ept#8494
Location: Moskow (Russia)

Re: reactOnNPC v.2.0.2 by hakore

#343 Post by 4epT »

onl34, place the config.txt "reactOnNPC_debug 1"
and show log console
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image
onl34
Noob
Noob
Posts: 11
Joined: 20 Jul 2014, 10:27
Noob?: Yes
Location: Indonesia ( Jakarta )

Re: reactOnNPC v.2.0.2 by hakore

#344 Post by onl34 »

4epT wrote:onl34, place the config.txt "reactOnNPC_debug 1"
and show log console
here is :

Code: Select all

You are not a guildmaster.
[reactOnNPC] NPC message saved (0): "Enter the password:".
[reactOnNPC] NPC message saved (1): "^0000FF q6q1pp28ag^000000".
[reactOnNPC] onNPCAction type is: text.
[reactOnNPC] Conditions for reactOnNPC_0 (npc:text , rect:) is met.
[reactOnNPC] Matching [msg (0)] "Enter the password:" to "/Enter the password/"
... regexp ok.
[reactOnNPC] Matching [msg (1)] "^0000FF q6q1pp28ag^000000" to "/(.*)/i" ...
regexp ok.
Bareword found where operator expected at (eval 727) line 1, near "0000FF"
        (Missing operator before FF?)
Error in function 'talk text' (Respond to NPC)
You must specify a string.
sorry im not put the logs.txt because i didnt see the chat with npc only pvp announc,
I just copy the code form console hope that was usefull thanks :D
btw thanks for moving my post to the correct place
User avatar
4epT
Developers
Developers
Posts: 627
Joined: 30 Apr 2008, 14:17
Noob?: No
Discord: ya4ept#8494
Location: Moskow (Russia)

Re: reactOnNPC v.2.0.2 by hakore

#345 Post by 4epT »

onl34, try use:

Code: Select all

reactOnNPC_debug 1
reactOnNPC talk text #1~1 {
	delay 5
	msg_0 Enter the password:
	msg_1 /\s(.*)/i
}
and show log console
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image
onl34
Noob
Noob
Posts: 11
Joined: 20 Jul 2014, 10:27
Noob?: Yes
Location: Indonesia ( Jakarta )

Re: reactOnNPC v.2.0.2 by hakore

#346 Post by onl34 »

4epT wrote:onl34, try use:

Code: Select all

reactOnNPC_debug 1
reactOnNPC talk text #1~1 {
	delay 5
	msg_0 Enter the password:
	msg_1 /\s(.*)/i
}
and show log console
still get error bro
here the log :

[reactOnNPC] NPC message saved (0): "Enter the password:".
[reactOnNPC] NPC message saved (1): "^0000FF g08kojkqun^000000".
[reactOnNPC] onNPCAction type is: text.
[reactOnNPC] Conditions for reactOnNPC_0 (npc:text , rect:) is met.
[reactOnNPC] Matching [msg (0)] "Enter the password:" to "Enter the password:"
... ok.
[reactOnNPC] Matching [msg (1)] " g08kojkqun" to "/\s(.*)/i" ... regexp ok.
[reactOnNPC] React to NPC with delay. Execute command "talk text " after 5
seconds.
Error in function 'talk text' (Respond to NPC)
You must specify a string.
User avatar
4epT
Developers
Developers
Posts: 627
Joined: 30 Apr 2008, 14:17
Noob?: No
Discord: ya4ept#8494
Location: Moskow (Russia)

Re: reactOnNPC v.2.0.2 by hakore

#347 Post by 4epT »

download last version reactOnNPC
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image
onl34
Noob
Noob
Posts: 11
Joined: 20 Jul 2014, 10:27
Noob?: Yes
Location: Indonesia ( Jakarta )

Re: reactOnNPC v.2.0.2 by hakore

#348 Post by onl34 »

4epT wrote:download last version reactOnNPC
already use the lastest version 2.0.2

here log :

[reactOnNPC] NPC message saved (1): "^0000FF 1qh8i3rhuj^000000".
[reactOnNPC] onNPCAction type is: text.
[reactOnNPC] Conditions for reactOnNPC_0 (npc:text , rect:) is met.
[reactOnNPC] Matching [msg (0)] "Enter the password:" to "Enter the password:"
... ok.
[reactOnNPC] Matching [msg (1)] " 1qh8i3rhuj" to "/\s(.*)/i" ... regexp ok.
Bareword found where operator expected at (eval 731) line 1, near "1qh8i3rhuj"
(Missing operator before qh8i3rhuj?)
[reactOnNPC] React to NPC with delay. Execute command "talk text " after 5
seconds.
Error in function 'talk text' (Respond to NPC)
You must specify a string.
User avatar
4epT
Developers
Developers
Posts: 627
Joined: 30 Apr 2008, 14:17
Noob?: No
Discord: ya4ept#8494
Location: Moskow (Russia)

Re: reactOnNPC v.2.0.2 by hakore

#349 Post by 4epT »

what server?
All my posts are made by machine translator!
¤ Manual ¤ Anti BotKiller ¤ Packet Extractor v3 ¤
Image
Image
onl34
Noob
Noob
Posts: 11
Joined: 20 Jul 2014, 10:27
Noob?: Yes
Location: Indonesia ( Jakarta )

Re: reactOnNPC v.2.0.2 by hakore

#350 Post by onl34 »

4epT wrote:what server?
Private Server
AccelRo

Error log :

[reactOnNPC] NPC message saved (0): "Enter the password:".
[reactOnNPC] NPC message saved (1): "^0000FF zbb2rxrs1y^000000".
[reactOnNPC] onNPCAction type is: text.
[reactOnNPC] Conditions for reactOnNPC_0 (npc:text , rect:) is met.
[reactOnNPC] Matching [msg (0)] "Enter the password:" to "Enter the password:"
... ok.
[reactOnNPC] Matching [msg (1)] " zbb2rxrs1y" to "/\s(.*)/i" ... regexp ok.
[reactOnNPC] React to NPC with delay. Execute command "talk text " after 5
seconds.
Error in function 'talk text' (Respond to NPC)
You must specify a string.