New Response in the game, requesting help

International

Moderator: Moderators

Message
Author
bottle45
Noob
Noob
Posts: 3
Joined: 19 Jul 2017, 20:37
Noob?: Yes

New Response in the game, requesting help

#1 Post by bottle45 »

Hello,

I noticed something different today, please see below:

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.
When I was walking through a portal, the portal asked me "would you like to move?" which then one would answer Yes, or No. I attempted to find the file to edit in order for it to respond automatically, but I am still a bit new to this.

Help in resolving this would benefit us all, thank you very much :)

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

Re: New Response in the game, requesting help

#2 Post by hakore »

reactOnNPC plugin
http://forums.openkore.com/viewtopic.ph ... &start=380

Code: Select all

reactOnNPC talk resp 0 {
    type responses
    msg_0 Do you want to move? 
    inMap
}
Whatever...

bottle45
Noob
Noob
Posts: 3
Joined: 19 Jul 2017, 20:37
Noob?: Yes

Re: New Response in the game, requesting help

#3 Post by bottle45 »

I have to go to work right now, but when I get back I am going to try to put this in. Thank you very much for your quick response.

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

Re: New Response in the game, requesting help

#4 Post by zexeta »

This seems to of been a trap for bots and is no longer there. I set something up similar to this though just to be safe.

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

Re: New Response in the game, requesting help

#5 Post by angrysoo »

Is this working? am i just to add the code in config.txt?

Post Reply