Implemented Tolna Rift

Improved ::npcanim admin command
This commit is contained in:
Oven Bread
2023-11-02 08:26:27 +00:00
committed by Ryan
parent 7d1a16f7f7
commit 70a47aeb5d
4 changed files with 150 additions and 26 deletions
+92 -22
View File
@@ -33760,11 +33760,13 @@
"examine": "He looks a little on the cross side!",
"range_animation": "0",
"combat_audio": "297,299,298",
"melee_animation": "4927",
"attack_speed": "4",
"magic_level": "1",
"defence_animation": "0",
"defence_animation": "4927",
"weakness": "9",
"magic_animation": "0",
"death_animation": "4929",
"name": "Angry bear",
"defence_level": "38",
"safespot": null,
@@ -33800,7 +33802,7 @@
"melee_animation": "4933",
"range_animation": "0",
"combat_audio": "703,705,704",
"defence_animation": "0",
"defence_animation": "4934",
"weakness": "9",
"magic_animation": "0",
"death_animation": "4935",
@@ -33818,7 +33820,7 @@
"melee_animation": "6185",
"range_animation": "0",
"combat_audio": "469,472,471",
"defence_animation": "0",
"defence_animation": "6183",
"weakness": "9",
"magic_animation": "0",
"death_animation": "6182",
@@ -33835,18 +33837,20 @@
"examine": "AHHHHH!",
"melee_animation": "3812",
"range_animation": "0",
"defence_animation": "0",
"weakness": "9",
"combat_audio": "297,299,298",
"attack_speed": "4",
"defence_animation": "3811",
"weakness": "",
"magic_animation": "0",
"death_animation": "3813",
"name": "Fear reaper",
"defence_level": "27",
"defence_level": "40",
"safespot": null,
"lifepoints": "38",
"strength_level": "27",
"lifepoints": "25",
"strength_level": "41",
"id": "3649",
"range_level": "1",
"attack_level": "27"
"attack_level": "41"
},
{
"examine": "What on Gielinor is that?!?",
@@ -33884,13 +33888,19 @@
},
{
"examine": "He looks a little on the cross side!",
"melee_animation": "6376",
"range_animation": "0",
"combat_audio": "876,878,877",
"attack_speed": "4",
"defence_animation": "0",
"weakness": "9",
"magic_animation": "0",
"death_animation": "6377",
"name": "Angry unicorn",
"defence_level": "38",
"safespot": null,
"lifepoints": "50",
"combat_audio": "876,878,877",
"strength_level": "41",
"attack_speed": "4",
"id": "3661",
"aggressive": "false",
"range_level": "1",
@@ -33898,15 +33908,18 @@
},
{
"examine": "He looks a little on the cross side!",
"name": "Angry giant rat",
"defence_level": "1",
"safespot": null,
"lifepoints": "10",
"combat_audio": "703,705,704",
"strength_level": "1",
"melee_animation": "4933",
"defence_animation": "4934",
"death_animation": "4935",
"name": "Angry giant rat",
"defence_level": "38",
"safespot": null,
"lifepoints": "50",
"strength_level": "41",
"id": "3662",
"range_level": "1",
"attack_level": "1"
"attack_level": "38"
},
{
"examine": "He looks a little on the cross side!",
@@ -33914,24 +33927,27 @@
"melee_animation": "6185",
"range_animation": "0",
"combat_audio": "469,472,471",
"defence_animation": "0",
"defence_animation": "6183",
"weakness": "9",
"magic_animation": "0",
"death_animation": "6182",
"name": "Angry goblin",
"defence_level": "25",
"defence_level": "38",
"safespot": null,
"lifepoints": "35",
"strength_level": "25",
"lifepoints": "50",
"strength_level": "41",
"id": "3663",
"range_level": "1",
"attack_level": "25"
"attack_level": "38"
},
{
"examine": "He looks a little on the cross side!",
"combat_audio": "297,299,298",
"melee_animation": "4927",
"attack_speed": "4",
"magic_level": "1",
"defence_animation": "4927",
"death_animation": "4929",
"name": "Angry bear",
"defence_level": "38",
"safespot": null,
@@ -33942,6 +33958,60 @@
"range_level": "1",
"attack_level": "38"
},
{
"examine": "AHHHHH!",
"melee_animation": "3812",
"combat_audio": "297,299,298",
"attack_speed": "4",
"magic_level": "1",
"defence_animation": "3811",
"death_animation": "3813",
"name": "Fear reaper",
"defence_level": "45",
"safespot": null,
"lifepoints": "57",
"strength_level": "48",
"id": "3665",
"bonuses": "",
"range_level": "1",
"attack_level": "45"
},
{
"examine": "What on Gielinor is that?!?",
"melee_animation": "3818",
"combat_audio": "297,299,298",
"attack_speed": "4",
"magic_level": "1",
"defence_animation": "3820",
"death_animation": "3821",
"name": "Confusion beast",
"defence_level": "52",
"safespot": null,
"lifepoints": "64",
"strength_level": "55",
"id": "3666",
"bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
"range_level": "1",
"attack_level": "52"
},
{
"examine": "He looks a little on the cross side!",
"melee_animation": "3823",
"combat_audio": "297,299,298",
"attack_speed": "4",
"magic_level": "1",
"defence_animation": "0",
"death_animation": "3827",
"name": "Hopeless creature",
"defence_level": "59",
"safespot": null,
"lifepoints": "71",
"strength_level": "62",
"id": "3667",
"bonuses": "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0",
"range_level": "1",
"attack_level": "59"
},
{
"examine": "Freshly sheared.",
"melee_animation": "5341",
+28
View File
@@ -6263,6 +6263,34 @@
"npc_id": "3638",
"loc_data": "{3309,3453,0,0,1}"
},
{
"npc_id": "3661",
"loc_data": "{3276,9836,0,1,0}-{3287,9840,0,1,0}"
},
{
"npc_id": "3662",
"loc_data": "{3280,9849,0,1,0}-{3286,9830,0,1,0}"
},
{
"npc_id": "3663",
"loc_data": "{3269,9849,0,1,0}-{3291,9843,0,1,0}"
},
{
"npc_id": "3664",
"loc_data": "{3269,9843,0,1,0}-{3275,9833,0,1,0}"
},
{
"npc_id": "3665",
"loc_data": "{3305,9832,0,1,0}-{3305,9843,0,1,0}-{3311,9850,0,1,0}-{3312,9845,0,1,0}-{3313,9827,0,1,0}-{3315,9837,0,1,0}-{3319,9832,0,1,0}-{3319,9849,0,1,0}-{3323,9842,0,1,0}"
},
{
"npc_id": "3666",
"loc_data": "{3302,9806,0,1,0}-{3302,9816,0,1,0}-{3304,9801,0,1,0}-{3310,9796,0,1,0}-{3312,9811,0,1,0}-{3313,9805,0,1,0}-{3313,9817,0,1,0}-{3314,9797,0,1,0}-{3319,9800,0,1,0}-{3319,9806,0,1,0}-{3321,9811,0,1,0}"
},
{
"npc_id": "3667",
"loc_data": "{3269,9798,0,1,0}-{3269,9806,0,1,0}-{3269,9814,0,1,0}-{3275,9817,0,1,0}-{3276,9809,0,1,0}-{3280,9803,0,1,0}-{3282,9797,0,1,0}-{3285,9812,0,1,0}-{3288,9819,0,1,0}-{3289,9809,0,1,0}-{3290,9797,0,1,0}"
},
{
"npc_id": "3671",
"loc_data": "{3084,3250,0,1,1}"