///////////////////////////////////////////////////////////////////////// // // www.ultima.smoce.net // Name: Zruš Recall Port // ///////////////////////////////////////////////////////////////////////// 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_1779638116 {[Executable] public void zrus_port() { UOItem btb = World.Player.Backpack.AllItems.FindType(0x0FEF,0x0482); if (btb.Serial != Serial.Invalid) { btb.Use(); UO.Wait(100); btb.Use(); } else { UO.Print("Nemas Travel Book na zruseni odkopnuti"); } } } }