From b9c764f10597c86ef7cf6c45c33f7072c74daddf Mon Sep 17 00:00:00 2001 From: jamix77 <> Date: Sun, 22 Mar 2020 17:32:31 +0000 Subject: [PATCH] Fixed timing on the Ectothingy Changed the timing to be more accurate to 2009. --- Server/src/plugin/zone/phasmatys/PhasmatysZone.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/plugin/zone/phasmatys/PhasmatysZone.java b/Server/src/plugin/zone/phasmatys/PhasmatysZone.java index ea9bca562..f2e331377 100644 --- a/Server/src/plugin/zone/phasmatys/PhasmatysZone.java +++ b/Server/src/plugin/zone/phasmatys/PhasmatysZone.java @@ -238,7 +238,7 @@ public final class PhasmatysZone extends MapZone implements Plugin { return; } if (player.getInventory().remove(bone.getBoneMeal(), new Item(4286, 1))) { - player.lock(5); + player.lock(1); player.animate(Animation.create(1651)); player.getInventory().add(new Item(1925), new Item(1931)); player.getSkills().addExperience(Skills.PRAYER, bone.getExperience() * 4, true);