Stránka 1 z 1

Umyvanie band + jedenie - vamp

Napsal: 24 úno 2011 10:09
od Anselmo
Zdravim toto je moj prvy script, takze z citom.
Mam problem z prikazom UO.WaitTargetTile (x,y,z,0) nejakej vody.
Skusal som aj UO.WaitTargetObject ale ani to nefungovalo.
Nic mi ten prikaz neurobi neviem co mam dalej robit.

Kód: Vybrat vše

using System;
using System.Collections.Generic;
using System.Text;
using Phoenix;
using Phoenix.WorldData;

namespace Phoenix.KvaveBandy
{
    public class Kvave_Bandy
    { 

[Executable]
public static void bandy() 
	{
		if ((UO.Count(0x0E20, 0x0000) > 0 || UO.Count(0x0E22, 0x0000) > 0))
		{
			UO.DeleteJournal();
			if (UO.Count(0x0E20, 0x0000) > 0)
				{
					UO.UseType(0x0E20, 0x0000);
				}
			if (UO.Count(0x0E22, 0x0000) > 0)
				{
					UO.UseType(0x0E22, 0x0000);
				}
			UO.Wait(500);
			if (UO.InJournal("What do you want to use the bloody bandages on?"))
				{
					UO.WaitTargetCancel();
				}
			if (UO.InJournal("You cannot eat any more!"))
				{
					
                    			UO.WaitTargetCancel();
				}
			

		}
		else
		{
			UO.Print("Nemas krvave bandy");
		}
	}

}
	}

Re: Umyvanie band + jedenie - vamp

Napsal: 28 bře 2011 18:35
od Wizzy
UIManager.WaitForTarget(0, x, y, z, graphic);