Merge branch 'jatizso-audit-fix-banker-spawn' into 'master'

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

See merge request 2009scape/2009scape!119
This commit is contained in:
Ceikry 2021-07-09 00:17:12 +00:00
commit ec48a68786
3 changed files with 17 additions and 1 deletions

View file

@ -47193,6 +47193,18 @@
"range_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.",
"melee_animation": "0",

View file

@ -7637,7 +7637,7 @@
},
{
"npc_id": "5488",
"loc_data": "{2416,3800,0,0,0}"
"loc_data": "{2416,3799,0,0,1}"
},
{
"npc_id": "5489",

View file

@ -121,5 +121,9 @@ class JatizsoListeners : InteractionListener() {
ContentAPI.sendMessage(player, "You ring the warning bell, but everyone ignores it!")
return@on true
}
setDest(NPC, NPCs.MAGNUS_GRAM_5488){_ ->
return@setDest Location.create(2416, 3801, 0)
}
}
}