Lethal Dino Utilities

Paid Lethal Dino Utilities 1.20 Beta 7

No permission to buy ($29.99)
This resource is paid, and requires to be purchased
Lethal Dino Utilities v1.20 Beta 7
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Added follow distance settings (low and lowest)
Code:
json
    "AutoFollowLowest": {
      "Name": "Follow Distance Lowest",
      "Default": false
    },
    "AutoFollowLow": {
      "Name": "Follow Distance Low",
      "Default": false
    }
Added a limit (Value) for the CryoAOE command.
Added Command cooldowns and a new message.
Code:
json
    "CooldownActive": {
      "Message": "Command '{0}' is on cooldown for {1}",
      "Scale": 1.5,
      "DisplayTime": 10.0,
      "Color": "Yellow"
    }
Added new chat commands Kill, KillAOE, ChangeImprint and DinoStats
Added new dino settings BaseCloningCost and CloningCostPerLevel
Added new messages FailedCommand, ChangeImprint, KillAOE and Kill
Cryo commands text filtering updated to check BP and Name now.
Added the ability to disable commands in X range of enemy structures.
Code:
json
    "PreventCommandsNearEnemyStructures": true, //true will prevent commands from being used near enemy structures within the PreventCommandsNearEnemyStructuresRange
    "PreventCommandsNearEnemyStructuresRange": 10 //Range in foundations to prevent commands from being used near enemy structures
Added supporting message:
Code:
json
    "NearEnemyStructures": {
      "Message": "Commands are disabled when near enemy structures.",
      "Scale": 1.5,
      "DisplayTime": 6.0,
      "Color": "Yellow"
    }
Fixed crash from AB release

(config changes to General, ChatCommands, ServerDefaults, GlobalDinoSettings, DinoSettings and Messages)
Lethal Dino Utilities v1.18
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Twins and Triplets now work when set to 100% (1.0) chance.

(no config changes)
Lethal Dino Utilities v1.17
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed issue with some stats being updated correctly when Min and Max were same value.

(no config changes)
Lethal Dino Utilities v1.16
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Disabled /uncryo in boss arenas.
Fixed cuddle timers with cryo commands

(no config changes)
Lethal Dino Utilities v1.15
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Updated valid tokens for modifying the display values for DinoStatsNaming and DinoStatsPointNaming messages
{Gender} //shows M or F
{HealthValue} //Shows total HP
{HealthPoints} // Shows base stat points + mutated points
{HealthPointsTamed} //Shows only Tamed stat points added
{HealthPointsMutated} //Show only mutated stat points
{HealthPointsAll} //Shows Base + Tamed + Mutated stat points
{StaminaValue}
{StaminaPoints}
{StaminaPointsTamed}
{StaminaPointsMutated}
{StaminaPointsAll}
{FoodValue}
{FoodPoints}
{FoodPointsTamed}
{FoodPointsMutated}
{FoodPointsAll}
{WeightValue}
{WeightPoints}
{WeightPointsTamed}
{WeightPointsMutated}
{WeightPointsAll}
{DamageValue}
{DamagePoints}
{DamagePointsTamed}
{DamagePointsMutated}
{DamagePointsAll}

(no required config changes)
Lethal Dino Utilities v1.14
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed dino stat naming bugs.
Fixed /hatch creating level 1 dinos in certain cases.
Fixed BlockUnCryoOnMaps not working.
Added new message if command target is not found:
Code:
json
    "NoTarget": {
      "Message": "Did not find a valid target, you have to look at the creature/egg to use the command.",
      "Scale": 1.5,
      "DisplayTime": 3.0,
      "Color": "Yellow"
    }
(config changes to Messages)
Lethal Dino Utilities v1.13
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed issue with dino auto naming.
Dino naming is now configurable using the following Messages:
JSON:
    "DinoStatsPointNaming": {
      "Message": "{Gender} H{HealthPoints} S{StaminaPoints} F{FoodPoints} W{WeightPoints} M{DamagePoints}"
    },
    "DinoStatsNaming": {
      "Message": "{Gender} H{HealthValue} S{StaminaValue} F{FoodValue} W{WeightValue} M{DamageValue}"
    }
(config changes to Messages)
Lethal Dino Utilities v1.12
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Fixed issues with empty cryo detection.
Added the ability to use a partial dino name in the /cryoaoe and /uncryo commands.
/cryoaoe theri would only cryo Therizinosaur in range.
/uncryo theri would only uncryo pods with a Therizinosaur stored inside.

(no config changes)
Lethal Dino Utilities v1.11
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Dino Souls are no longer revived using the UnCryo command.
Added new command CommandList to list out each command the player can use and their specific cost/settings.
Commands now have short descriptions.
Commands can also be hidden from the command list.
Boss Dinos are excluded from stat modifications.

(config changes to Commands and Messages)
Lethal Dino Utilities v1.10
Server API 1.15+ Required and Visual C++ 2022 Runtime Files Required

Added TokenBank support with the message.
Added DragWeight setting
Added missing dino settings to the config

(config changes to Commands, DinoSettings and Messages)
Back
Top