示例#1
0
            public static void Use()
            {
                if (Me.IsCasting)
                {
                    Spell.StopCasting();
                }
                Utils.LagSleep();

                WoWItem healthPotion = HealthPotion;

                Utils.Log(string.Format("We're having an 'Oh Shit' moment. Using {0}", healthPotion.Name), Utils.Colour("Red"));
                HealthPotion.Interact();
            }