.:: Bots United ::.

.:: Bots United ::. (http://forums.bots-united.com/index.php)
-   E[POD]bot (http://forums.bots-united.com/forumdisplay.php?f=12)
-   -   E[POD]bot 4b (http://forums.bots-united.com/showthread.php?t=3883)

Zofteis 22-04-2005 18:25

E[POD]bot 4b
 
I have downloaded the newest version of the E[POD]bot and I must say that it is really great. I am really happy that this stupid looking down bug is fixed:) But there is still one bug that is really bad! The amx mod menu is still not working:( and i have a question : How can I disable that the bot is using shields???:(
But all in all I must say it is a really nice bot!
Keep up the great work!
(sry for my bad English I am a german9_9)

The Storm 22-04-2005 21:42

Re: E[POD]bot 4b
 
I'm happy that you like this bot :).
For the AMX problems I still have no idea from where come this bugs so I still cannot fix it :(.

So you don't want the bots to buy shield.

Open the file EPBwpns.cfg with any text editor and look there verry cearfully.
Go in this lines :

# Weapon Priorities for a Normal Standard Bot
[NORMAL]
0,1,2,5,4,6,3,7,8,18,10,12,13,11,9,25,22,19,20,21,24,23,15,17,16,14

# Weapon Priorities for an Aggressive Bot
[RUSH]
0,1,2,4,6,5,3,18,19,20,21,10,12,13,11,9,25,7,8,15,17,23,16,24,14,22

# Weapon Priorities for a Defensive Bot
[CAREFUL]
0,1,2,5,4,6,3,7,8,10,12,13,11,9,22,24,14,23,16,15, 17,25,18,21,20,19

To disable the shield usege you must replace the number 25 with any other number from 0-24. You can choose what weapon will replace the shield from here :
Code:

# Numbering of the weapons:
# 0 - KNIFE
# 1 - USP
# 2 - GLOCK18
# 3 - DESERT EAGLE
# 4 - P228
# 5 - ELITE
# 6 - FIVESEVEN
# 7 - M3
# 8 - XM1014
# 9 - MP5/N
# 10 - TMP
# 11 - P90
# 12 - MAC-10
# 13 - UMP45
# 14 - AK47
# 15 - SG552
# 16 - M4A1
# 17 - AUG
# 18 - SCOUT
# 19 - AWP
# 20 - G3SG1
# 21 - SG550
# 22 - M249
# 23 - FAMAS
# 24 - GALIL
# 25 - SHIELD

Choose the weapon number the you want to replace the shield and replace the number 25 with it.

If still you have a problems just ask ;).

Black_Hunter 23-04-2005 17:26

Re: E[POD]bot 4b
 
mabye the Developer's Farm can help or the amxmodx forums:

http://www.amxmodx.org/

Zofteis 24-04-2005 16:03

Re: E[POD]bot 4b
 
Big thx! The bot has stopped using the shields!
Ok I will asked in the amxmodx forum because of this problem!

MarD 26-04-2005 19:09

Re: E[POD]bot 4b
 
Heyyo,

There's another spot you should edit instead, where you can choose what weapons bot's will attempt to buy and what team.. I forget what part that is, but you should change it from there otherwise bots will still buy shields, that part only changes their preference, not wether they buy it or not..

The Storm 26-04-2005 21:47

Re: E[POD]bot 4b
 
Oh yes MarD, I forgot :) :

Code:

# Standard Weapon Tab for CS & DE Maps
[STANDARD]
-1,-1,-1,2,2,0,1,2,2,2,1,2,0,2,0,0,1,1,2,2,0,1,2,1,0,1

# Weapon Tab for AS Maps
[AS]
-1,-1,-1,2,2,0,1,1,1,1,1,1,0,2,0,0,1,1,2,0,0,1,1,1,0,1

To disable shield buying you must replace that part in EPBwpns.cfg with this one :
Code:


# Standard Weapon Tab for CS & DE Maps
 [STANDARD]
 -1,-1,-1,2,2,0,1,2,2,2,1,2,0,2,0,0,1,1,2,2,0,1,2,1,0,-1
 
 # Weapon Tab for AS Maps
 [AS]
 -1,-1,-1,2,2,0,1,1,1,1,1,1,0,2,0,0,1,1,2,0,0,1,1,1,0,-1

And don't forget to make a backup copy. :)

Black_Hunter 28-04-2005 17:35

Re: E[POD]bot 4b
 
i think TheStorm should ask for these bugs to fix it

mabye the Developer's Farm can help or the amxmodx forums:

http://www.amxmodx.org/


All times are GMT +2. The time now is 06:20.

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