cronos2018
New member
- Messages
- 23
- Points
- 3
hey all just wondering would i be possible to set each message to go off at different times ? like i have done in my config if thats how i can write it.
Attachments
-
1 KB Views: 14
What API Version are you running?Hello, each time i try the "notification" it crash the server =/.
Fatal error!
VERSION: 298.31
KERNELBASE.dll!UnknownFunction (0x00007ffd667f9129) + 0 bytes [UnknownFile:0]
VCRUNTIME140.dll!UnknownFunction (0x00007ffd55a6480d) + 0 bytes [UnknownFile:0]
ArkAdvert.dll!UnknownFunction (0x00007ffd39f77ea5) + 0 bytes [UnknownFile:0]
VERSION.dll!ArkApi::Hook_AGameState_DefaultTimer() (0x00007ffd30b94262) + 80 bytes [D:\Github_Projects\ARK-Server-API\version\Core\Private\Ark\HooksImpl.cpp:136]
ShooterGameServer.exe!FTimerManager::Tick() (0x00007ff7d8f2b5d7) + 0 bytes [h:\trunk\engine\source\runtime\engine\private\timermanager.cpp:1080]
ShooterGameServer.exe!UWorld::Tick() (0x00007ff7d8de3a70) + 0 bytes [h:\trunk\engine\source\runtime\engine\private\leveltick.cpp:1288]
ShooterGameServer.exe!UGameEngine::Tick() (0x00007ff7d8d41d0f) + 0 bytes [h:\trunk\engine\source\runtime\engine\private\gameengine.cpp:1170]
ShooterGameServer.exe!FEngineLoop::Tick() (0x00007ff7d78ed44c) + 0 bytes [h:\trunk\engine\source\runtime\launch\private\launchengineloop.cpp:2421]
ShooterGameServer.exe!GuardedMain() (0x00007ff7d78e8dac) + 0 bytes [h:\trunk\engine\source\runtime\launch\private\launch.cpp:140]
ShooterGameServer.exe!GuardedMainWrapper() (0x00007ff7d78ee49a) + 5 bytes [h:\trunk\engine\source\runtime\launch\private\windows\launchwindows.cpp:125]
ShooterGameServer.exe!WinMain() (0x00007ff7d78ee5d0) + 8 bytes [h:\trunk\engine\source\runtime\launch\private\windows\launchwindows.cpp:209]
ShooterGameServer.exe!__tmainCRTStartup() (0x00007ff7d9d6e4d1) + 21 bytes [f:\dd\vctools\crt\crtw32\dllstuff\crtexe.c:618]
KERNEL32.DLL!UnknownFunction (0x00007ffd6a1f7974) + 0 bytes [UnknownFile:0]
ntdll.dll!UnknownFunction (0x00007ffd6a70a271) + 0 bytes [UnknownFile:0]
ntdll.dll!UnknownFunction (0x00007ffd6a70a271) + 0 bytes [UnknownFile:0]
and i am using this config
{
"AdvertMessages":{
"WelcomeMsgEnabled":false,
"WelcomeMsg":"Welcome to my server!",
"WelcomeMsgColor":[
1.0,
0,
0,
1.0
],
"Interval":120,
"Messages":[
{
"Message":"Message 1",
"Type":"Notification",
"Color":[
1.0,
1.0,
1.0,
0.8
]
},
{
"Message":"Message 2",
"Type":"Notification",
"Color":[
1.0,
1.0,
1.0,
0.8
]
},
{
"Message":"Message 3",
"Type":"Notification",
"Color":[
1.0,
1.0,
1.0,
0.8
],
"DisplayScale":1.3,
"DisplayTime":20.0
}
]
}
}
I am unable to get it to work for "notification".
Update your API and see if that works!Actually i use 3.1 version.
You are missing these lines:same crash in 3.2 ^^", mmmh going to turn off all other API and try again.
edit: no server keep crashing =/
{
"Message": "Message 3",
"Type": "Notification",
"Color": [
1,
1,
1,
0.8
],
"DisplayScale": 1.3,
"DisplayTime": 20
}
{
"Message": "Message 2",
"Type": "Notification",
"Color": [
1,
1,
1,
0.8
]
}
No problemu_u" didn't see that. So now i am going to buy a new brain, that may be usefull .........
Thank's you =).
I got it working no worries. I fiddled round with the config and dont know what i did to get it going XD@Michidu Seem to get this error message when loading the plugin
10/19/19 19:21 [ArkAdvert][error] [json.exception.parse_error.101] parse error at 3703: syntax error - unexpected ':'; expected ']'
10/19/19 19:21 [API][warning] (API:luginManager::LoadAllPlugins) Failed to load plugin - ArkAdvert
Error code: 1114
Attached is my config file
I will take a look into the code and see if we can make as an optionRight now some messages are shown several times in a row, some almost not at all. Is there a way to remove then "randomness" and just walk down the list?
Do you have any more information? (Crashstack, screenshots)still havind critical error and shitdown server and on erro talk about this pluginsomeone know how fix or we need update ?
Fatal error!
VERSION: 309.53
KERNELBASE.dll!UnknownFunction (0x00007fff05f79709) + 0 bytes [UnknownFile:0]
VCRUNTIME140.dll!UnknownFunction (0x00007ffefd3461e0) + 0 bytes [UnknownFile:0]
ArkAdvert.dll!UnknownFunction (0x00007ffede5a7ea5) + 0 bytes [UnknownFile:0]
VERSION.dll!ArkApi::Hook_AGameState_DefaultTimer() (0x00007ffeda513df8) + 36 bytes [E:\_dev\ark_api\ARK-Server-API\version\Core\Private\Ark\HooksImpl.cpp:143]
ShooterGameServer.exe!TBaseDelegate_RetVal_NoParams<bool>::Execute() (0x00007ff6e97f3218) + 0 bytes [d:\arksvn-gen1development\engine\source\runtime\core\public\delegates\delegatesignatureimpl.inl:1112]
ShooterGameServer.exe!FTimerManager::Tick() (0x00007ff6eb7c90e0) + 33 bytes [d:\arksvn-gen1development\engine\source\runtime\engine\private\timermanager.cpp:1084]
ShooterGameServer.exe!UWorld::Tick() (0x00007ff6eb6897aa) + 0 bytes [d:\arksvn-gen1development\engine\source\runtime\engine\private\leveltick.cpp:1294]
ShooterGameServer.exe!UGameEngine::Tick() (0x00007ff6eb5f62a1) + 0 bytes [d:\arksvn-gen1development\engine\source\runtime\engine\private\gameengine.cpp:1173]
ShooterGameServer.exe!FEngineLoop::Tick() (0x00007ff6e974b172) + 0 bytes [d:\arksvn-gen1development\engine\source\runtime\launch\private\launchengineloop.cpp:2432]
ShooterGameServer.exe!GuardedMain() (0x00007ff6e974702c) + 0 bytes [d:\arksvn-gen1development\engine\source\runtime\launch\private\launch.cpp:140]
ShooterGameServer.exe!GuardedMainWrapper() (0x00007ff6e974c12a) + 5 bytes [d:\arksvn-gen1development\engine\source\runtime\launch\private\windows\launchwindows.cpp:125]
ShooterGameServer.exe!WinMain() (0x00007ff6e974c279) + 8 bytes [d:\arksvn-gen1development\engine\source\runtime\launch\private\windows\launchwindows.cpp:213]
ShooterGameServer.exe!__tmainCRTStartup() (0x00007ff6ec60f389) + 21 bytes [f:\dd\vctools\crt\crtw32\dllstuff\crtexe.c:618]
KERNEL32.DLL!UnknownFunction (0x00007fff08bd7974) + 0 bytes [UnknownFile:0]
ntdll.dll!UnknownFunction (0x00007fff09c7a261) + 0 bytes [UnknownFile:0]
ntdll.dll!UnknownFunction (0x00007fff09c7a261) + 0 bytes [UnknownFile:0]
慌瑳删浥瑯畆据楴湯丠瑥敓䍴湯慴湩牥捁楴敶
Yes try to update your API to this version (it's not currently released) hope it works for you: https://www.dropbox.com/s/ci5ixz8lw41difx/API 3.4.zip?dl=0Hello, so someone can help me with that ?
thanks