.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   Bug Reports (http://forums.bots-united.com/forumdisplay.php?f=49)
-   -   Bots are not purchased on aim maps (http://forums.bots-united.com/showthread.php?t=7600)

Twente 10-05-2010 21:31

Bots are not purchased on aim maps
 
Bots are not purchased on aim maps, where there is a zone of purchase. They are simply running with pistols.

KWo 10-05-2010 22:43

Re: Bots are not purchased on aim maps
 
aim_xxx and awp_xxx maps were designed so the player should pickup a gun from the ground instead buy it. To prevent the bot trying to buy in the case the buying is impossible (which may even lead to the game crash) I've decided to put the code to podbot mm which disallows bots to buy a weapon on such maps. Thus - some aim/awp maps with buy menu enabled aren't supported. It's not a bug - it's a feature (even if You don't like it, that solution lets me support 90% of aim_xxx and awp_xxx maps).

Twente 11-05-2010 09:26

Re: Bots are not purchased on aim maps
 
Now is everything is clear. Thanks KWo!

Ancient 15-05-2010 19:03

Re: Bots are not purchased on aim maps
 
This also applys for fy_xxx maps too.
Not sure about he_xxx maps though.

And the GunGame mod (a death match mod) disallows all players (including bots) from buying weapons for not only gg_xxx maps but for all maps.

Empower 02-06-2010 16:39

Re: Bots are not purchased on aim maps
 
Kwo why don't u check this keyvalue:

{
"origin" "-48 0 464"
"buying" "3"
"bombradius" "500"
"classname" "info_map_parameters"
}

if ("buying" is 3)
nobody allowed to buy
else if("buying" is 2)
ct is not allowed to buy
else if("buying" is 1)
t is not allowed to buy
else (if no entity info_map_parameters or buying is "0")
everybody can buy.

KWo 03-06-2010 13:29

Re: Bots are not purchased on aim maps
 
I have to check if I can handle those keyvalues. I remember I had some troubles with handling them for another purpose.

CS1.6 29-06-2010 22:53

Re: Bots are not purchased on aim maps
 
there is a amxx plugin that enables buy zone in those maps

KWo 30-06-2010 08:49

Re: Bots are not purchased on aim maps
 
I have forgotten to write here - V3B21 checks now that keyvalue "buying" for the entity "info_map_parameters" - so bots should buy also on aim /awp other maps if they are allowed to.

Ancient 30-06-2010 15:57

Re: Bots are not purchased on aim maps
 
hmmm, I was wondering why bots were buying on aim_ep.

CS1.6 30-06-2010 16:01

Re: Bots are not purchased on aim maps
 
Quote:

Originally Posted by Empower (Post 61732)
Kwo why don't u check this keyvalue:

{
"origin" "-48 0 464"
"buying" "3"
"bombradius" "500"
"classname" "info_map_parameters"
}

if ("buying" is 3)
nobody allowed to buy
else if("buying" is 2)
ct is not allowed to buy
else if("buying" is 1)
t is not allowed to buy
else (if no entity info_map_parameters or buying is "0")
everybody can buy.

sounds interesting.. :thumbup:



Quote:

Originally Posted by KWo (Post 61839)
I have forgotten to write here - V3B21 checks now that keyvalue "buying" for the entity "info_map_parameters" - so bots should buy also on aim /awp other maps if they are allowed to.

cooL! :D

v3b21 rox my sox! :P


Quote:

Originally Posted by Ancient (Post 61841)
hmmm, I was wondering why bots were buying on aim_ep.

some maps have buyzones ..some dont.

the map name doesnt matter

u could rename de_dust to lol_maclol or aim_boom

the specified map obviously has a buy zone :)


All times are GMT +2. The time now is 11:38.

Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.