///////////////////////////////////////////////////////////////////////// // // www.ultima.smoce.net // Name: Poision // ///////////////////////////////////////////////////////////////////////// using System; using System.Collections.Generic; using System.Text; using Phoenix; using Phoenix.WorldData; using System.Linq; using Phoenix.Communication; using Phoenix.Runtime; using Phoenix.Runtime.Reflection; namespace Scripts.DarkParadise { public class ultima_smoce_net_1779635070 { [Executable] public static void Poisionse() {//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); } [Executable] public static void Poisionse_laststatus() {//by smoce UO.Wait(500); World.Player.ChangeWarmode(WarmodeChange.War); UO.Wait(100); World.Player.ChangeWarmode(WarmodeChange.Peace); UO.Wait(100); UO.WaitTargetObject(Aliases.GetObject("laststatus")); UO.UseType(0x0E85); } } }