Пример #1
0
        private static void BucsDen()
        {
            Location          toBucsDen    = new Location(2618, 977, 5);
            Location          fromBuscDen  = new Location(2727, 2133, 5);
            TeleporterGeneric TeleToBucs   = new TeleporterGeneric(toBucsDen, "teleporter", fromBuscDen);
            TeleporterGeneric TeleFromBucs = new TeleporterGeneric(fromBuscDen, "teleporter", toBucsDen);

            TeleToBucs.Create();
            TeleFromBucs.Create();
        }
Пример #2
0
        private static void SkaraFerry()
        {
            Location Boat1 = new Location(709, 2238, -2);
            Location Boat2 = new Location(683, 2242, -2);
            Location Boat3 = new Location(683, 2234, -2);

            TeleporterGeneric teleBoat1 = new TeleporterGeneric(Boat1, "skaraferry", Boat2, TeleporterGraphic.NoDraw);
            TeleporterGeneric teleBoat2 = new TeleporterGeneric(Boat2, "skaraferry", Boat1, TeleporterGraphic.NoDraw);
            TeleporterGeneric teleBoat3 = new TeleporterGeneric(Boat3, "skaraferry", Boat1, TeleporterGraphic.NoDraw);

            teleBoat1.Create();
            teleBoat2.Create();
            teleBoat3.Create();
        }
Пример #3
0
        private static void Moonglow()
        {
            Location mgReturnExit = new Location(4442, 1122, 5);

            Location          LocMGLycaeumEntrance       = new Location(4436, 1107, 5);
            Location          LocMGLycaeumExit           = new Location(4300, 992, 5);
            Location          LocMGLycaeumReturnEntrance = new Location(4300, 968, 5);
            TeleporterGeneric TeleLycaeumEntrance        = new TeleporterGeneric(LocMGLycaeumEntrance, "teleporter", LocMGLycaeumExit, TeleporterGraphic.MGtoLycauem);
            TeleporterGeneric TeleLycaeumReturn          = new TeleporterGeneric(LocMGLycaeumReturnEntrance, "teleporter", mgReturnExit, TeleporterGraphic.MGreturn);

            TeleLycaeumEntrance.Create();
            TeleLycaeumReturn.Create();

            Location          LocMGNorthEntrance       = new Location(4449, 1107, 5);
            Location          LocMGNorthExit           = new Location(4539, 890, 28);
            Location          LocMGNorthReturnEntrance = new Location(4540, 898, 32);
            TeleporterGeneric TeleMGNorthEntrance      = new TeleporterGeneric(LocMGNorthEntrance, "teleporter", LocMGNorthExit, TeleporterGraphic.MGtoNorth);
            TeleporterGeneric TeleMGNorthReturn        = new TeleporterGeneric(LocMGNorthReturnEntrance, "teleporter", mgReturnExit, TeleporterGraphic.MGreturn);

            TeleMGNorthEntrance.Create();
            TeleMGNorthReturn.Create();

            Location          LocMGTelescopeEntrance       = new Location(4449, 1115, 5);
            Location          LocMGTelescopeExit           = new Location(4671, 1135, 10);
            Location          LocMGTelescopeReturnEntrance = new Location(4663, 1134, 13);
            TeleporterGeneric TeleTelescopeEntrance        = new TeleporterGeneric(LocMGTelescopeEntrance, "teleporter", LocMGTelescopeExit, TeleporterGraphic.MGtoTelescope);
            TeleporterGeneric TeleTelescopeReturn          = new TeleporterGeneric(LocMGTelescopeReturnEntrance, "teleporter", mgReturnExit, TeleporterGraphic.MGreturn);

            TeleTelescopeEntrance.Create();
            TeleTelescopeReturn.Create();

            Location          LocMGSouthEntrance       = new Location(4443, 1137, 5);
            Location          LocMGSouthExit           = new Location(4487, 1475, 5);
            Location          LocMGSouthReturnEntrance = new Location(4496, 1475, 15);
            TeleporterGeneric TeleMGSouthEntrance      = new TeleporterGeneric(LocMGSouthEntrance, "teleporter", LocMGSouthExit, TeleporterGraphic.MGtoSouth);
            TeleporterGeneric TeleMGSouthReturn        = new TeleporterGeneric(LocMGSouthReturnEntrance, "teleporter", mgReturnExit, TeleporterGraphic.MGreturn);

            TeleMGSouthEntrance.Create();
            TeleMGSouthReturn.Create();
        }
Пример #4
0
        private static void Jhelom()
        {
            Location jhelomReturnExit = new Location(1414, 3828, 5);

            Location          jhelomNorthEntrance       = new Location(1409, 3824, 5);
            Location          jhelomNorthExit           = new Location(1124, 3623, 5);
            Location          jhelomNorthReturnEntrance = new Location(1142, 3621, 5);
            TeleporterGeneric TeleJhelomNorthEntrance   = new TeleporterGeneric(jhelomNorthEntrance, "teleporter", jhelomNorthExit, TeleporterGraphic.jhelomNorth);
            TeleporterGeneric TeleJhelomNorthReturn     = new TeleporterGeneric(jhelomNorthReturnEntrance, "teleporter", jhelomReturnExit, TeleporterGraphic.jhelomReturn);

            TeleJhelomNorthEntrance.Create();
            TeleJhelomNorthReturn.Create();

            Location          jhelomSouthEntrance       = new Location(1419, 3832, 5);
            Location          jhelomSouthExit           = new Location(1466, 4015, 5);
            Location          jhelomSouthReturnEntrance = new Location(1406, 3996, 5);
            TeleporterGeneric TeleJhelomSouthEntrance   = new TeleporterGeneric(jhelomSouthEntrance, "teleporter", jhelomSouthExit, TeleporterGraphic.jhelomSouth);
            TeleporterGeneric TeleJhelomSouthReturn     = new TeleporterGeneric(jhelomSouthReturnEntrance, "teleporter", jhelomReturnExit, TeleporterGraphic.jhelomReturn);

            TeleJhelomSouthEntrance.Create();
            TeleJhelomSouthReturn.Create();
        }
Пример #5
0
        private static void SpiritualityShrine()
        {
            Location          SpiritualityEntranceLoc1 = new Location(1600, 2489, 12);
            Location          SpiritualityEntranceLoc2 = new Location(1600, 2490, 12);
            Location          SpiritualityEntranceDest = new Location(1595, 2490, 20);
            TeleporterGeneric SpiritualityEntrance1    = new TeleporterGeneric(SpiritualityEntranceLoc1, "spiritual", SpiritualityEntranceDest);
            TeleporterGeneric SpiritualityEntrance2    = new TeleporterGeneric(SpiritualityEntranceLoc2, "spiritual", SpiritualityEntranceDest);

            SpiritualityEntrance1.Create();
            SpiritualityEntrance2.Create();

            Location          SpiritualityExitLoc1 = new Location(1593, 2488, 17);
            Location          SpiritualityExitLoc2 = new Location(1594, 2488, 17);
            Location          SpiritualityExitLoc3 = new Location(1595, 2488, 17);
            Location          SpiritualityExitDest = SpiritualityEntranceLoc1;
            TeleporterGeneric SpiritualityExit1    = new TeleporterGeneric(SpiritualityExitLoc1, "teleporter", SpiritualityExitDest);
            TeleporterGeneric SpiritualityExit2    = new TeleporterGeneric(SpiritualityExitLoc2, "teleporter", SpiritualityExitDest);
            TeleporterGeneric SpiritualityExit3    = new TeleporterGeneric(SpiritualityExitLoc3, "teleporter", SpiritualityExitDest);

            SpiritualityExit1.Create();
            SpiritualityExit2.Create();
            SpiritualityExit3.Create();
        }
Пример #6
0
        private static void Wind()
        {
            Location          windEntranceLocation    = new Location(1361, 883, 0);
            Location          windEntranceDestination = new Location(5166, 245, 15);
            TeleporterGeneric windEntrance            = new TeleporterGeneric(windEntranceLocation, "windentr", windEntranceDestination, TeleporterGraphic.PentagramCenter);

            windEntrance.Create();

            Location          windExitLocation    = new Location(5191, 152, 0);
            Location          windExitDestination = new Location(1367, 891, 0);
            TeleporterGeneric windExit            = new TeleporterGeneric(windExitLocation, "teleporter", windExitDestination, TeleporterGraphic.PentagramCenter);

            windExit.Create();

            Location          toWindParkEnter   = new Location(5200, 71, 17);
            Location          toWindParkExit    = new Location(5211, 22, 15);
            Location          fromWindParkEnter = new Location(5217, 18, 15);
            Location          fromWindParkExit  = new Location(5204, 74, 17);
            TeleporterGeneric TeleToWindPark    = new TeleporterGeneric(toWindParkEnter, "teleporter", toWindParkExit, TeleporterGraphic.PentagramCenter);
            TeleporterGeneric TeleFromWindPark  = new TeleporterGeneric(fromWindParkEnter, "teleporter", fromWindParkExit, TeleporterGraphic.PentagramCenter);

            TeleToWindPark.Create();
            TeleFromWindPark.Create();
        }