Corrected NPC IDs for the Keldagrim carts

This commit is contained in:
Player Name 2024-05-13 14:55:58 +00:00 committed by Ryan
parent 782a70a582
commit 5d21ab74c0
2 changed files with 2 additions and 2 deletions

View file

@ -3704,7 +3704,7 @@
"loc_data": "{2443,3089,0,0,0}-"
},
{
"npc_id": "1546",
"npc_id": "1544",
"loc_data": "{2911,10175,0,0,4}-{2912,10175,0,0,4}-{2913,10175,0,0,4}-{2914,10175,0,0,4}-{2909,10173,0,0,4}-{2910,10173,0,0,4}-{2911,10173,0,0,4}-{2912,10173,0,0,4}-{2913,10173,0,0,4}-{2909,10171,0,0,4}-{2910,10171,0,0,4}-{2911,10169,0,0,4}-{2912,10169,0,0,4}-{2913,10169,0,0,4}-"
},
{

View file

@ -68,7 +68,7 @@ class TravelFromKeldagrimPulse(val player: Player, val dest: Location): Pulse(){
class TravelToKeldagrimPulse(val player: Player) : Pulse(){
var counter = 0
var cartNPC = NPC(1546)
var cartNPC = NPC(1544)
override fun pulse(): Boolean {
when(counter++){
0 -> player.lock().also { player.interfaceManager.open(Component(115)) }