The bot doesn't talk back

05/07/2007 14:24 Dyne Hikazisha#1
the bot was discovered because it doesn't talk back at all... I have modified it to talk back at anything he is told.

No answer is sent in any way... even in person or addressing him by the name. the autoresponse is set to 1 and he still doesn't speak. help?
05/07/2007 16:28 phr34k_17#2
tried this with 1.9.4 svn oder 1.9.3 beta
you made response.txt right?
how the example made?
05/09/2007 07:43 Dyne Hikazisha#3
response?... it says Chat_resp.txt... something like that... I added lot's of words and lot's of combinations of phrases... and still nothing... guess I'll have to be careful... since no one had proof, I have been unbanned...
05/09/2007 07:50 phr34k_17#4
yes chat_resp.txt
i dont know, if they are case sensitive

hmm you tried to chat your bot or pm him?
cuz i never done this, i will test if i got time <.<
05/09/2007 12:22 ChibiEbil#5
you bace spaces ( ) or tabs? , you need to make a tab between keyword and answeres, tab is the button unter ' ^ ' i think its same on ami keyboard ( i hope ;D ).
05/09/2007 17:50 phr34k_17#6
on my keyboard, there is nore tab q.q
[Only registered and activated users can see links. Click Here To Register...]
05/10/2007 03:46 Dyne Hikazisha#7
yeah, I give one tabulation from words to answers
05/10/2007 09:26 phr34k_17#8
ok now is server maintance.
i check this later.
05/12/2007 01:31 phr34k_17#9
ok please write in openkore board or per bug report(bug tracker? i forgot the name)

i tried and it didn't work.
05/12/2007 06:07 Dyne Hikazisha#10
I have another problem now...to use storage, the bot has to speak with a npc called nyuu, the option to storage is the number 3...

how should I configure it so it will storage instead of saving the position? (timeout i think)
05/12/2007 11:39 phr34k_17#11
oooohhh i found something rly interesting

Code:
Auto-response will not work in towns.
and the other problem

Code:
NPC Conversation Codes

These codes are used for specifying NPC talk sequences or steps when using the console command talknpc or the config.txt option storageAuto_npc_steps.

The following is a list of known NPC talk codes.

  Code	Description
  c	Continue talking to the NPC. This is the same as pressing the next when you talk to an NPC in the RO Client.
  r&#40;&#60;response #>&#41;	Send response. The response number is the index of the response in the displayed response list &#40;the first response has the index 0&#41;. This is the same as selecting a response when you talk to an NPC in the RO Client.
  w&#40;&#60;seconds>&#41;	Wait for the specified number of seconds before continuing to talk to the NPC using the next talk code.
  d&#40;&#60;number>&#41;	Send a number to the NPC. Use this if the NPC asks you to enter an amount.
  t=&#40;&#60;string>&#41;	Send a string or text to the NPC. Use this if the NPC asks you to enter some text.
  s v.1.9.0	Get sell list. This is the same as pressing the sell button when you talk to a buy/sell NPC in the RO Client.
  b	Get the store list. This is the same as pressing the buy button when you talk to a buy/sell NPC in the RO Client.
  b&#40;&#60;store item #>&#41;,&#40;&#60;amount>&#41;	Buy an item from the NPC. See similar console command buy. Note that the amount is not optional.
  n	Immediately end or cancel conversation with the NPC. This is the same as pressing the close or cancel button when talking to an NPC in the RO Client.
  e	Wait until the NPC says &#34;Done talking&#34;. Use this after the s or b talk code when talking to a buy/sell NPC.

When specifying NPC talk codes, separate each code with whitespace. For example, by using the following command,

  Example&#58;

    talknpc 63 60 c r3 c r0 c c r0 c n

you will be able to refine a weapon with the Blacksmith NPC inside Prontera, assuming you are inside the BlackSmith shop in Prontera and the NPC stands on the coordinates &#40;63, 60&#41;.
storage on 3rd -> talknpc r2
05/13/2007 07:55 Dyne Hikazisha#12
ookay. Assuming the bot actually finds the npc... this time he is telling me no npc in the coordinates it generated... aldebaran coord 113, 60 says no npc there... are the coordinates off by a number?

I have tried increasing the values... and... If the answer is 4 (taking the index as 1) If I want to store every item in the inventory... I would have to specify that? or just let him do the other part?
05/13/2007 14:37 phr34k_17#13
hmm no npc? o.O

try this -> xkore 1, start rag go to this npc
than open npcs.txt in folder Tables.
the last entry must be your npc ^.^

and npc talk the index beginns with 0, don't it?
and there is a txt-file, called items_control.txt in folder control.

there you can say, what should be storage and what not.

sry for my bad english xD
05/14/2007 06:02 Dyne Hikazisha#14
yeah... I have tried that... on a side note, without answers or steps to storage, the bot could talk to the npc very well... now that I have wrote the answers he can't find it... i'll move some more the coord and keep an eye on it till he finds it. Thanks for the code for answers thoug, that helped me a lot!