Results 6,901 to 6,910 of 7317
-
13-02-2018, 10:46 #6901
- Join Date
- Jan 2016
- Posts
- 10
Code:[11:44:46] [AdKats] EXCEPTION-70117-0,01-D-<SendServerRules>b__9fc-RulePrinter42: [Error while printing server rules][System.InvalidOperationException: Die Sequenz enthält kein übereinstimmendes Element. bei System.Linq.Enumerable.First[TSource](IEnumerable`1 source, Func`2 predicate) bei PRoConEvents.AdKats.<>c__DisplayClassa0b.<SendServerRules>b__9fc()]
-
14-02-2018, 23:09 #6902
Strange it's not showing line numbers on the error. That -D- should be a line number now, your procon instance must not be generating/loading the .pdb debug file properly.
Either way i'll look into this further when I am able to access my rig again.
Something you can do in the meantime though. What happens if you remove all of your rules and type a new random sentence as a single rule? Save off your original rule list and try this, let me know if a single random sentence works properly on your server. If it does, try adding back each of your original rules one by one until the error happens. Keep me posted on the results.
-
15-02-2018, 07:50 #6903
- Join Date
- Jul 2013
- Location
- Germany
- Posts
- 66
Just a short question: is it possbile to export AdKats serversettings of a single server into another database?
Why? I want to create a new database with exactly the same serversettings as the old one. Would be nice if there's a way somehow to do such things :-)
-
15-02-2018, 08:23 #6904
https://dev.mysql.com/doc/workbench/...t-results.html
select * from adkats_settings where server_id = x
Should be what you need. Just export the results of that and import on your other database. Or if that's the only server you have just export the whole adkats_settings table.
Only thing you need to make sure of is that the newly imported rows match the server ID of the server on your new database. But you can also modify the imported settings to match the server ID of your new server on that database. Run this on your new database after the import to update the server IDs on the settings.
update adkats_settings set server_id = newserverid where server_id = oldserverid
-
16-02-2018, 08:17 #6905
- Join Date
- Jul 2013
- Location
- Germany
- Posts
- 66
Thanks for the answer. Well I also choose this way but thought there was an easier way, but it's okay ^^
-
19-02-2018, 10:57 #6906
- Join Date
- Jul 2013
- Location
- Germany
- Posts
- 66
What kind of banreason is this exactly: "HSK Automatic Ban [LIVE][6-L-22-91]" ?
I guess that it was discussed in this thread before but I can't remember what it is.
-
19-02-2018, 11:12 #6907
-
20-02-2018, 07:24 #6908
- Join Date
- Jul 2013
- Location
- Germany
- Posts
- 66
Ahhh thanks for the answer. Now I remember but wasn't sure before :-)
-
20-02-2018, 11:21 #6909
@ColColonCleaner
Hi, any in-game commands to add player to exist role?
-
20-02-2018, 11:44 #6910
There are no role management in-game commands at this time. I might be able to add some soon though.
Substring case-insensitive fetching of the matching role would be used.
The command would check if the target player was already assigned to a user, if so then that user's role would be changed to the given role, otherwise a new user would be created and assigned the given role then the player would be assigned to that user.
The same expiration entry as special player commands would be used, "perm" or a duration being required.
You would not be able to modify the role of a player that is higher power level then you currently are.
You would not be able to change your own role to one that is higher power level than you currently are.
You would not be able to assign a role to another player that is a higher power level than you currently are.