Server Events Ascended

Paid Server Events Ascended 1.32

No permission to buy ($34.99)
This resource is paid, and requires to be purchased
Server Events Ascended v1.25
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Slight modification to possibly fix a rare crash situation with buffs.

(no config changes)

Server Events Ascended v1.26
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

ARK 69.24 Compatible

(no config changes)

Server Events Ascended v1.27
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

ARK 69.24 Compatible
Added the ability to send headers with httppost reward type.
Fixing reward dino cryo crash
Auth changes

(no config changes)

Server Events Ascended v1.28
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Enabled Tribe Logs Ascended enhanced webhook handling integration
When you own that plugin this plugin will send all webhook messages through it instead
This will automatically activate when using Tribe Logs Ascended as well
https://discord.com/channels/703368268890636401/1196655509508460724

(no config changes)

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

Added option to remove all corpses of plugin managed dinos on event end.
"AutoCleanupCorpses": true //True will automatically remove all event controlled dino corpses in the arena after the event is over

(config change to EventSettings)

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

Lost Colony Fixes

(no config changes since v1.29)

Server Events Ascended v1.31
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Lost Colony Fixes
Experience reward fix

(no config changes since v1.29)

Server Events Ascended v1.32
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

Command rewards now support using {eosid}, {playerid}, and {tribeid}

(no config changes since v1.29)
Server Events Ascended v1.24
Server API 1.19+ Required and Visual C++ 2022 Runtime Files Required

UE 5.5 Compatible

(no config changes)
Server Events Ascended v1.18
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Extinction update fixes

(no config changes since v1.15)
Server Events Ascended v1.15
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed bugs with passenger seats, carrying and picking up dinos into or inside the arena.
Updated dino teleportation logic
Fix issue with boss taking damage when roaming outside the arena.
Fix a potential crash related to minion spawning and teleportation.
Fixed dead bodies causing the empty arena check to fail.
Updated grapple blocking
Added DisableWeapons in the arena by blueprint
Code:
json
    "DisableGrapple": false, //True will prevent using or being grappled in the event arena in the `GrappleBPs` list
    "GrappleBPs": [ //These are the blueprints for the grapples that will be disabled in the event arena
      "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_GrapplingHook.PrimalItemAmmo_GrapplingHook'"
    ],
    "DisableWeapons": true, //True will prevent using weapons in the event arena listed in the `WeaponBPs` list
    "WeaponBPs": [ //These are the blueprints for the weapons that will be disabled in the event arena with `DisableWeapons` set to true
      "Blueprint'/Game/Packs/Steampunk/Dinos/JumpingSpider/WebWeapon/WeapJumpingSpider.WeapJumpingSpider'"
    ],
(config changes to EventBalanceSettings)
Server Events Ascended v1.14
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed API errors (AB release)

(no config changes)
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)
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)
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 enablecheats can still leave
"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 //event auto cancels if no players are in the arena
Added new supporting messages
PreventLeavingArenaWarning
PreventLeavingArena
PreventEnteringArena
ArenaPlayerLimit
ArenaPlayerLimitReached
ArenaDinoLimit
ArenaDinoLimitReached

(config changes to Arena and Messages sections)
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 )
Back
Top