Exemple #1
0
 //To Outland
 public static void HordeNorthrendToOutland()
 {
     if (Usefuls.ContinentId == (int)ContinentId.Northrend)
     {
         GoToTask.ToPositionAndIntecractWithGameObject(DalaranPortalToShattrathPosition, DalaranPortalToShattrathId);
         Thread.Sleep(5000);
     }
 }
Exemple #2
0
 // ********** FROM KALIMDOR **********
 // To EK
 public static void HordeKalimdorToEK()
 {
     if (Usefuls.ContinentId == (int)ContinentId.Kalimdor)
     {
         GoToTask.ToPositionAndIntecractWithGameObject(OGPortalToBlastedLandsPosition, OGPortalToBlastedLandsId);
         Thread.Sleep(5000);
     }
 }
Exemple #3
0
 // ********** FROM NORTHREND **********
 //To EK
 public static void HordeNorthrendToEK()
 {
     if (Usefuls.ContinentId == (int)ContinentId.Northrend)
     {
         GoToTask.ToPositionAndIntecractWithGameObject(DalaranPortalToUndercityPosition, DalaranPortalToUndercityId);
         Thread.Sleep(5000);
     }
 }
Exemple #4
0
 // ********** FROM OUTLAND **********
 // To Kalimdor
 public static void HordeOutlandToKalimdor()
 {
     if (Usefuls.ContinentId == (int)ContinentId.Expansion01)
     {
         GoToTask.ToPositionAndIntecractWithGameObject(shattrathPortalToKalimdorPosition, shattrathPortalToKalimdorId);
         Thread.Sleep(5000);
     }
 }