Musicianship
Datum: 27/07/2011 14:05:34
Staženo: 644x
Popis:
Targetem vyberete nástroj hrací a trénujete..
Příkazy:
- ,exec music
Kód:
[Executable]
public static void music()
{//by smoce
UO.PrintInformation("Univerzal MusicanShip.");
UO.Wait(300);
UO.PrintInformation("Target nastroj");
UOItem nastroj = new UOItem(UIManager.TargetObject());
UO.Wait(500);
string[] petrolej = { "You play poorly, and", "Hold hrajeme" };
while (!World.Player.Dead)
{
UO.DeleteJournal();
UO.Print("Hrej, Hrej ... ");
nastroj.Use();
UO.Wait(4000);
}
}

