Re: PodBot Problems with Chat
Ok. Thanks.
|
Re: PodBot Problems with Chat
hmmm did you find something about ?
|
Re: PodBot Problems with Chat
I didn't find the time to focus on it. And I don't have time at least for next 3 weeks. Sorry.
|
Re: PodBot Problems with Chat
And It's only you on the whole Forum ?! :(
|
Re: PodBot Problems with Chat
Quote:
|
Re: PodBot Problems with Chat
That's really sad bro..your botchat.txt it's working ?!
|
Re: PodBot Problems with Chat
Hey did you find out ?! Or you're busy forever like every human being ?
|
Re: PodBot Problems with Chat
Quote:
1. You and at least one bot (no matter what team) is dead. 2. You are using say command (not say_team). 3.The keyword is written in botchat.txt in capitalize (UPPER CASE). 4. pb_chat is set to 1. Try first change this: @KEY "admin" to @KEY "ADMIN" [code=bot.cpp] // Assign how talkative this Bot will be pBot->SaytextBuffer.fChatDelay = RANDOM_FLOAT (10.0, 20.0); // KWo - 02.03.2010 pBot->SaytextBuffer.cChatProbability = RANDOM_LONG (40, 100); // KWo - 31.03.2006[/code] As You can see in that part of code above - the bot has a delay to repeat (random value 10 - 20 seconds) - to prevent flooding. That is also made so to have it human like (the human needs time to repeat - he never does it instantly). Another thing - the bot sometomes doesn't answer - if he doesn't like to do that. It comes from that second line (chatProbability). If that value is grater than random value 0-100 checked every time the answer should happen - the the bot asnwers. Otherwise - it doesn't answer. Those values above are calculated while the bot is created. I hope now You get the full answer. Sorry for delay. |
Re: PodBot Problems with Chat
Quote:
And my second question Is, how can I change the SaytextBuffer.fChatDelay = RANDOM_FLOAT and pBot->SaytextBuffer.cChatProbability = RANDOM_LONG ? |
Re: PodBot Problems with Chat
Quote:
Quote:
|
All times are GMT +2. The time now is 06:58. |
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.