You are not logged in.
Pages: 1
Hello
I just discover this great mod, so I 've migrated my server from silEnt to N!tmod and am very happy of all the fun features.
But I'm not able to disable XPSAVE for bots ...
Here are my cvars :
omnibot_enable = 1
onmibot_flags = 1
I think to know where is the problem : the first times I've started the server, I had 'omnibot_flags=0' so logically my bots had accumulated XP during 2-3 days. When I realized, I 've turned omnibot_flags to 1, but zero effect. So I told me, "no problem: just make !resetxp to all bots and it will be good", but zero effect. Then another idea: I've tried to change the names of my bots, but even with a new fresh name, my new bots had many XP !
So the only workaround is at the moment, in default.cfg to !resetxp to all bots, but it's not beautiful because it prints in console and on left screen all my "resetxp" lines at each map beginning (does not make very professional rofl).
If anyone has an idea, thanks in advance ET fanatics !
V55
[DIABOLIK]$mart
Offline
Hi DIABOLIK,
try this
set omnibot_enable "1"
set omnibot_flags "65"
Or maby try to look up the bots in the database from nitmod and remove them?
!userlist 1,2,3,4 and so on. look up the bots and remove their guides.
!userdelete ***********
Regards,
Dennis
Last edited by Dennis92NL (30-Sep-16 12:02:29)
Offline
Offline
Hi DIABOLIK,
Regards,
Dennis
Last edited by Dennis92NL (30-Sep-16 12:29:24)
Offline
open ./omnibot/et/user/omni-bot.cfg
line 34
[XP]
Reset = -1
Max = 10000
change to
[XP]
Reset = 1
Max = 10 or try 0
never tested it
Last edited by jay1110 (30-Sep-16 22:32:34)
Offline
Yeahhhhhhhhhhh problem soved !!!
Thanks Dennis, I built a file del.txt with these 30 lines :
!userdelete BOT00001
!userdelete BOT00002
...
!userdelete BOT00030
Ran in console /exec del.txt
And now all is right: bots loose their XP at each map beginning xD
@Jay: thanks man I did try the omni-bot.cfg but didn't work in my special case
Have fun guys with your servers !
Offline
for the same solution i came too, then i saw your post
making a cfg called bot_del.cfg
add 63 lines (63 bots exists max.)
!userdelete BOT00001
!userdelete BOT00002
!userdelete BOT00003
!userdelete BOT00004
!userdelete BOT00005
!userdelete BOT00006
!userdelete BOT00007
!userdelete BOT00008
!userdelete BOT00009
!userdelete BOT00010
!userdelete BOT00011
!userdelete BOT00012
!userdelete BOT00013
!userdelete BOT00014
!userdelete BOT00015
!userdelete BOT00016
!userdelete BOT00017
!userdelete BOT00018
!userdelete BOT00019
!userdelete BOT00020
!userdelete BOT00021
!userdelete BOT00022
!userdelete BOT00023
!userdelete BOT00024
!userdelete BOT00025
!userdelete BOT00026
!userdelete BOT00027
!userdelete BOT00028
!userdelete BOT00029
!userdelete BOT00030
!userdelete BOT00031
!userdelete BOT00032
!userdelete BOT00033
!userdelete BOT00034
!userdelete BOT00035
!userdelete BOT00036
!userdelete BOT00037
!userdelete BOT00038
!userdelete BOT00039
!userdelete BOT00040
!userdelete BOT00041
!userdelete BOT00042
!userdelete BOT00043
!userdelete BOT00044
!userdelete BOT00045
!userdelete BOT00046
!userdelete BOT00047
!userdelete BOT00048
!userdelete BOT00049
!userdelete BOT00050
!userdelete BOT00051
!userdelete BOT00052
!userdelete BOT00053
!userdelete BOT00054
!userdelete BOT00055
!userdelete BOT00056
!userdelete BOT00057
!userdelete BOT00058
!userdelete BOT00059
!userdelete BOT00060
!userdelete BOT00061
!userdelete BOT00062
!userdelete BOT00063
Last edited by jay1110 (03-Oct-16 11:37:12)
Offline
Anyime my friend, have fun!
Regards,
Dennis
Yeahhhhhhhhhhh problem soved !!!
Thanks Dennis, I built a file del.txt with these 30 lines :
!userdelete BOT00001
!userdelete BOT00002
...
!userdelete BOT00030Ran in console /exec del.txt
And now all is right: bots loose their XP at each map beginning xD
@Jay: thanks man I did try the omni-bot.cfg but didn't work in my special case
Have fun guys with your servers !
Offline
Pages: 1