By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!I believe we have the same issue. I don't know much at all about this thing, but basically all our players shop points are set back to 0 after the latest patch.After patch, the shop is logging players into the database under a new ID. its not the STEAM64 ID any longer. We need an update pls!!
Can confirm we also have this issue.I believe we have the same issue. I don't know much at all about this thing, but basically all our players shop points are set back to 0 after the latest patch.
Hi, the shop is not calculating points correctly, can we please get a hot fix soon.
That should be itHey Guys,
I need your helpI try to run this Plugin on our server but i'm a bit confused
I just need to Install an empty MySQL Database on my server. Create a user for the Plugin and the Plugin creates tables etc. on that Database or is there more to do ^^
Is there any guide “How to install Atlas Shop, Currency & Kits”
Thx 4 your Support, you won't regret it
That should be it
1. Setup A Mysql Database (Windows or Linux doesn't rly matter)
2. Create a database called "atlasshop" (Or something of your likings)
3. Create a User called "atlasshopuser" (Or something of your likings) Don't forget to set a password!
4. Grant All Privileges to that user and for that database you just created
5. FLUSH Privileges to apply the new user and grants
6. Make the config with your user/database settings
7. Startup the server and you should be done![]()
Hello Again
i keep getting that Error 1114.
View attachment 2148
Just installed MySQL Created a Database and created a User and Grant ALL PRIVILEGES with the following Statements
Create Database shop;
use shop;
CREATE USER 'shopuser'@'localhost' IDENTIFIED BY 'test';
GRANT ALL PRIVILEGES ON shop . * TO 'shopuser'@'localhost';
After that i opened the config.json and Changed the Vaulues.
{
"Mysql":{
"UseMysql":true,
"MysqlHost":"localhost",
"MysqlUser":"shopuser",
"MysqlPass":"test",
"MysqlDB":"shop"
},
Is there something i forgot ?
thx in Advance
You need download this plugin as well: https://arkserverapi.com/resources/atlas-permissions.83/Okay i guess i fixed it, idk ^^. It seems there is a Problem with the Authentification Type.
Okay i guess i fixed it, idk ^^. It seems there is a Problem with the Authentification Type,
if i Create an user by "CREATE USER '%USERNAME%'@'localhost' IDENTIFIED BY '%PASSWORD%'; " the Standard Authentification Type ist set to "caching_sha2_password"
I just created an user via MySQL Workbench Adminstration tool with Authentification Type = Standard an the ERROR 1114 Stopped. Now i get:
10/14/19 23:13 [API][info] -----------------------------------------------
10/14/19 23:13 [API][info] YAPI V1.5
10/14/19 23:13 [API][info] Loading...
10/14/19 23:13 [API][info] Dumping structures..
10/14/19 23:13 [API][info] Dumping functions..
10/14/19 23:13 [API][info] Dumping globals..
10/14/19 23:13 [API][info] Successfully read information from PDB
10/14/19 23:13 [API][info] Initialized hooks
10/14/19 23:13 [API][info] API was successfully loaded
10/14/19 23:13 [API][info] -----------------------------------------------
Setting breakpad minidump AppID = 834910
[2019.10.14-21.13.57:351][ 0]LogMemory: Platform Memory Stats for WindowsServer
[2019.10.14-21.13.57:351][ 0]LogMemory: Process Physical Memory: 77.19 MB used, 479.04 MB peak
[2019.10.14-21.13.57:351][ 0]LogMemory: Process Virtual Memory: 75.76 MB used, 489.97 MB peak
[2019.10.14-21.13.57:351][ 0]LogMemory: Physical Memory: 4779.95 MB used, 65444.62 MB total
[2019.10.14-21.13.57:351][ 0]LogMemory: Virtual Memory: 578.56 MB used, 134217728.00 MB total
[2019.10.14-21.13.57:564][ 0]ATLAS Version: 400.24 (Rev. Unknown)
[2019.10.14-21.13.57:564][ 0]PID: 4460
10/14/19 23:13 [API][info] UGameEngine::Init was called
10/14/19 23:13 [API][info] Loading plugins..
10/14/19 23:13 [API][info] Loaded plugin Atlas Shop V1.0 (Shop, Currency & Kits)
10/14/19 23:13 [API][error] Plugin Permissions is missing! AtlasShop might not work correctly
10/14/19 23:13 [API][info] Loaded all plugins
i Saw in the "Plugininfo.json" a part to
"Dependencies":[
"Permissions"
do i need to configure here something?![]()
We use essential cookies to make this site work, and optional cookies to enhance your experience.