Musicianship

Datum: 27/07/2011 14:05:34

Staženo: 644x

Popis:

Targetem vyberete nástroj hrací a trénujete..


Hodnocení: 3.6/10 (123 hlasy)

Download file:cs

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);
            }
        }
Zde ještě není žádný komentář.

Nový komentář