diff --git a/Server/data/configs/npc_configs.json b/Server/data/configs/npc_configs.json index c6a89905d..7e5b62b85 100644 --- a/Server/data/configs/npc_configs.json +++ b/Server/data/configs/npc_configs.json @@ -11176,7 +11176,6 @@ }, { "examine": "The biggest and baddest troll.", - "slayer_task": "83", "melee_animation": "6523", "range_animation": "0", "respawn_delay": "60", @@ -11196,11 +11195,13 @@ }, { "examine": "Careful, he is a big.", - "slayer_task": "83", - "range_animation": "0", + "melee_animation": "284", + "range_animation": "284", "attack_speed": "7", "respawn_delay": "60", - "defence_animation": "0", + "defence_animation": "285", + "magic_animation": "284", + "death_animation": "287", "weakness": "7", "magic_animation": "0", "name": "Stick", @@ -11215,24 +11216,40 @@ "attack_level": "60" }, { + "examine": "A nasty looking troll.", + "melee_animation": "284", + "range_animation": "284", "name": "Pee Hat", "defence_level": "50", "safespot": null, "lifepoints": "120", "strength_level": "100", + "attack_speed": "6", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", "id": "1097", + "aggressive": "true", "bonuses": "40,40,40,0,0,25,25,40,200,200,0,70,0,0,0", "range_level": "1", "respawn_delay": "60", "attack_level": "50" }, { + "examine": "A nasty looking troll.", + "melee_animation": "284", + "range_animation": "284", "name": "Kraka", "defence_level": "50", "safespot": null, "lifepoints": "120", "strength_level": "100", "attack_speed": "6", + "defence_animation": "285", + "weakness": "7", + "magic_animation": "284", + "death_animation": "287", "id": "1098", "aggressive": "true", "bonuses": "40,40,40,0,0,25,25,40,200,400,0,70,0,0,0", @@ -71605,4 +71622,4 @@ "id": "6062", "respawn_delay": "9999" } -] \ No newline at end of file +]