mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
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:
commit
ec48a68786
3 changed files with 17 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -7637,7 +7637,7 @@
|
|||
},
|
||||
{
|
||||
"npc_id": "5488",
|
||||
"loc_data": "{2416,3800,0,0,0}"
|
||||
"loc_data": "{2416,3799,0,0,1}"
|
||||
},
|
||||
{
|
||||
"npc_id": "5489",
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue