Lethal Quests Ascended

Lethal Quests Ascended [Paid] 1.43

Lethal

Administrator
Staff member
Lethal updated Lethal Quests Ascended with a new update entry:

1.18 Beta 5

Lethal Quests Ascended v1.18 Beta 5
Server API 1.16+ Required and Visual C++ 2022 Runtime Files Required

Added httppost reward type with the ability to set the "headers" for the post.
Code:
json
  { //Advanced Feature: Will send an HTTP POST to the url in the command
    "Type": "httppost",
    "Headers": [ //Optional headers to send with the request
      "Accept: application/json",
      "Authorization: Bearer <TOKEN HERE>"
    ],
    "Command"...

Read the rest of this update entry...
 
Lethal updated Lethal Quests Ascended with a new update entry:

1.18

Lethal Quests Ascended v1.18
Server API 1.16+ Required and Visual C++ 2022 Runtime Files Required

Added httppost reward type with the ability to set the "headers" for the post.
Code:
json
  { //Advanced Feature: Will send an HTTP POST to the url in the command
    "Type": "httppost",
    "Headers": [ //Optional headers to send with the request
      "Accept: application/json",
      "Authorization: Bearer <TOKEN HERE>"
    ],
    "Command"...

Read the rest of this update entry...
 
Sorry very new to all of this stuff and attempting to utilize the Lethal quest API I get this error when loading

09/13/25 21:50 [LethalQuestsAscended][critical] MySQL Database connection failed! Check database settings!

I'm not sure how to link to a database, any assistance would be appreciated.
 
Sorry very new to all of this stuff and attempting to utilize the Lethal quest API I get this error when loading

09/13/25 21:50 [LethalQuestsAscended][critical] MySQL Database connection failed! Check database settings!

I'm not sure how to link to a database, any assistance would be appreciated.
You can follow this guide:

 
Thanks for the assistance, still get the following error


09/14/25 13:04 [LethalQuestsAscended][info] IP: 173.31.22.64
09/14/25 13:04 [LethalQuestsAscended][error] AccountKey is blank in your config. Find it by messaging @LethalBot '/license list' then update the plugin config and restart your server.
09/14/25 13:04 [LethalQuestsAscended][error] Expires Today



I have my key and I believe I put it in the write spot?? any assistance?
Click a plugin button to view your license(s)!
"xyxyxyxyxyxyxyxyxyxyxyxyxyxxyxyxyxyxyxyxyxyEF82F66CC39 ": "", //Can be found by messaging LethalBot "/license list"
"AutoRenewLicense": true,
"HostLicense": false,
"Commands": {
"CheckStats": "/stats",
"ClaimReward": "/rewards",
"CheckQuests": "/quests",
"QuestDetails": "/quest",
"CheckCompletedQuests": "/completed",
"LinkDiscord": "/linkstats"
 
Thanks for the assistance, still get the following error


09/14/25 13:04 [LethalQuestsAscended][info] IP: 173.31.22.64
09/14/25 13:04 [LethalQuestsAscended][error] AccountKey is blank in your config. Find it by messaging @LethalBot '/license list' then update the plugin config and restart your server.
09/14/25 13:04 [LethalQuestsAscended][error] Expires Today



I have my key and I believe I put it in the write spot?? any assistance?
Click a plugin button to view your license(s)!
"xyxyxyxyxyxyxyxyxyxyxyxyxyxxyxyxyxyxyxyxyxyEF82F66CC39 ": "", //Can be found by messaging LethalBot "/license list"
"AutoRenewLicense": true,
"HostLicense": false,
"Commands": {
"CheckStats": "/stats",
"ClaimReward": "/rewards",
"CheckQuests": "/quests",
"QuestDetails": "/quest",
"CheckCompletedQuests": "/completed",
"LinkDiscord": "/linkstats"
You put it wrong, it's "AccountKey": "YOUR_ACTUAL_ACCOUNT_KEY" (or whatever the section is called"
 
Lethal updated Lethal Quests Ascended with a new update entry:

1.40

Lethal Quests Ascended v1.29
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Ragnarok release fix.

(no config changes)

Lethal Quests Ascended v1.30
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Changed how tables are modified during startup.
Added additional logging on failed table updates.

(no config changes)

Lethal Quests Ascended v1.31
Server API 1.19+ Required and Visual C++ 2022 Runtime...

Read the rest of this update entry...
 
Lethal updated Lethal Quests Ascended with a new update entry:

1.42

Lethal Quests Ascended v1.42
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

ARK 86.15 - fixed IncrementItemTemplateQuantity

(no config changes)


Lethal Quests Ascended v1.41
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Allows using newest MySQL and MariaDB versions without modifying their SSL settings.
Fixed tribescore calculation table to use the defined...

Read the rest of this update entry...
 
Back
Top