Narug0 Posted September 20, 2012 Posted September 20, 2012 (edited) Plz guys this is just suggestion, don't spank me. Omnibots: >>can we add !specbots look 4º post http://fearless-assassins.com/topic/39254-shrubbot-nq-and-omnibots/?do=findComment&comment=399702 Edited March 15, 2013 by Narug0 1 Quote
kami Posted September 20, 2012 Posted September 20, 2012 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. Quote
Narug0 Posted September 21, 2012 Author Posted September 21, 2012 showbans does not show ip/guid. only name of admin, duration and reason. Quote
Narug0 Posted March 6, 2013 Author Posted March 6, 2013 (edited) Plz guys this is just suggestion, don't spank me. 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 (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 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 March 6, 2013 by Narug0 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.