Server Events Ascended

Server Events Ascended [Paid] 1.14

No permission to buy ($34.99)
Lethal updated Server Events Ascended with a new update entry:

1.06

Server Events Ascended v1.06
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed some range checks for various features.
Added new Arena options:
Code:
json
"PreventLeaving": true, //true - Prevent players from leaving the arena once the boss is spawned //false - Allow leaving arena at anytime //Admins with enablecheats can still leave
"EnteringRequiresPermission": [ //List of permissions required to enter the arena //Admins with...

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

1.09

Server Events Ascended v1.09
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Added new Arena setting
Code:
"PreventEntering": true, //true - Prevent players from enterng the arena once the boss is spawned //false - Allow enterng arena at anytime //Admins with enablecheats can still enter
Fixed bug that allowed players to walk backwards and exit with "PreventLeaving": true

(config changes to Arena )

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

1.10

Server Events Ascended v1.10
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Updated to allow EnteringRequiresPermission to be blank.
Fixed bug that allowed players to bypass the enter/exit restrictions by mounting a dino near the edge of the arena.

(no config changes since 1.09 )

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

1.11

Server Events Ascended v1.11
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Added new Arena options:
JSON:
"PlayerLimit": 10, //-1 disables limit //1+ sets a limit on players allowed in the arena
"DinoLimit": 10, //-1 disables limit //1+ sets a limit on dinos allowed in the arena
"PreventLeaving": true, //true - Prevent players from leaving the arena once the boss is spawned //false - Allow leaving arena at anytime //Admins with...

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

1.12

Server Events Ascended v1.12
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed a join permission issue
Fixed dino count issue
Prevented shop use when boss is spawned and PreventEntering is true
Prevented uncyro when boss is spawned and PreventEntering is true
Added missing messages

(config changes to Messages)

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

1.13

Server Events Ascended v1.13
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed GPS in webhook.
Rewrote arena player/dino tracking and enter/exit code.
Updated arena clear logic on event start to only clear the area if Player/Dino limits are being used.
Shop dinos and reward dinos should spawn properly.
Dinos/Players not allowed inside are ejected from the arena.

(no config changes)

Read the rest of this update entry...
 
Lethal updated Server Events 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...
 
Back
Top