H2o-Admin Posted September 6, 2012 Share Posted September 6, 2012 I don't know what happend with my bot's. I've setted limit of 10 bots max.Since 2 day's the bot's are with 24 I didn't changed anything to the bot only I wanted to change there names.And this isn't the only thing that's wrong, if you connect to the server you get it in.But you get connection interrupted error message al the time :s help! Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted September 6, 2012 Management Share Posted September 6, 2012 Check the minbots, maxbots and botwar setttings from omni-bot/et/user/omni-bot.cfg file. Check the et_autoexec.gm, et_botnames.gm and et_botnames_ext.gm in the omni-bot/et/scripts/ folder. Revert the changes you made when changing the bot names. Register at the Omni-bot forum http://www.omni-bot.com/forum/index.php and ask additional help from there. Quote Link to comment Share on other sites More sharing options...
clan DIABOLIK Posted September 6, 2012 Share Posted September 6, 2012 Hello Major Give IP + port numbers of your server for the problem "connection interrupted error message al the time" Quote Link to comment Share on other sites More sharing options...
H2o-Admin Posted September 6, 2012 Author Share Posted September 6, 2012 213.108.31.23:27030 -> 25slots Quote Link to comment Share on other sites More sharing options...
clan DIABOLIK Posted September 6, 2012 Share Posted September 6, 2012 OK all seems right now xD But when I did connect there were 10 players, one human on allies.Joining team Axis, we where 11, so a bot did not disconnect as excpected. What is your maxbots limit ?Or maybe you use the method "bot addbot ..." ?? Quote Link to comment Share on other sites More sharing options...
H2o-Admin Posted September 7, 2012 Author Share Posted September 7, 2012 i used addbot but there is something strange going on in the folder omnibot/et/user there are some files like railgun_stuckage_gm,cean2_stuckage_gm,oasis_stuckage_gm,fieldump_stuckage_gm,braundorf_stuckage_gm,adlernest_stuckage_gm and sp_delivery_te_stuckages.gm. and the server crashed when i was playing railgun.. there connect bot's and disconnected al the time. also I can't rename them by changing the names in the file et_botnames_ext.gm..strange things going on Quote Link to comment Share on other sites More sharing options...
clan DIABOLIK Posted September 7, 2012 Share Posted September 7, 2012 Grrr f***ing bots xD But gaoesa is right, you should contact http://www.omni-bot.com/forum/index.php (sorry) Good luck Quote Link to comment Share on other sites More sharing options...
H2o-Admin Posted September 7, 2012 Author Share Posted September 7, 2012 problem is that i can't make any topic there :s Quote Link to comment Share on other sites More sharing options...
Petbark Posted September 7, 2012 Share Posted September 7, 2012 what version of omnibot are you running? Quote Link to comment Share on other sites More sharing options...
Petbark Posted September 7, 2012 Share Posted September 7, 2012 if you are running 0.82 then look for et_autoexe.gm In that file you will see some bits to do with files to execute.What i have done is disabled the file you are using and enable botnames file. As i am not at my pc i cannot paste in a copy of the file but will do later. Quote Link to comment Share on other sites More sharing options...
Petbark Posted September 8, 2012 Share Posted September 8, 2012 Hi Majordelux Here is the bit from the et_autoexe.gm I was refering to.// Load any other scripts that we will need.ExecScript("et_navconfig.gm");ExecScript("commands.gm");ExecScript("et_commands.gm");ExecScript("server_manager.gm");ExecScript("et_weapontables.gm");//ExecScript("autowaypoint.gm");// New module formatglobal Util = import("utilities");global ETUtil = import("et_utilities");global RegionTrigger = import("et_regiontriggers");global ClassManager = import("et_classmanager");// cs: only load one of the following botname scripts at a time//ExecScript("et_botnames_ext.gm"); // note: must be loaded after et_classmanagerExecScript("et_botnames.gm"); // 0.81 script// global debug flagsglobal DEBUG_MAP_SCRIPTS = false;global DEBUG_GOAL_AVAILABILITY = false; I disabled the botnames_ext and enabled the old style. Give it a try. Quote Link to comment Share on other sites More sharing options...
Management hellreturn Posted September 8, 2012 Management Share Posted September 8, 2012 I don't know what happend with my bot's. I've setted limit of 10 bots max.Since 2 day's the bot's are with 24 I didn't changed anything to the bot only I wanted to change there names.And this isn't the only thing that's wrong, if you connect to the server you get it in.But you get connection interrupted error message al the time :s help! Connection Interruption message can be because of your server network or your client network issues. For bots please post your omni-bot.cfg from user folder. We will help you out Quote Link to comment Share on other sites More sharing options...
H2o-Admin Posted September 10, 2012 Author Share Posted September 10, 2012 Hi Majordelux Here is the bit from the et_autoexe.gm I was refering to. I disabled the botnames_ext and enabled the old style. Give it a try. What will do this with my omnibots? cause Idk what happend.. The bot names never load from the file for the botnames.It's always omnibot[1] and so on.. Quote Link to comment Share on other sites More sharing options...
clan DIABOLIK Posted September 10, 2012 Share Posted September 10, 2012 Can you post your file et_botnames.gm ?Probably a "" ou ' or [ or ] is bad-placed or missing. Quote Link to comment Share on other sites More sharing options...
Petbark Posted September 10, 2012 Share Posted September 10, 2012 Have you got the path right for the omnibot folder? Did you have another version of omnibot running before? Quote Link to comment Share on other sites More sharing options...
H2o-Admin Posted September 11, 2012 Author Share Posted September 11, 2012 (edited) this is my et_botnames.gm file /////////////////////////////////////////////////////////////////////// Register default profiles for the game classes.RegisterDefaultProfile(CLASS.SOLDIER, "def_bot.gm");RegisterDefaultProfile(CLASS.MEDIC, "def_bot.gm");RegisterDefaultProfile(CLASS.ENGINEER, "def_bot.gm");RegisterDefaultProfile(CLASS.FIELDOPS, "def_bot.gm");RegisterDefaultProfile(CLASS.COVERTOPS, "def_bot.gm"); // Register a bot with a script. Uncomment this line to try the sample bot.//Names["samplebot"] = "sample.gm"; /////////////////////////////////////////////////////////////////////// Set up a list of Names, optionally associated with a script. Names["^>D^9ave"] = "";Names["^>B^9rian"] = "";Names["^sHan^5ni^7Bal"] = "";Names["^fEs^7Ki^fMo"] = "";Names["^7KanI^6*"] = "";Names["^0UG^7o^0d!^7*"] = "";Names["^8El ^fLoco"] = "";Names["^0Sh^cA^0rk"] = "";Names["^0Das^1Boot"] = "";Names["^1Vic^0T^1imi^0Z^1eD"] = "";Names["^7*^0{^<Y^0ou^7r^<S^0el^<F^0}^7*"] = "";Names["^7A^4n^7ata"] = "";Names["^0e^1X^0itium"] = "";Names["^ETinky Winky"] = "";Names["^3.T^1u^3n^3a."] = "";Names["^7*^2A^4R!Z0N^2a^7."] = "";Names["^8D^@z^8uu^@."] = "";Names["^3Lula^0Molusco^L*^0/^LXV^0/^L*^1"] = "";Names["^0Sn^7!^0per^7+"] = "";Names["^0W^1i^0LL^1iam^0-W^1a^0LL^1ace"] = "";Names["^1H^8u^3m^2b^cu^4g^0?"] = "";Names["^0e^2s^0thlo^2s"] = "";Names["^1-=^0DI^7GG^0ER^1=-"] = "";Names["^6V^7irtual^6D^7umb"] = "";Names["^0Clint_Eastwoo^3d"] = "";Names["^7Lukasz^1*"] = "";Names["^6.^7Sp^6!^7der^6."] = "";Names["^1=^:li^7m^:es^1="] = "";Names["^dH^02o ^dI^0s ^dR^0ecruiting"] = "";Names["^4R^0egister ^4A^0t ^4o^0ur ^4F^0orum"] = "";Names["^>W^0e ^>A^0re ^>R^0ecruiting"] = "";Names["^dJoin ^0at^dwww.^0H2o-clan^d.net"] = "";Names["^4Join ^0us ^4www.^0H2o-clan^4.net"] = "";Names["^>Join ^0H2o^0-^>clan Today"] = ""; @petbark: I haven't set a path for omnibots in server cfg.it's now: set omnibot_path "" Edited September 11, 2012 by Majordelux Quote Link to comment Share on other sites More sharing options...
clan DIABOLIK Posted September 11, 2012 Share Posted September 11, 2012 a "" ou ' or [ or ] is bad-placed or missing. it is not the case, all seems right. Maybe is there a limit for legth btname (for this one Names["^4R^0egister ^4A^0t ^4o^0ur ^4F^0orum"] = "" ? Quote Link to comment Share on other sites More sharing options...
Petbark Posted September 11, 2012 Share Posted September 11, 2012 ok can you post your et_autoexe.gm just to make sure that is set right. Quote Link to comment Share on other sites More sharing options...
H2o-Admin Posted September 12, 2012 Author Share Posted September 12, 2012 i fixed it. I reinstalled the whole omnibot 0.82 And now they are working how they need to work Quote Link to comment Share on other sites More sharing options...
Petbark Posted September 12, 2012 Share Posted September 12, 2012 Just for help of others. Did you have omnibot 0.81 installed prior to putting 0.82?Did you install into the defaul omnibot 0.82 folder or did you put it into aself named folder? This is so others might see where it went wrong and understand why the reinstall worked. Quote Link to comment Share on other sites More sharing options...
H2o-Admin Posted September 17, 2012 Author Share Posted September 17, 2012 idk the people of my hosting told me that I needed to try that to slove the problem :s they also thought i had installed the wrong omnibots.. Quote Link to comment Share on other sites More sharing options...
Petbark Posted September 18, 2012 Share Posted September 18, 2012 I guess they may of had it set on the server that some of the files couldnot be written over so you had a mix of .81 and .82 Quote Link to comment Share on other sites More sharing options...
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.