public bool Prepare(Creature creature, Skill skill, Packet packet) { Send.SkillPrepare(creature, skill.Info.Id, skill.GetCastTime()); // Lock running if not elf if (!creature.CanRunWithRanged) creature.Lock(Locks.Run); return true; }