.:: Bots United ::.  
filebase forums discord server github wiki web
cubebot epodbot fritzbot gravebot grogbot hpbbot ivpbot jkbotti joebot
meanmod podbotmm racc rcbot realbot sandbot shrikebot soulfathermaps yapb

Go Back   .:: Bots United ::. > Cyborg Factory > JoeBot
JoeBot Furious mechs by @$3.1415rin Counter-Strike

Reply
 
Thread Tools
Re: Bots won't join a team
Old
  (#51)
Perendinater
Member
 
Status: Offline
Posts: 5
Join Date: Aug 2005
Default Re: Bots won't join a team - 16-09-2005

Thank you!

That new joebot_mm.dll plus updating my metamod.dll from 1.17 to 1.18 seems to have done it. The bots are joning teams again.

Let the merciless slaughter resume!

Thanks again for your work,

John C.
  
Reply With Quote
Re: Bots won't join a team
Old
  (#52)
vo1
Member
 
Status: Offline
Posts: 4
Join Date: Sep 2005
Default Re: Bots won't join a team - 19-09-2005

I still cant figure it out :'(
  
Reply With Quote
Re: Bots won't join a team
Old
  (#53)
@$3.1415rin
Council Member, Author of JoeBOT
 
@$3.1415rin's Avatar
 
Status: Offline
Posts: 1,381
Join Date: Nov 2003
Location: Germany
Default Re: Bots won't join a team - 19-09-2005

just install joebot as always, then search for the joebot.dll or joebot_mm.dll is you use metamod and replace them with the new files from splorygon


  
Reply With Quote
Re: Bots won't join a team
Old
  (#54)
Ravex
Member
 
Ravex's Avatar
 
Status: Offline
Posts: 8
Join Date: Oct 2005
Default Re: Bots won't join a team - 18-10-2005

How about Linux/FreeBsd update files?
  
Reply With Quote
Re: Bots won't join a team
Old
  (#55)
mdes
Member
 
Status: Offline
Posts: 1
Join Date: Feb 2006
Default Re: Bots won't join a team - 04-02-2006

The link provided is broken, when I click on it nothing happens, tried with Firefox, IE, Opera...

Is there any alternate location to D/L the joebot update?
  
Reply With Quote
Re: Bots won't join a team
Old
  (#56)
Professor Ratigan
Member
 
Status: Offline
Posts: 2
Join Date: Feb 2006
Default Re: Bots won't join a team - 05-02-2006

Quote:
Originally Posted by mdes
The link provided is broken, when
I click on it nothing happens, tried with Firefox, IE, Opera...

Is there any alternate location to D/L the joebot update?[/quote]

http://joebot.bots-united.com/downloads.html

The top Win32 update...

Well, I downloaded it and replaced the others, but...my idiot bots still aren't joining a team. I tried issuing a specific team command through rcon (rcon joebot addbot 2 2) and things like that, and nothing is working.

I've tried different combinations of using bot.cfg and joebot.cfg stuff on and off and stuff but nothing has worked...

Here's my joebot.cfg:
Quote:
// IMPORTANT NOTE: Use joebot.cfg OR bot.cfg but NOT both unless you
// are sure of what you are doing. Uncommenting lines below may
// override settings in your bot.cfg

//
// here u can define which language should be used in the botmenu
//
// en English
// fr French
// de German
//

jb_language "en"

//
// definition of the minimum skill of a bot added where no skill is specified
//

jb_skillmin 80

//
// definition of the maximum skill of a bot added where no skill is specified
//

jb_skillmax 100

//
// Should bots enter the game when no humans are present ?
//

jb_entergame 1

//
// Should bots join a team when no humans are present ?
//

jb_jointeam 1

//
// Number of bots to which the server will be filled automatically
//

jb_botsmin 4
jb_botsmax 8

//
// Should the names of the bots be exteded by [JOE] ?
//

jb_prefixaggression 0

//
// Should the names of the bots be exteded by their skill ?
//

jb_suffixskill 0

//
// Are the bots allowed to chat ?
//

jb_chat 1

//
// When should the interactive chat be enabled ?
//
// [0=all, 1=dead, 2=alive, 3=off]
//

jb_chati 1

//
// If yes, what percentage of the bots should use 1337 ?
//

jb_chat1337 5

//
// What key should be used for the botmenu ?
//

bind v botmenu
//bind "=" botmenu

//
// Which prefixes should be used ?
//

jb_prefixdefensive "[J0E]"
jb_prefixnormal "[JoE]"
jb_prefixaggressive "[JOE]"

//
// Should welcome messages be sent ?
//

jb_msgwelcome 1

//
// Load buy probability file
//

//jb_buyprobfile "botbuyweapons.cfg"

//
// should bots use spraypaints ???
//

jb_spraypaint 1

//
// If you have multible waypoints for one map you can randomize the selection
// Set this to 1 to override the order given in cstrike/joebot/wpjs/dir.txt
//

jb_wploadrandom 1

//
// Camp probability: 100 = almost never, 0 = almost always
//

jb_campprobability 100

echo "joebot.cfg loaded"
and here's my bot.cfg:

Quote:
# here u can define which language should be used in the botmenu
#
# e English
# fr French
# de German
#

language en

#
# definition of the minimum skill of a bot added where no skill is specified
#

botskill_min 80

#
# definition of the maximum skill of a bot added where no skill is specified
#

botskill_max 100

#
# Should bots enter the game when no humans are present ?
#

#joinwhuman_max on

#
# Should bots join a team when no humans are present ?
#

#joinwhuman_res on

#
# Number of bots to which the server will be filled automatically
#

min_bots 4
max_bots 5

#
# Should the names of the bots be exteded by [JOE] ?
#

extjoe no

#
# Should the names of the bots be exteded by their skill ?
#

extskill off

#
# Are the bots allowed to chat ?
#

botchat on

#
# When should the interactive chat be enabled ?
#
# botichat [off/dead/alive/all]
#

botichat all
#
# If yes, what percentage of the bots should use 1337 ?
#

leetposs 5

#
# What key should be used for the botmenu ?
#

bind v botmenu
bind "=" botmenu

#
# Which prefixes should be used ?
#

prefix [JOE] [JoE] [J0E]


#
# Should welcome messages be sent ?
#

welcome on

#
# Load buy probability file
#

lbp botbuyweapons.cfg

#
# should bots use spraypaints ???
#

bot_spraying on

#
# If you have multible waypoints for one map you can randomize the selection
# Just remove the following "#" to override the order given in cstrike/joebot/wpjs/dir.txt
#

randomwpload
I've tried making certain lines comments and stuff...nothing works... Can anyone assist me?

Any help would be appreciated. Thanks in advance.
  
Reply With Quote
Re: Bots won't join a team
Old
  (#57)
KWo
Developer of PODBot mm
 
KWo's Avatar
 
Status: Offline
Posts: 3,425
Join Date: Apr 2004
Default Re: Bots won't join a team - 05-02-2006

Quote:
Originally Posted by mdes
The link provided is broken, when I click on it nothing happens, tried with Firefox, IE, Opera...

Is there any alternate location to D/L the joebot update?
It's because of the super-hyper update server for its security. It's the reason why I'm against all server updates, because ALWAYS something stops working. More info about the problem is in topic created last few days by Onno.
Nooooooooooooovaaaaaaaaaaaaaaa!!!
  
Reply With Quote
Re: Bots won't join a team
Old
  (#58)
sPlOrYgOn
<-- He did it.
 
sPlOrYgOn's Avatar
 
Status: Offline
Posts: 1,558
Join Date: Jan 2004
Location: Los Angeles, California, USA, North America, Earth, Solar System, Milky Way.
Default Re: Bots won't join a team - 05-02-2006

it's not a server update.. it's a php setting.. Onno just wants safe_mode on..
[edit]
yea.. sorry guys I can't seem to find the files on my system to upload to the filebase...
[/edit]
  
Reply With Quote
Re: Bots won't join a team
Old
  (#59)
Professor Ratigan
Member
 
Status: Offline
Posts: 2
Join Date: Feb 2006
Default Re: Bots won't join a team - 05-02-2006

Isn't

http://joebot.bots-united.com/downloads.html

the same dlls? The Win32 update one? I already tried replacing my dlls with those ones, but it didn't change anything...it's not crashing, but it's not fixing anything either...but maybe it did fix something but something in my bot.cfg or joebot.cfg is preventing them from joining teams?
  
Reply With Quote
Re: Bots won't join a team
Old
  (#60)
Kai`
Member
 
Status: Offline
Posts: 14
Join Date: Jun 2005
Default Re: Bots won't join a team - 09-02-2006

so when DL become active again? ^^ link?
  
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com