From 4fb3ae45d8339f38fadb4a05eb4b7665c52b1610 Mon Sep 17 00:00:00 2001 From: Syndromeramo <21965004-syndromeramo@users.noreply.gitlab.com> Date: Sat, 24 May 2025 03:37:34 +0000 Subject: [PATCH] Fixed dark beast dropping big bones Fixed too high health for leech --- Server/data/configs/drop_tables.json | 22 +--------------------- Server/data/configs/npc_configs.json | 2 +- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/Server/data/configs/drop_tables.json b/Server/data/configs/drop_tables.json index 00bceefe8..076cf6b80 100644 --- a/Server/data/configs/drop_tables.json +++ b/Server/data/configs/drop_tables.json @@ -31660,7 +31660,7 @@ { "minAmount": "1", "weight": "100.0", - "id": "532", + "id": "526", "maxAmount": "1" } ], @@ -31696,26 +31696,6 @@ "maxAmount": "1" } ], - "tertiary": [ - { - "minAmount": "1", - "weight": "9973.0", - "id": "0", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "25.0", - "id": "10976", - "maxAmount": "1" - }, - { - "minAmount": "1", - "weight": "2.0", - "id": "10977", - "maxAmount": "1" - } - ], "ids": "2783", "description": "", "main": [ diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index a3a5c43fe..f183ea23e 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -23388,7 +23388,7 @@ "name": "Abyssal leech", "defence_level": "52", "safespot": null, - "lifepoints": "74", + "lifepoints": "10", "strength_level": "1", "id": "2263", "aggressive": "true",