Lethal Quests Ascended

Lethal Quests Ascended [Paid] 1.28

No permission to buy ($45.00)
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"
 
Back
Top