Exemplo n.º 1
0
        private static void TownRun()
        {
            if (!NeedsRepair() && !IsInventoryStuffed())
            {
                return;
            }

            GoTown();

            SnagIt.IdentifyAll();

            MoveReallyFast(2966, 2825);
            MoveReallyFast(2941.5f, 2850.7f);
            Interact("Salvage", false);
            SnagIt.SalvageItems();

            MoveReallyFast(2940, 2813);
            MoveReallyFast(2895, 2782);
            Interact("Tashun the Miner", false);
            RepairAll();
            SnagIt.SellItems();

            MoveReallyFast(2933, 2789);
            MoveReallyFast(2969, 2791);
            Interact("Stash", false);
            SnagIt.StashItems();


            MoveReallyFast(2977, 2799);
            TakePortal();
        }