ArmsLore

Datum: 20/06/2012 23:37:34

Staženo: 874x

Popis:

Potřeba nastavit object "cil". na brnění nebo něco a bude to fungovat...


Hodnocení: 4.1/10 (167 hlasy)

Download file:cs

Příkazy:

  • ,exec armslore

Kód:

[Executable]
        public void ArmsLore()
        {
            while (!World.Player.Dead)
            {                
                using (JournalEventWaiter waiter = new JournalEventWaiter(true, "It is repairable."))
                  {                    
                      UO.Print("Arms Lore ...");
                      UO.WaitTargetObject(Aliases.GetObject("cil"));
                      UO.UseSkill("Arms Lore");
                      UO.Wait(500);                                           
                      if (!waiter.Wait(10000)) UO.PrintWarning("Waiting for Skill timeout.");
                  }            
            }          
        }
Bruce
17 Oct 2022

CG in films show us a new magical world. Have you ever wonder about the real heights of actors who play Hobbits in Lord of the Rings? You can find the answer on celeb height wiki with some clicks.

Nový komentář