Jump to content

shrubbot nq and omnibots


Narug0

Recommended Posts

Plz guys this is just suggestion, don't spank me. :spank


Omnibots: >>can we add !specbots

 

 

look 4º post http://fearless-assassins.com/topic/39254-shrubbot-nq-and-omnibots/?do=findComment&comment=399702

Edited by Narug0
  • Like 1
Link to comment
Share on other sites

From what I've read this is all that you can get out of the showbans command in nq:

http://shitstorm.org...bot#.21showbans

I doubt it would be easy to implement anything similar to !baninfo without the involvement of the creators of nq. Correct me if I am wrong on this one.

Link to comment
Share on other sites

  • 5 months later...

Plz guys this is just suggestion, don't spank me. :spank

 

 

 

Omnibots: >>can we add this 2?

bots to spectators?

 

Sorry for posting in death topic. But how i find it here would like suggest add this cmd in special nq3.

 

 

Already told you on Xfire, but i'm gonna post it here so it can help more people.

 

I just wrote a new function for omnibot, that moves them spec by typing only one command in rcon.

 

There are 2 files to edit.

 

Add the following lines of code in the specified files :

 

omnibot/global_scripts/utilities.gm :

Util.MoveSpec = function()

    {

        foreach ( id and bot in BotTable )

        {

                bot.ExecCommand( "team s" );

        }

    };

 

omnibot/global_scripts/commands.gm :

Commands["movespec"] =

{

    Func = function()

    {

        Util.MoveSpec();

    },

 

    Help =

    {

        "Move all the bots spec",

    },

};

 

Then save the files, restart the map and try /rcon *pass* bot movespec

 

All the bots will move spec biggrin.gif (Tested with OB0.71, but I think it will certainly work with OB0.66)

 

Then if you're running ETPub NQ or N!tmod, just add an entry like this in your shrubbot config file :

 

[command]

command = specbots

exec = bot movespec

desc = Moves all the bots to spectator

levels = 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21

Hope it's gonna be useful biggrin.gif  :yahoo

 

 

http://fearless-assassins.com/topic/5994-omnibot/?do=findComment&comment=62948

 

and here more info to even conflicts.. PS: DD posted here. http://forum.trackbase.net/archive/index.php/t-1452.html

 

 

 

but i think you need to change in the bot cfg file the bot balance teams to 0,
Try to put countspectators to 0
 
Edited by Narug0
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.