Top

Cod4 Server Query

Please Register to submit score.
Average Score  8.0
Scores Submitted  1
Date Added  Dec 24, 2007
Last Updated  Dec 24, 2007
Tags  bot  game  query 

Introduction

v1.0.0 (Beta)

Features:
  • Cod4 Support
  • Abbreviations for servers
  • Flood Protection**
  • Validates Server Before Adding to Abbreviations
  • Not allowed channel(s)

**Minimal at this point.

Commands:
  • !cod
  • !cod xxx.xxx.xxx.xxx:xxxxx
  • !cod add yyyyy xxx.xxx.xxx.xxx:xxxxx
  • !cod del yyyyy



This is a Bot for CoD4 Server querying. Load the script, if you do not want it to work in certain channel(s), then go to the variables and add channel names with spaces between them( #chan1 #chan2 ...) You can !cod xxx.xxx.xxx.xxx:xxxxxx to display host name, ip, map, game type, and x/x players. You can also !cod add xxxxx xxx.xxx.xxx.xxx:xxxxxx, an abbreviation up to 5 characters long for a short cut to server info to be used !cod xxxxx. You can also delete it by using !cod del xxxxxx (Will work on a way so not everyone can add or remove the abbreviations, possibly a per channel bases). Also has minimal flood protection (will work on it), and no login feature as of now.


Update Log:
  • (coming soon)




Grab the Code

Comments

  (11)  RSS
Imrac
Comments: 4
 
mIRC Snippet:  Cod4 Server Query
Posted on Dec 24, 2007 3:30 am
Comments? Feature Requests?
Noutrious
Comments: 340
 
mIRC Snippet:  Cod4 Server Query
Posted on Dec 24, 2007 5:00 am
It's nice, i like it :)
EL
Comments: 914
 
mIRC Snippet:  Cod4 Server Query
Posted on Dec 24, 2007 6:18 am
Can't test this myself but by the looks of your screen shot its neat tho.Good work 6/10.And if there are any suggestions where to use this plz feel free.`-.-´
sunburst
Comments: 7
 
mIRC Snippet:  Cod4 Server Query
Posted on Dec 24, 2007 1:28 pm
Looks very well implemented, except you should have hidden your IP. ;)
nem0787
Comments: 2
 
mIRC Snippet:  Cod4 Server Query
Posted on Feb 10, 2008 1:05 am
Hi, I'm new to scripts and bots and irc. Could some1 please explain how exactly I get this to work. What do i do to this code above? where do I put it? etc etc. Any help you could give me would be much appreciated. Thanks
nem0787
Comments: 2
 
mIRC Snippet:  Cod4 Server Query
Posted on Feb 10, 2008 3:24 am
Hi, I think I got it to load, but when I type in !cod then an ip it says this isnt a valid ip even though I know that it is. Also it wont let me add new ips...it gives the error message [CoD Bot] Error: Abbreviation Can Only Be up to 5 Characters Long And Only Contain Letters. IP And Port Must Be Valid.

Even though I know the ip is correct and I have inputted an abbreviation that is less then 5 characters long and only contains letters. Any suggestions on how to fix this?

Also could you please answer my first post just in case I haven't done this right. Thanks
bourneident
Comments: 26
 
mIRC Snippet:  Cod4 Server Query
Posted on Feb 12, 2008 6:28 am
[07:24am] « ~BourneIdent » !cod add arbb xx.xxx.xx.x:28960
[07:24am] « @HelpDesk » [CoD Bot] Error: Abbreviation Can Only Be up to 5 Characters Long And Only Contain Letters. IP And Port Must Be Valid. (Example: !Cod Add ARBB xx.xx.xx.xx:28960)
it don't work can you fix soon please would love to use it as we have 3 cod4 servers
Imrac
Comments: 4
 
mIRC Snippet:  Cod4 Server Query
Posted on Feb 17, 2008 1:24 am
nem0787: Make sure you are using the correct format such as "192.168.1.1:28960" if you are still having issues, please let me know exactly what you typed in order to better understand and replicate the problem.

bourneident: The "X"s are where you enter the Ip numbers, Make sure you are using the correct format such as "192.168.1.1:28960" if you are still having issues, please let me know exactly what you typed in order to better understand and replicate the problem.
Binary11011
Comments: 2
 
mIRC Snippet:  Cod4 Server Query
Posted on Feb 17, 2008 6:10 pm
Imrac - when adding !cod add xxxxx xxx.xxx.xxx.xxx:xxxxx (valid IP and port)

I get the error " [CoD Bot] Error: Abbreviation Can Only Be up to 5 Characters Long And Only Contain Letters. IP And Port Must Be Valid. (Example: !Cod Add ARBB 12.12.51.21:28960)"

I've checked the script and it calls for:

on *:START:{
hmake -s cod_arbv 10
hload -s cod_arbv cod_serverarb.txt

I do not have a cod_serverarb.txt in the mirc directory...I've tried creating one but do not have the correct syntax...ie:

contents of cod_serverarb.txt:

cod_arb=servername (ip:port)

Binary11011
Comments: 2
 
mIRC Snippet:  Cod4 Server Query
Posted on Feb 17, 2008 6:32 pm
I should also not it is not a standard server port - 28965.
klaypigeon
Comments: 1
 
mIRC Snippet:  Cod4 Server Query
Posted on Apr 12, 2008 1:19 pm
I cannot get it loaded right. I'm a nub, but doesnt seem like it should be that tough.
/load -rs cod.ini
Loaded script 'C:Program FilesmIRCcod.ini'
No bot shows up.
Am I doing something wrong? Were there variables I needed to change?

Please Register or Login to start posting comments.
Bottom