Not 100% sure but it's possible you have duplicate steam id's in your database
Not 100% sure but it's possible you have duplicate steam id's in your database
Is anyone else having issues with the /shop command after the last update ? No one on my servers can use it, it just says no message
Found the problem it was missing some new lines in my config
"BadLevel":"<RichColor Color=\"1, 0, 0, 1\">Required level: {0} - {1}</>"...
Sure that would give us more granular control over what gets unlocked in regards to mods but it would also make it more tedious, maybe you could develop a way to include or exclude mod engrams that have there own folders just a thought
let me know if you want help testing
This would make things much easier for sure. Maybe also add the option to be able to loot the inventories even with orp on when everything is expired of course
I think this would greatly enhance player experience a new player grace period is definitely a must for the more savage servers you could even add in an option where if the said new player or tribe actually attack someone or dino they void there protection and it is even announced server wide...
ORP With Similar Functions as the ORP2 Mod Used to Have before the dev gave up on it!
No pillar and the ability to pickup loot when bases are demolish allowed maybe somekind of perimeter warning!
Just to be thurough download and install DB Browser for SQLite this is free open the ArkShop.db file click on Execute SQL and copy paste the following SQL query:
select steamid, count(*) as c from players group by steamid having c > 1;
If you do not have any duplicate SteamID's this will...
I only mentioned this because I've seen duplicate steam id's in my ark shop database in the past and my server would crash everytime the duplicate id would receive points
easy way to check is:
Simple sql query to check for duplicate steam id's in the arkshop.db:
select steamid, count(*) as c...