Implemented Troll Stronghold quest

This commit is contained in:
Oven Bread
2023-09-10 16:01:09 +00:00
committed by Ryan
parent c269949986
commit b80c98acd6
17 changed files with 1060 additions and 63 deletions
+28 -1
View File
@@ -11632,12 +11632,14 @@
{
"examine": "One of the troll generals.",
"slayer_task": "83",
"melee_animation": "1259",
"range_animation": "0",
"attack_speed": "5",
"respawn_delay": "60",
"defence_animation": "0",
"weakness": "7",
"magic_animation": "0",
"death_animation": "287",
"name": "Troll general",
"defence_level": "65",
"safespot": null,
@@ -11651,12 +11653,14 @@
{
"examine": "One of the troll generals.",
"slayer_task": "83",
"melee_animation": "1259",
"range_animation": "0",
"attack_speed": "5",
"respawn_delay": "60",
"defence_animation": "0",
"weakness": "7",
"magic_animation": "0",
"death_animation": "287",
"name": "Troll general",
"defence_level": "65",
"safespot": null,
@@ -11670,12 +11674,14 @@
{
"examine": "One of the troll generals.",
"slayer_task": "83",
"melee_animation": "1259",
"range_animation": "0",
"attack_speed": "5",
"respawn_delay": "60",
"defence_animation": "0",
"weakness": "7",
"magic_animation": "0",
"death_animation": "287",
"name": "Troll general",
"defence_level": "65",
"safespot": null,
@@ -11689,11 +11695,13 @@
{
"examine": "He's watching the arena.",
"slayer_task": "83",
"melee_animation": "1259",
"range_animation": "0",
"respawn_delay": "60",
"defence_animation": "0",
"weakness": "7",
"magic_animation": "0",
"death_animation": "287",
"name": "Troll spectator",
"defence_level": "47",
"safespot": null,
@@ -11706,11 +11714,13 @@
{
"examine": "He's watching the arena.",
"slayer_task": "83",
"melee_animation": "1259",
"range_animation": "0",
"respawn_delay": "60",
"defence_animation": "0",
"weakness": "7",
"magic_animation": "0",
"death_animation": "287",
"name": "Troll spectator",
"defence_level": "47",
"safespot": null,
@@ -11723,11 +11733,13 @@
{
"examine": "He's watching the arena.",
"slayer_task": "83",
"melee_animation": "1259",
"range_animation": "0",
"respawn_delay": "60",
"defence_animation": "0",
"weakness": "7",
"magic_animation": "0",
"death_animation": "287",
"name": "Troll spectator",
"defence_level": "47",
"safespot": null,
@@ -11740,11 +11752,13 @@
{
"examine": "He's watching the arena.",
"slayer_task": "83",
"melee_animation": "1259",
"range_animation": "0",
"respawn_delay": "60",
"defence_animation": "0",
"weakness": "7",
"magic_animation": "0",
"death_animation": "287",
"name": "Troll spectator",
"defence_level": "47",
"safespot": null,
@@ -11757,11 +11771,13 @@
{
"examine": "He's watching the arena.",
"slayer_task": "83",
"melee_animation": "1259",
"range_animation": "0",
"respawn_delay": "60",
"defence_animation": "0",
"weakness": "7",
"magic_animation": "0",
"death_animation": "287",
"name": "Troll spectator",
"defence_level": "47",
"safespot": null,
@@ -11774,11 +11790,13 @@
{
"examine": "He's watching the arena.",
"slayer_task": "83",
"melee_animation": "1259",
"range_animation": "0",
"respawn_delay": "60",
"defence_animation": "0",
"weakness": "7",
"magic_animation": "0",
"death_animation": "287",
"name": "Troll spectator",
"defence_level": "47",
"safespot": null,
@@ -11791,11 +11809,13 @@
{
"examine": "He's watching the arena.",
"slayer_task": "83",
"melee_animation": "1259",
"range_animation": "0",
"respawn_delay": "60",
"defence_animation": "0",
"weakness": "7",
"magic_animation": "0",
"death_animation": "287",
"name": "Troll spectator",
"defence_level": "47",
"safespot": null,
@@ -11814,6 +11834,7 @@
"defence_animation": "0",
"weakness": "7",
"magic_animation": "0",
"death_animation": "287",
"name": "Dad",
"defence_level": "50",
"safespot": null,
@@ -11828,15 +11849,19 @@
"examine": "He's guarding the cells.",
"slayer_task": "83",
"range_animation": "0",
"melee_animation": "1158",
"respawn_delay": "60",
"defence_animation": "0",
"weakness": "7",
"magic_animation": "0",
"death_animation": "287",
"name": "Twig",
"defence_level": "25",
"safespot": null,
"lifepoints": "90",
"strength_level": "90",
"id": "1126",
"aggressive": "true",
"bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0",
"range_level": "1",
"attack_level": "40"
@@ -11845,16 +11870,19 @@
"examine": "He's guarding the cells.",
"slayer_task": "83",
"range_animation": "0",
"melee_animation": "1158",
"respawn_delay": "60",
"defence_animation": "0",
"weakness": "7",
"magic_animation": "0",
"death_animation": "287",
"name": "Berry",
"defence_level": "40",
"safespot": null,
"lifepoints": "90",
"strength_level": "90",
"id": "1127",
"aggressive": "true",
"bonuses": "20,20,20,0,0,0,0,10,200,200,0,20,0,0,0",
"range_level": "1",
"attack_level": "40"
@@ -11862,7 +11890,6 @@
{
"examine": "He's guarding the cells.",
"slayer_task": "83",
"melee_animation": "5821",
"range_animation": "0",
"defence_animation": "0",
"weakness": "7",
+56 -28
View File
@@ -2741,23 +2741,39 @@
},
{
"npc_id": "1099",
"loc_data": "{2857,3589,0,0,0}-{2857,3589,0,0,0}"
"loc_data": "{2857,3589,0,0,0}"
},
{
"npc_id": "1100",
"loc_data": "{2859,3589,0,0,0}-{2859,3589,0,0,0}"
"loc_data": "{2859,3589,0,0,0}"
},
{
"npc_id": "1101",
"loc_data": "{2851,3598,0,0,0}-{2854,3600,0,0,0}"
"loc_data": "{2854,3600,0,0,1}"
},
{
"npc_id": "1102",
"loc_data": "{2859,3600,0,0,1}"
},
{
"npc_id": "1103",
"loc_data": "{2863,3600,0,0,1}"
},
{
"npc_id": "1104",
"loc_data": "{2867,3600,0,0,1}"
},
{
"npc_id": "1105",
"loc_data": "{2870,3600,0,0,1}-{2851,3598,0,0,1}"
},
{
"npc_id": "1106",
"loc_data": "{2864,3594,0,1,1}-{2881,3592,0,1,5}-{2857,3587,0,1,7}-{2855,3596,0,1,4}-{2827,10078,1,1,6}-{2925,3626,0,1,0}-{2843,3682,0,1,1}-{2769,10149,0,1,0}-{2777,10142,0,1,0}"
"loc_data": "{2864,3594,0,1,1}-{2881,3592,0,1,5}-{2857,3587,0,1,7}-{2855,3596,0,1,4}-{2827,10078,1,1,6}-{2916,3631,0,1,0}-{2843,3682,0,1,1}-{2769,10149,0,1,0}-{2777,10142,0,1,0}"
},
{
"npc_id": "1107",
"loc_data": "{2874,3595,0,1,3}-{2875,3596,0,1,1}-{2873,3598,0,1,1}-{2836,10088,1,1,5}-{2845,3674,0,1,4}-{2781,10143,0,1,0}"
"loc_data": "{2874,3595,0,1,3}-{2875,3596,0,1,1}-{2873,3598,0,1,1}-{2836,10088,1,1,5}-{2845,3674,0,1,4}-{2781,10143,0,1,0}-{2917,3634,0,1,0}"
},
{
"npc_id": "1108",
@@ -2765,7 +2781,7 @@
},
{
"npc_id": "1109",
"loc_data": "{2875,3588,0,1,1}-{2883,3586,0,1,6}-{2825,10087,1,1,3}-{2836,10080,1,1,6}-{2784,10040,2,1,3}-{2920,3627,0,1,0}-{2923,10029,0,1,7}-{2851,3667,0,1,3}-{2784,10134,0,1,0}"
"loc_data": "{2875,3588,0,1,1}-{2883,3586,0,1,6}-{2825,10087,1,1,3}-{2836,10080,1,1,6}-{2784,10040,2,1,3}-{2909,3641,0,1,0}-{2923,10029,0,1,7}-{2851,3667,0,1,3}-{2784,10134,0,1,0}"
},
{
"npc_id": "1110",
@@ -2781,79 +2797,83 @@
},
{
"npc_id": "1113",
"loc_data": "{2831,10083,0,0,0}"
"loc_data": "{2829,10083,0,1,0}"
},
{
"npc_id": "1114",
"loc_data": "{2826,10078,0,0,0}"
"loc_data": "{2827,10077,0,1,0}"
},
{
"npc_id": "1115",
"loc_data": "{2832,10088,2,0,0}"
"loc_data": "{2831,10086,2,0,0}"
},
{
"npc_id": "1116",
"loc_data": "{2824,10073,2,0,0}"
"loc_data": "{2822,10073,2,0,0}"
},
{
"npc_id": "1117",
"loc_data": "{2829,10101,2,0,0}"
"loc_data": "{2829,10100,2,0,0}"
},
{
"npc_id": "1118",
"loc_data": "{2920,3613,0,0,0}"
"loc_data": "{2906,3623,0,0,6}"
},
{
"npc_id": "1119",
"loc_data": "{2930,3614,0,0,0}"
"loc_data": "{2920,3622,0,0,3}"
},
{
"npc_id": "1120",
"loc_data": "{2927,3608,0,0,0}"
"loc_data": "{2923,3616,0,0,3}"
},
{
"npc_id": "1121",
"loc_data": "{2930,3600,0,0,0}"
"loc_data": "{2923,3612,0,0,3}"
},
{
"npc_id": "1122",
"loc_data": "{2918,3604,0,0,0}"
"loc_data": "{2916,3601,0,0,0}"
},
{
"npc_id": "1123",
"loc_data": "{2914,3603,0,0,0}"
"loc_data": "{2902,3604,0,0,1}"
},
{
"npc_id": "1124",
"loc_data": "{2925,3600,0,0,0}"
"loc_data": "{2922,3606,0,0,3}"
},
{
"npc_id": "1125",
"loc_data": "{2916,3610,0,0,0}"
"loc_data": "{2911,3612,0,0,3}"
},
{
"npc_id": "1128",
"loc_data": "{2833,10080,0,0,0}"
"loc_data": "{2832,10079,0,0,4}"
},
{
"npc_id": "1129",
"loc_data": "{2833,10084,0,0,0}"
"loc_data": "{2832,10083,0,0,4}"
},
{
"npc_id": "1130",
"loc_data": "{2902,3696,0,0,1}"
},
{
"npc_id": "1131",
"loc_data": "{2905,3694,0,0,1}"
"loc_data": "{2898,3698,0,0,1}"
},
{
"npc_id": "1132",
"loc_data": "{2901,3697,0,0,1}"
"loc_data": "{2893,3700,0,0,1}"
},
{
"npc_id": "1133",
"loc_data": "{2895,3699,0,0,1}"
"loc_data": "{2889,3699,0,0,1}"
},
{
"npc_id": "1134",
"loc_data": "{2891,3699,0,0,1}"
"loc_data": "{2886,3698,0,0,1}"
},
{
"npc_id": "1135",
@@ -2869,15 +2889,19 @@
},
{
"npc_id": "1138",
"loc_data": "{2826,10083,1,1,0}-{2837,10083,2,1,1}-{2909,3639,0,1,3}-{2923,10031,0,1,3}"
"loc_data": "{2826,10083,1,1,0}-{2837,10083,2,1,1}-{2904,3642,0,1,3}-{2923,10031,0,1,3}"
},
{
"npc_id": "1139",
"loc_data": "{2854,3689,0,0,6}"
},
{
"npc_id": "1140",
"loc_data": "{2856,10054,1,0,0}-{2860,10057,1,0,0}-{2898,3688,0,0,0}-{2819,3586,0,1,4}"
"loc_data": "{2856,10054,1,0,0}-{2860,10057,1,0,0}-{2819,3586,0,1,4}-{2892,3685,0,1,0}-{2900,3671,0,1,0}"
},
{
"npc_id": "1141",
"loc_data": "{2857,10059,1,0,0}-{2857,10057,1,0,0}"
"loc_data": "{2857,10059,1,0,0}-{2857,10057,1,0,0}-{2893,3678,0,1,0}"
},
{
"npc_id": "1142",
@@ -3039,6 +3063,10 @@
"npc_id": "1213",
"loc_data": "{2914,3418,0,0,6}"
},
{
"npc_id": "1214",
"loc_data": "{2891,3676,0,0,1}"
},
{
"npc_id": "1215",
"loc_data": "{2612,3287,0,0,0}-{2613,3287,0,0,0}"