Added config entry for Magnus Gram, fixed spawn location, added interaction destination override.
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user