Jump to content
BFACP & ProCon Plugin Development Has Moved to Metabans ×

Advanced In-Game Admin and Ban Enforcer - AdKats


Message added by Prophet731,

If you've been banned from a server then you will need to appeal the ban with the owners/community of that server. We do not control any bans done on servers that utilize AdKats as all bans are local to that server.

Recommended Posts

  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

[15:45:53 25] [AdKats] EXCEPTION-6810-RunAction-ActionHandling32: [Command Previous Temp Ban not found in runAction]

[15:46:08 00] [AdKats] EXCEPTION-6810-RunAction-ActionHandling32: [Command Previous Temp Ban not found in runAction

Hey. Tell me please. What bug me?

Please talk to prophet about this issue, it comes from the BFAdminCP.
Link to comment
  • Administrators

Originally Posted by Prophet731*:

 

If you are running the BFACP v2.0.1 or v2.0.0 and you are getting the following error from AdKats.

 

Code:

[AdKats] WARNING: Unable to find source weight for command 18|40
[AdKats] WARNING: Unable to find source weight for command 18|41
[AdKats] WARNING: Unable to find source weight for command 18|61
Run this query to fix this problem. This is fixed in version 2.1.0 (not released yet).

 

Code:

UPDATE adkats_records_main SET command_action = 19 WHERE command_type = 18 AND command_action = 40;
UPDATE adkats_records_main SET command_action = 42 WHERE command_type = 18 AND command_action = 41;
UPDATE adkats_records_main SET command_action = 62 WHERE command_type = 18 AND command_action = 61;
If you are getting this error..

 

Code:

[AdKats] EXCEPTION-6810-RunAction-ActionHandling32: [Command Previous Temp Ban not found in runAction]
[AdKats] EXCEPTION-6810-RunAction-ActionHandling32: [Command Previous Temp Ban not found in runAction
Then run this query on your database.

 

Code:

UPDATE adkats_records_main SET adkats_read = 'Y' WHERE command_action IN (72, 73) AND adkats_read = 'N';

The developer of the Battlefield Admin Control Panel (BFACP)

For BFACP support please post in the BFACP topic linked above.

Do not contact me via PM on the forums for help with procon. Please make a topic for it. Only PM's I will accept will revolve around any website issues.

spacer.png

Link to comment

Originally Posted by dmmaciag*:

 

If you are running the BFACP v2.0.1 or v2.0.0 and you are getting the following error from AdKats.

 

Code:

[AdKats] WARNING: Unable to find source weight for command 18|40
[AdKats] WARNING: Unable to find source weight for command 18|41
[AdKats] WARNING: Unable to find source weight for command 18|61
Run this query to fix this problem. This is fixed in version 2.1.0 (not released yet).

 

Code:

UPDATE adkats_records_main SET command_action = 19 WHERE command_type = 18 AND command_action = 40;
UPDATE adkats_records_main SET command_action = 42 WHERE command_type = 18 AND command_action = 41;
UPDATE adkats_records_main SET command_action = 62 WHERE command_type = 18 AND command_action = 61;
If you are getting this error..

 

Code:

[AdKats] EXCEPTION-6810-RunAction-ActionHandling32: [Command Previous Temp Ban not found in runAction]
[AdKats] EXCEPTION-6810-RunAction-ActionHandling32: [Command Previous Temp Ban not found in runAction
Then run this query on your database.

 

Code:

UPDATE adkats_records_main SET adkats_read = 'Y' WHERE command_action IN (72, 73) AND adkats_read = 'N';
Many thanks!
* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Thanks. But can you give an example how to use authorized soldiers?

I've actually never had anyone use that feature before, at least to my knowledge, it's just been written in there for a long time. Open a ticket on github to add examples for that feature to the docs, I don't have time to write it up properly at this moment.
Link to comment

Originally Posted by Sno69*:

 

Has anyone got the email notification working? I have followed the instructions, and it is still not sending . here is my setup:

Send email true

Use SSL? true

SMTP-Server addy smtp.gmail.com

SMTP Server port 465

sender addy *******@gmail.com

smtp server addy *******@gmail.com

smtp server pw *******

 

any help greatly appreciated as I am having issue with this and the teamspeak portion

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by ServerAdminV2*:

 

Hi guys,

 

we have a little problem with AdKats:

Everything works fine but sometimes every Admin/User (who is added in Section 3 in AdKats) will be swapped to the other team.

How can we fix it and disable this. It's a little bit annoying if you bought a server and you're swapped all the time.

 

Thanks and greetings,

ServerAdminV2

* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Hi guys,

 

we have a little problem with AdKats:

Everything works fine but sometimes every Admin/User (who is added in Section 3 in AdKats) will be swapped to the other team.

How can we fix it and disable this. It's a little bit annoying if you bought a server and you're swapped all the time.

 

Thanks and greetings,

ServerAdminV2

Are you using the top player monitor? Otherwise this is not an AdKats issue, you should try whitelisting yourself in your autobalancer.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

hi guys i don't know what happened i can'r ban anymore its show this Invalid PreMessage ID, valid PreMessage IDs are 1-3

 

well you guys help me to fix that thx

Sorry, didn't see this comment.

 

In your command settings section you enabled "require usage of premessage IDs", turn that back off.

 

EDIT: It's in section 12, called "Require Use of Pre-Messages".

Link to comment

Originally Posted by CEBEP78*:

 

If you are running the BFACP v2.0.1 or v2.0.0 and you are getting the following error from AdKats.

 

Code:

[AdKats] WARNING: Unable to find source weight for command 18|40
[AdKats] WARNING: Unable to find source weight for command 18|41
[AdKats] WARNING: Unable to find source weight for command 18|61
Run this query to fix this problem. This is fixed in version 2.1.0 (not released yet).

 

Code:

UPDATE adkats_records_main SET command_action = 19 WHERE command_type = 18 AND command_action = 40;
UPDATE adkats_records_main SET command_action = 42 WHERE command_type = 18 AND command_action = 41;
UPDATE adkats_records_main SET command_action = 62 WHERE command_type = 18 AND command_action = 61;
If you are getting this error..

 

Code:

[AdKats] EXCEPTION-6810-RunAction-ActionHandling32: [Command Previous Temp Ban not found in runAction]
[AdKats] EXCEPTION-6810-RunAction-ActionHandling32: [Command Previous Temp Ban not found in runAction
Then run this query on your database.

 

Code:

UPDATE adkats_records_main SET adkats_read = 'Y' WHERE command_action IN (72, 73) AND adkats_read = 'N';
Dear Prophet731 , this error please tell me what to do _! How to fix?

EXCEPTION-6810-RunAction-ActionHandling68:

EXCEPTION-6810-RunAction-ActionHandling35

Action

UPDATE adkats_records_main SET adkats_read = 'Y' WHERE command_action IN (72, 73) AND adkats_read = 'N';

- did not help

* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Dear Prophet731 , this error please tell me what to do _! How to fix?

EXCEPTION-6810-RunAction-ActionHandling68:

EXCEPTION-6810-RunAction-ActionHandling35

Action

UPDATE adkats_records_main SET adkats_read = 'Y' WHERE command_action IN (72, 73) AND adkats_read = 'N';

- did not help

If that didn't fix it then we need the rest of your exception messages, not just the headers.
Link to comment

Originally Posted by ripper23*:

 

There is an adkats_statistics table which holds map_benefit and map_detriment statistics. I wrote a query a while back for this but i've since forgotten where that is. I can look for it.

any update on this ?

 

 

Thanks

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by CEBEP78*:

 

If that didn't fix it then we need the rest of your exception messages, not just the headers.

[04:10:28 27] [AdKats] EXCEPTION-6810-RunAction-ActionHandling38: [Command Previous Perm Ban not found in runAction]

[04:10:28 27] [AdKats] EXCEPTION-6810-RunAction-ActionHandling38: [Command Previous Temp Ban not found in runAction]

[04:10:38 79] [AdKats] EXCEPTION-6810-RunAction-ActionHandling38: [Command Previous Temp Ban not found in runAction]

[04:10:38 80] [AdKats] EXCEPTION-6810-RunAction-ActionHandling38: [Command Previous Perm Ban not found in runAction]

[04:10:38 80] [AdKats] EXCEPTION-6810-RunAction-ActionHandling38: [Command Previous Temp Ban not found in runAction]

 

--------

--------

25,02,2016

Hello, today decided to once again read .. And no more mistakes, I suspect that yesterday I did something wrong. Excuse for troubling.

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by madStas*:

 

Hi!

After move procon from one server to other i get this error in adkats:

[17:35:45 13] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-AccessFetching31: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

[17:35:45 16] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-AccessFetching31: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

[17:35:46 54] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-DatabaseComm35: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

[17:35:51 26] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-Main10: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

[17:35:55 23] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-DatabaseComm35: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

 

And every hour this:

[19:51:18 23] [AdKats] WARNING: TeamAssignmentConfirmation took too long.

 

 

Everything lags, procon restart take about 15 mins, everething lags (( Help plz

* Restored post. It could be that the author is no longer active.
Link to comment
  • Plugin Developer

Originally Posted by ColColonCleaner*:

 

Hi!

After move procon from one server to other i get this error in adkats:

[17:35:45 13] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-AccessFetching31: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

[17:35:45 16] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-AccessFetching31: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

[17:35:46 54] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-DatabaseComm35: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

[17:35:51 26] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-Main10: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

[17:35:55 23] [AdKats] EXCEPTION-68150-D-GetDisplayPluginVariables-DatabaseComm35: [Error while fetching display vars.][system.NullReferenceException: Object reference not set to an instance of an object.

at PRoConEvents.AdKats.GetPingLimitStatus()

at PRoConEvents.AdKats.GetDisplayPluginVariables()]

 

And every hour this:

[19:51:18 23] [AdKats] WARNING: TeamAssignmentConfirmation took too long.

 

 

Everything lags, procon restart take about 15 mins, everething lags (( Help plz

What do you mean moved it to another server? Just installed it on another one?

 

Who is your layer host?

Link to comment

Originally Posted by CEBEP78*:

 

Please tell me how to change the settings !assist to 60 tickets was not the default, and 100 for example. You can ask you to describe in detail this feature, and where you can change the settings for this function, for example in the file Adkats.cfg

 

And can we do to players of BlackList Auto Assist, being moved only twice per round?

* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by www-battleplay4u-com*:

 

And can we do to players of BlackList Auto Assist, being moved only twice per round?

that would be awesome, because atm it is quite useless imho, i can ban these players straight away cause they are not going to play on that server anymore if they loose 100% of the played games...
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by CEBEP78*:

 

that would be awesome, because atm it is quite useless imho, i can ban these players straight away cause they are not going to play on that server anymore if they loose 100% of the played games...

Yes, so I ask, is it possible to swap only twice per round, or one of the autoassist balck list how to do it? Is that possible?
* Restored post. It could be that the author is no longer active.
Link to comment

Originally Posted by madStas*:

 

I use VPS, copied Procon folder (with all plugins) into another VPS. I think i know what is it. New VPS was amazon AWS free account. It really wary bad for procon. They downgrade CPU frequency after some time of use. So after move Procon folder to new paid VPS server all seems fine =) THX!

* Restored post. It could be that the author is no longer active.
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
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

Please review our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.