Crash in act 5

My bot crashes when it goes to act 5, this happens even in map mode and on other profiles
11:58:27 (Omniblaze) Crash Info: Script: FastDiablo Area: Harrogath

Can’t see why FastDiablo.js would go to Act 5, other than maybe for buying potions? Nothing mentioned about “act”, “npc” or “portal” in the code, and it ends with

	Pather.moveTo(7788, 5292);
	this.diabloPrep();
	Attack.kill(243); // Diablo
	Pickit.pickItems();

	return true;
}

The script going to Act 5, and crashing, should be the next one.