View Single Post
Re: Buytable SCREWED.
Old
  (#5)
stefanhendriks
RealBot Author
 
stefanhendriks's Avatar
 
Status: Offline
Posts: 3,088
Join Date: Nov 2003
Location: Netherlands
Default Re: Buytable SCREWED. - 03-07-2004

Here is my buytable.ini (note, it is shorter now, because the CS 1.6 bug is fixed)

Quote:
#Updated by Stefan Hendriks for Counter-Strike 1.6
################################################## #
#
# Information Regarding weapon support in CS 1.5 and CS 1.6
# A few fields have been added, these should NEVER be changed
# UNLESS you know what you are doing. If you only want to
# change the bots behaviour with buying stuff, then read
# below about the relevant items you can change.
#
################################################## #
#
# This file has been updated at 02/07/04
#
# REALBOT: COUNTER-STRIKE PRIORITY BUY TABLE
#
# [WEAPON_TYPE]
# Price=<see below>
# Priority=% importance.
#
# Price is important! This is the price they take into account before even checking
# the priority queue. Do NEVER set the price lower then the actual price in Counter-Strike
#
# Priority is also important, but do also mind that the ORDER of weapons is important aswell!
#
# The buy code automaticly understands if its a secondary/primary gun. If the code cannot
# identify a weapon (due an update of Counter-Strike), the weapon type is automaticly
# UNKOWN and not taken into account in the buy code, to prevent odd behaviour.
#
# TIPS:
# Always take ammo money into account with prices, as i did. So a gun is 3000, do + 200 to
# make sure the bot will have money left for ammo.
#
# Do not edit the C4 and the KNIFE!
# !! A maximum of 32 weapon types is allowed in this file !!
#
# Stefan

#======
#CS 1.6
#======
; Counter-Terrorist weapon; not as good as Galil
[FAMAS]
Price=2250
Priority=15
; Terrorist Weapon; pretty accurate
[GALIL]
Price=2000
Priority=30
; Counter-Terrorist shield
[SHIELD]
Price=2000
Priority=25
#============================
#End of CS 1.6 specific stuff
#============================
; GRENADE
[HEGRENADE]
Price=400
Priority=25
; Grenade type
[FLASHBANG]
Price=300
Priority=25

; AK - Super popular
[AK47]
Price=2750
Priority=45
; Colt - Super popular
[M4A1]
Price=3350
Priority=45
; MP5 - pretty good second overal weapon
[MP5]
Price=1650
Priority=33
; Steyr Aug - nice weapon
[AUG]
Price=3750
Priority=40
; The AWP - 3v1l!
[AWP]
Price=5000
Priority=20
; Sig sg552
[SG552]
Price=3750
Priority=35
; TMP - bad
[TMP]
Price=1500
Priority=24
; Mac - bad
[MAC10]
Price=1650
Priority=24
; Primary (sub machine) gun
[P90]
Price=2400
Priority=22
; shotgun.. RealBot Rampage Weapon
[M3]
Price=1950
Priority=22
[UMP45]
Price=1950
Priority=22
; Sniper rifle
[SCOUT]
Price=3000
Priority=22
; shotgun.. RealBot Rampage Weapon
; Primary weapon
[XM1014]
Price=3250
Priority=20
; Paragun
[M249]
Price=6000
Priority=25
; Sniper rifle
[SG550]
Price=4450
Priority=10
; Sniper rifle
[G3SG1]
Price=5250
Priority=10
; Elite (Double guns)
[ELITE]
Price=1100
Priority=25
; Desert Eagle
[DEAGLE]
Price=750
Priority=35
[FIVESEVEN]
Price=800
Priority=35
; SECONDARY
[P228]
Price=700
Priority=25
; Grenade type
[SMOKEGRENADE]
Price=500
Priority=0
; Knife (do not edit)
[KNIFE]
Price=32000
Priority=0
; C4 BOMB (do not edit)
[C4]
Price=32000
Priority=0
# These weapons are already owned by a bot.. depending on the team so we give them 0 priority
# to prevent any 'buying a gun we already own' issues...
# a more neat way would be to have PriorityTerror and PriorityCounter, but hence... i lack time
[USP]
Price=500
Priority=0

[GLOCK18]
Price=400
Priority=0


Author of RealBot, "Arrakis" and "Dune 2 - The Maker" | co-Founder of Bots-United | Fundynamic | Blog | E-Mail me
  
Reply With Quote