[T1 Request] - Flag coordinates for new LT maps

NiTe
03-06-2004, 08:52 PM
Hoping somebody might have the flag coordinates for the latest LT maps, so i can add them to my current waypoint script. Thanks.

~NiTe

Mr. Hated
03-06-2004, 09:09 PM
you need a better waypoint script

EasyTarget
03-06-2004, 10:27 PM
I don't know what the latest LT maps are, but this is what I have:

$Waypoint::Base["BastardForgeLT", 0] = "376 296";
$Waypoint::Base["BastardForgeLT", 1] = "606 717";
$Waypoint::Base["BroadsideLT", 0] = "623 520";
$Waypoint::Base["BroadsideLT", 1] = "388 496";
$Waypoint::Base["CanyonCrusadeDeluxeLT", 0] = "805 592";
$Waypoint::Base["CanyonCrusadeDeluxeLT", 1] = "205 571";
$Waypoint::Base["CanyonCrusadeLT", 0] = "805 592";
$Waypoint::Base["CanyonCrusadeLT", 1] = "215 572";
$Waypoint::Base["CloakOfDayLT", 0] = "831 832";
$Waypoint::Base["CloakOfDayLT", 1] = "180 186";
$Waypoint::Base["DangerousCrossingLT", 0] = "800 749";
$Waypoint::Base["DangerousCrossingLT", 1] = "420 286";
$Waypoint::Base["DesertOfDeathLT", 0] = "478 258";
$Waypoint::Base["DesertOfDeathLT", 1] = "313 835";
$Waypoint::Base["EmeraldValleyLT", 0] = "554 797";
$Waypoint::Base["EmeraldValleyLT", 1] = "555 141";
$Waypoint::Base["HildebrandLT", 0] = "489 258";
$Waypoint::Base["HildebrandLT", 1] = "442 751";
$Waypoint::Base["HillKingLT", 0] = "548 295";
$Waypoint::Base["HillKingLT", 1] = "651 633";
$Waypoint::Base["IceDaggerLT", 0] = "222 233";
$Waypoint::Base["IceDaggerLT", 1] = "808 786";
$Waypoint::Base["IceRidgeLT", 0] = "599 211";
$Waypoint::Base["IceRidgeLT", 1] = "344 787";
$Waypoint::Base["JaggedClawLT", 0] = "635 250";
$Waypoint::Base["JaggedClawLT", 1] = "297 756";
$Waypoint::Base["LotusLT", 0] = "420 245";
$Waypoint::Base["LotusLT", 1] = "521 777";
$Waypoint::Base["MidnightMayhemDeluxeLT", 0] = "123 510";
$Waypoint::Base["MidnightMayhemDeluxeLT", 1] = "885 492";
$Waypoint::Base["MiddayMayhemLT", 0] = "88 474";
$Waypoint::Base["MiddayMayhemLT", 1] = "915 522";
$Waypoint::Base["ObfuscationLT", 0] = "283 836";
$Waypoint::Base["ObfuscationLT", 1] = "751 241";
$Waypoint::Base["RaindanceLT", 0] = "576 138";
$Waypoint::Base["RaindanceLT", 1] = "386 843";
$Waypoint::Base["ReliquaryLT", 0] = "633 189";
$Waypoint::Base["ReliquaryLT", 1] = "390 834";
$Waypoint::Base["RhaskicLT", 0] = "804 640";
$Waypoint::Base["RhaskicLT", 1] = "191 301";
$Waypoint::Base["RollercoasterLT", 0] = "487 901";
$Waypoint::Base["RollercoasterLT", 1] = "382 168";
$Waypoint::Base["RunoutLT", 0] = "878 737";
$Waypoint::Base["RunoutLT", 1] = "134 289";
$Waypoint::Base["RunwayLT", 0] = "159 721";
$Waypoint::Base["RunwayLT", 1] = "901 387";
$Waypoint::Base["SimoomLT", 0] = "233 602";
$Waypoint::Base["SimoomLT", 1] = "790 421";
$Waypoint::Base["SnowblindLT", 0] = "193 501";
$Waypoint::Base["SnowblindLT", 1] = "863 606";
$Waypoint::Base["SpinCycleLT", 0] = "504 852";
$Waypoint::Base["SpinCycleLT", 1] = "507 202";
$Waypoint::Base["StarFallLT", 0] = "555 252";
$Waypoint::Base["StarFallLT", 1] = "553 763";
$Waypoint::Base["StonehengeLT", 0] = "228 242";
$Waypoint::Base["StonehengeLT", 1] = "814 736";
$Waypoint::Base["SulfuriousLT", 0] = "591 199";
$Waypoint::Base["SulfuriousLT", 1] = "442 835";
$Waypoint::Base["TesseractLT", 0] = "511 907";
$Waypoint::Base["TesseractLT", 1] = "511 108";

There might be some typos, I haven't checked all the coordinates yet.

NiTe
03-07-2004, 01:19 AM
That should do it...if anyone has anything else..post it. Thanks.

~NiTe

Amadeus
03-07-2004, 03:45 AM
Look for the flag object in the .mis file. It should look like this:

instant Item "flag1" {
dataBlock = "flag";
name = "";
position = "-379.015 140.812 111.016";
rotation = "0 -0 -0.939984";
destroyable = "True";
deleteOnDestroy = "False";
rotates = "False";
collideable = "False";
count = "1";
};

SuperSlug
03-07-2004, 10:01 PM
// -=-=-=-=-=-=-=-=-=-=-=-=-
// Add a WP to the data set
// -=-=-=-=-=-=-=-=-=-=-=-=-
// mapName: This is the value of the server global $servermission
// x: the x coordinate of map WP
// y: the x coordinate of map WP
// side: 0=BE, 1=DS

editActionMap("playMap.sae");
bindCommand(keyboard0, make, shift, "g", TO, "Waypoints::targetFriendly ();");
bindCOmmand(keyboard0, make, shift, "q", TO, "Waypoints::targetEnemy();");

function Waypoints::addWP(%map, %x, %y, %side, %target)
{
$Waypoints::data[%map] = 1;
$Waypoints::data[%map, %side, x] = %x;
$Waypoints::data[%map, %side, y] = %y;
$Waypoints::data[%map, %side, target] = %target;
$Waypoints::data[%map, points]++;
}

function Waypoints::targetFriendly ()
{
if (!$Waypoints::data[$ServerMission])
return;

%side = Team::Friendly();

remoteEval( 2048, "issueCommand", 1, "Waypoint: Friendly " @ $Waypoints::data[$ServerMission, %side, target],
$Waypoints::data[$ServerMission, %side, x], $Waypoints::data[$servermission, %side, y],
getManagerId());
}

function Waypoints::targetEnemy()
{
if (!$Waypoints::data[$ServerMission])
return;

%side = Team::Enemy();

remoteEval( 2048, "issueCommand", 1, "Waypoint: Enemy " @ $Waypoints::data[$ServerMission, %side, target],
$Waypoints::data[$ServerMission, %side, x], $Waypoints::data[$servermission, %side, y],
getManagerId());
}




Waypoints::addWP("CanyonCrusade_deluxe", 806, 592, 0, "Flag");
Waypoints::addWP("CanyonCrusade_deluxe", 205, 572, 1, "Flag");
Waypoints::addWP("CanyonCrusade_deluxe ", 806, 592, 0, "Flag");
Waypoints::addWP("CanyonCrusade_deluxe ", 205, 572, 1, "Flag");

Waypoints::addWP("CloakOfNight", 840, 836, 0, "Flag");
//Waypoints::addWP("CloakOfNight", 916, 702, 0, "Rocket Turret");
Waypoints::addWP("CloakOfNight", 184, 188, 1, "Flag");
//Waypoints::addWP("CloakOfNight", 109, 322, 1, "Rocket Turret");

Waypoints::addWP("DangerousCrossing", 800, 750, 0, "Flag");
Waypoints::addWP("DangerousCrossing", 421, 288, 1, "Flag");

Waypoints::addWP("Desert_Of_Death", 389, 196, 0, "Flag");
//Waypoints::addWP("Desert_Of_Death", 537, 327, 0, "East Pulse Sensor");
//Waypoints::addWP("Desert_Of_Death", 319, 245, 0, "West Pulse Sensor");
Waypoints::addWP("Desert_Of_Death", 371, 883, 1, "Flag");
//Waypoints::addWP("Desert_Of_Death", 492, 775, 1, "East Pulse Sensor");
//Waypoints::addWP("Desert_Of_Death", 142, 773, 1, "West Pulse Sensor");
//Waypoints::addWP("Desert_Of_Death", 195, 433, 2, "Elf Gun");

//Waypoints::addWP("Domino", 295, 735, 0, "Base");
Waypoints::addWP("Domino", 256, 226, 0, "Flag");
//Waypoints::addWP("Domino", 726, 287, 1, "Base");
Waypoints::addWP("Domino", 768, 797, 1, "Flag");

Waypoints::addWP("IceRidge", 599, 212, 0, "Flag");
Waypoints::addWP("IceRidge", 345, 787, 1, "Flag");


Waypoints::addWP("JaggedClaw", 635, 250, 0, "Flag");
Waypoints::addWP("JaggedClaw", 297, 756, 1, "Flag");

//Waypoints::addWP("Obfuscation", 202, 876, 0, "Base");
Waypoints::addWP("Obfuscation", 283, 836, 0, "Flag");
//Waypoints::addWP("Obfuscation", 834, 201, 1, "Base");
Waypoints::addWP("Obfuscation", 752, 241, 1, "Flag");

Waypoints::addWP("IceDagger", 222, 233, 0, "Flag");
Waypoints::addWP("IceDagger", 808, 786, 1, "Flag");

Waypoints::addWP("MidnightMayhem_deluxe", 124, 510, 0, "Flag");
//Waypoints::addWP("MidnightMayhem_deluxe", 217, 374, 0, "Rocket Turret");

Waypoints::addWP("MidnightMayhem_deluxe", 886, 491, 1, "Flag");
//Waypoints::addWP("MidnightMayhem_deluxe", 798, 619, 1, "Rocket Turret");

Waypoints::addWP("MidnightMayhem_deluxe ", 124, 510, 0, "Flag");
//Waypoints::addWP("MidnightMayhem_deluxe ", 217, 374, 0, "Rocket Turret");

Waypoints::addWP("MidnightMayhem_deluxe ", 886, 491, 1, "Flag");
//Waypoints::addWP("MidnightMayhem_deluxe ", 798, 619, 1, "Rocket Turret");

Waypoints::addWP("Raindance", 577, 138, 0, "Flag");
Waypoints::addWP("Raindance", 386, 844, 1, "Flag");

Waypoints::addWP("Reliquary", 634, 190, 0, "Flag");
Waypoints::addWP("Reliquary", 391, 834, 1, "Flag");

Waypoints::addWP("Rollercoaster", 488, 902, 0, "Flag");
Waypoints::addWP("Rollercoaster", 382, 168, 1, "Flag");

//Waypoints::addWP("Simoom", 121, 553, 0, "Base");
Waypoints::addWP("Simoom", 233, 603, 0, "Flag");
////Waypoints::addWP("Simoom", 189, 489, 0, "Repair Pack");
Waypoints::addWP("Simoom", 902, 470, 1, "Base");
Waypoints::addWP("Simoom", 791, 421, 1, "Flag");
//Waypoints::addWP("Simoom", 836, 535, 1, "Repair Pack");

Waypoints::addWP("Snowblind", 194, 502, 0, "Flag");
//Waypoints::addWP("Snowblind", 445, 681, 0, "Tower");
Waypoints::addWP("Snowblind", 862, 607, 1, "Flag");
//Waypoints::addWP("Snowblind", 515, 418, 1, "Tower");

Waypoints::addWP("SpinCycle", 505, 853, 0, "Flag");
Waypoints::addWP("SpinCycle", 508, 203, 1, "Flag");

Waypoints::addWP("Stonehenge", 230, 244, 0, "Flag");
Waypoints::addWP("Stonehenge", 814, 735, 1, "Flag");

////////////////////////////////////////////////////////////////////////////
// Added for the ReZurection CTF Map Pack by Kallysto
////////////////////////////////////////////////////////////////////////////
Waypoints::addWP("DeadlyValley", 869, 479, 0, "Flag");
Waypoints::addWP("DeadlyValley", 211, 465, 1, "Flag");
//Waypoints::addWP("DeadlyValley", 873, 470, 0, "Base");
//Waypoints::addWP("DeadlyValley", 212, 456, 1, "Base");

Waypoints::addWP("DesertNights", 441, 772, 0, "Flag");
Waypoints::addWP("DesertNights", 352, 266, 1, "Flag");

Waypoints::addWP("StoneDust", 403, 498, 0, "Flag");
Waypoints::addWP("StoneDust", 776, 486, 1, "Flag");

Waypoints::addWP("MistyLinks", 410, 779, 0, "Flag");
Waypoints::addWP("MistyLinks", 650, 380, 1, "Flag");

Waypoints::addWP("AntarcticSpell", 399, 785, 0, "Flag");
Waypoints::addWP("AntarcticSpell", 253, 256, 1, "Flag");
//Waypoints::addWP("AntarcticSpell", 482, 743, 0, "Base");
//Waypoints::addWP("AntarcticSpell", 359, 235, 1, "Base");

Waypoints::addWP("QuickSand", 539, 780, 0, "Flag");
Waypoints::addWP("QuickSand", 530, 257, 1, "Flag");

////////////////////////////////////////////////////////////////////////////
// Added for the OpenCall2 Map Pack by Superslug
// Last updated 7-15-02
////////////////////////////////////////////////////////////////////////////

Waypoints::addWP("Bastard_Forge", 377, 297, 0, "Flag");
Waypoints::addWP("Bastard_Forge", 606, 718, 1, "Flag");

Waypoints::addWP("Control", 808, 750, 0, "Flag");
Waypoints::addWP("Control", 162, 203, 1, "Flag");

Waypoints::addWP("Integration", 847, 353, 0, "Flag");
Waypoints::addWP("Integration", 228, 546, 1, "Flag");

Waypoints::addWP("Hildebrand", 488, 259, 0, "Flag");
Waypoints::addWP("Hildebrand", 445, 751, 1, "Flag");

Waypoints::addWP("Runout", 879, 736, 0, "Flag");
Waypoints::addWP("Runout", 134, 289, 1, "Flag");

Waypoints::addWP("StarFall", 556, 251, 0, "Flag");
Waypoints::addWP("StarFall", 554, 764, 1, "Flag");

Waypoints::addWP("Tesseract", 512, 907, 0, "Flag");
Waypoints::addWP("Tesseract", 512, 109, 1, "Flag");

Waypoints::addWP("Sand_Pits", 341, 299, 0, "Flag");
Waypoints::addWP("Sand_Pits", 758, 714, 1, "Flag");

////////////////////////////////////////////////////////////////////////////
// Bastard Forge Day
// Added 8-23-02 by SuperSlug
////////////////////////////////////////////////////////////////////////////
Waypoints::addWP("Bastard_Forge_Day", 376, 298, 0, "Flag");
Waypoints::addWP("Bastard_Forge_Day", 606, 718, 1, "Flag");

////////////////////////////////////////////////////////////////////////////
// Added for the LT Map Pack by SuperSlug
// Added 1-5-03
////////////////////////////////////////////////////////////////////////////

Waypoints::addWP("DangerousCrossingLT", 800, 750, 0, "Flag");
Waypoints::addWP("DangerousCrossingLT", 421, 288, 1, "Flag");

Waypoints::addWP("HildebrandLT", 491, 259, 0, "Flag");
Waypoints::addWP("HildebrandLT", 443, 751, 1, "Flag");

Waypoints::addWP("raindanceLT", 575, 138, 0, "Flag");
Waypoints::addWP("raindanceLT", 387, 843, 1, "Flag");

Waypoints::addWP("SimoomLT", 233, 603, 0, "Flag");
Waypoints::addWP("SimoomLT", 791, 421, 1, "Flag");

Waypoints::addWP("BlastsideLT", 654, 521, 0, "Flag");
Waypoints::addWP("BlastsideLT", 361, 510, 1, "Flag");

Waypoints::addWP("BroadsideLT", 646, 521, 0, "Flag");
Waypoints::addWP("BroadsideLT", 369, 507, 1, "Flag");

Waypoints::addWP("CanyonCrusadeLT", 805, 593, 0, "Flag");
Waypoints::addWP("CanyonCrusadeLT", 216, 572, 1, "Flag");

////////////////////////////////////////////////////////////////////////////
// Added for the LT Map Pack 2.0 by SuperSlug
// Added 2-22-03
////////////////////////////////////////////////////////////////////////////

Waypoints::addWP("Bastard_ForgeLT", 377, 294, 0, "Flag");
Waypoints::addWP("Bastard_ForgeLT", 603, 725, 1, "Flag");


Waypoints::addWP("CloakOfNightLT", 831, 833, 0, "Flag");
Waypoints::addWP("CloakOfNightLT", 180, 186, 1, "Flag");


Waypoints::addWP("IceRidgeLT", 600, 211, 0, "Flag");
Waypoints::addWP("IceRidgeLT", 344, 788, 1, "Flag");


Waypoints::addWP("JaggedClawLT", 636, 251, 0, "Flag");
Waypoints::addWP("JaggedClawLT", 298, 757, 1, "Flag");


Waypoints::addWP("RollercoasterLT", 488, 902, 0, "Flag");
Waypoints::addWP("RollercoasterLT", 382, 169, 1, "Flag");


Waypoints::addWP("SpinCycleLT", 506, 852, 0, "Flag");
Waypoints::addWP("SpinCycleLT", 508, 203, 1, "Flag");


Waypoints::addWP("StarFallLT", 556, 252, 0, "Flag");
Waypoints::addWP("StarFallLT", 554, 763, 1, "Flag");


Waypoints::addWP("StonehengeLT", 230, 244, 0, "Flag");
Waypoints::addWP("StonehengeLT", 817, 737, 1, "Flag");


Waypoints::addWP("Titan", 515, 787, 0, "Flag");
Waypoints::addWP("Titan", 545, 305, 1, "Flag");


Waypoints::addWP("Hillside", 390, 734, 0, "Flag");
Waypoints::addWP("Hillside", 411, 255, 1, "Flag");

//LT 3.2 Final added 8-28-03 by SuperSlug
Waypoints::addWP("BastardForgeLT", 376, 296, 0, "Flag");
Waypoints::addWP("BastardForgeLT", 606, 718, 1, "Flag");

Waypoints::addWP("BroadsideLT", 623, 521, 0, "Flag");
Waypoints::addWP("BroadsideLT", 388, 497, 1, "Flag");

Waypoints::addWP("CanyonCrusadeDeluxeLT", 805, 592, 0, "Flag");
Waypoints::addWP("CanyonCrusadeDeluxeLT", 205, 571, 1, "Flag");

Waypoints::addWP("CloakOfDayLT", 829, 834, 0, "Flag");
Waypoints::addWP("CloakOfDayLT", 180, 186, 1, "Flag");

Waypoints::addWP("DesertOfDeathLT", 478, 258, 0, "Flag");
Waypoints::addWP("DesertOfDeathLT", 313, 835, 1, "Flag");

Waypoints::addWP("EmeraldValleyLT", 555, 797, 0, "Flag");
Waypoints::addWP("EmeraldValleyLT", 555, 143, 1, "Flag");

Waypoints::addWP("HillKingLT", 549, 296, 0, "Flag");
Waypoints::addWP("HillKingLT", 653, 633, 1, "Flag");

Waypoints::addWP("IceDaggerLT", 222, 235, 0, "Flag");
Waypoints::addWP("IceDaggerLT", 808, 787, 1, "Flag");

Waypoints::addWP("LotusLT", 421, 247, 0, "Flag");
Waypoints::addWP("LotusLT", 522, 778, 1, "Flag");

Waypoints::addWP("MiddayMayhemDeluxeLT", 124, 510, 0, "Flag");
Waypoints::addWP("MiddayMayhemDeluxeLT", 886, 493, 1, "Flag");

Waypoints::addWP("MiddayMayhemLT", 90, 474, 0, "Flag");
Waypoints::addWP("MiddayMayhemLT", 918, 521, 1, "Flag");

Waypoints::addWP("ObfuscationLT", 283, 837, 0, "Flag");
Waypoints::addWP("ObfuscationLT", 752, 240, 1, "Flag");

Waypoints::addWP("ReliquaryLT", 632, 190, 0, "Flag");
Waypoints::addWP("ReliquaryLT", 391, 833, 1, "Flag");

Waypoints::addWP("RhaskicLT", 804, 641, 0, "Flag");
Waypoints::addWP("RhaskicLT", 192, 301, 1, "Flag");

Waypoints::addWP("RunwayLT", 160, 721, 0, "Flag");
Waypoints::addWP("RunwayLT", 902, 387, 1, "Flag");

Waypoints::addWP("SulfuriousLT", 592, 200, 0, "Flag");
Waypoints::addWP("SulfuriousLT", 443, 836, 1, "Flag");

Waypoints::addWP("TesseractLT", 512, 907, 0, "Flag");
Waypoints::addWP("TesseractLT", 512, 108, 1, "Flag");

NiTe
03-08-2004, 05:26 PM
Perfect. Thank you.

~NiTe