///////////////////////////////////////////////////////////////////////// // // www.ultima.smoce.net // Name: Poisions // ///////////////////////////////////////////////////////////////////////// using System; using System.Collections.Generic; using Phoenix; using Phoenix.WorldData; using System.Text; using System.Windows.Forms; using System.Diagnostics; using System.Runtime.InteropServices; using Phoenix.Gui; namespace Scripts.DarkParadise { public class doplnksdasdassdasdasday { [Executable] public static void Poisions() {//by smoce UO.PrintInformation("Cil"); UOCharacter cil = new UOCharacter(UIManager.TargetObject()); UO.Wait(500); World.Player.ChangeWarmode(WarmodeChange.War); UO.Wait(100); World.Player.ChangeWarmode(WarmodeChange.Peace); UO.Wait(100); UO.WaitTargetObject(cil); UO.UseType(0x0E85); } } }