Added config entry for Magnus Gram, fixed spawn location, added interaction destination override.

This commit is contained in:
ceikry
2021-07-08 19:16:13 -05:00
parent 508a8d9498
commit 243c026a01
3 changed files with 17 additions and 1 deletions
+12
View File
@@ -47193,6 +47193,18 @@
"range_level": "1", "range_level": "1",
"attack_level": "1" "attack_level": "1"
}, },
{
"name": "Magnus Gram",
"defence_level": "1",
"safespot": null,
"lifepoints": "10",
"combat_audio": "498,500,499",
"strength_level": "1",
"id": "5488",
"range_level": "1",
"attack_level": "1",
"facing_booth": "true"
},
{ {
"examine": "A guard on insult duty.", "examine": "A guard on insult duty.",
"melee_animation": "0", "melee_animation": "0",
+1 -1
View File
@@ -7637,7 +7637,7 @@
}, },
{ {
"npc_id": "5488", "npc_id": "5488",
"loc_data": "{2416,3800,0,0,0}" "loc_data": "{2416,3799,0,0,1}"
}, },
{ {
"npc_id": "5489", "npc_id": "5489",
@@ -121,5 +121,9 @@ class JatizsoListeners : InteractionListener() {
ContentAPI.sendMessage(player, "You ring the warning bell, but everyone ignores it!") ContentAPI.sendMessage(player, "You ring the warning bell, but everyone ignores it!")
return@on true return@on true
} }
setDest(NPC, NPCs.MAGNUS_GRAM_5488){_ ->
return@setDest Location.create(2416, 3801, 0)
}
} }
} }