Advertisement
Guest User

ya

a guest
Jul 6th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.55 KB | None | 0 0
  1. local FactionIds = {
  2.         2594550,
  3.         2596020,
  4.         2596036,
  5.         2596214,
  6.         2596879,
  7.         2596046,
  8.         2597879,
  9.         2598322,
  10.         2598587,
  11.         2598817,
  12.         2598835,
  13.         2599463,
  14.         2600740,
  15.         2601315,
  16.         2601165,
  17.         2601512,
  18.         2602023,
  19.         2602033,
  20.         2601667,
  21.         2602622,
  22.         2603012,
  23.         2603062,
  24.         2603142,
  25.         2603217,
  26.         2605097,
  27.         2605146,
  28.         2605318,
  29.         2603656,
  30.         2603566,
  31.         2601589,
  32.         2605508,
  33.         2606334,
  34.         2606451,
  35.         2606501,
  36.         2606719,
  37.         2606812,
  38.         2606958,
  39.         2606998,
  40.         2607380,
  41.         2607633,
  42.         2608071,
  43.         2608182,
  44.         2611235,
  45.         2611227,
  46.         2610380,
  47.         2613480,
  48.         2610380,
  49.         2613240,
  50.         2613728,
  51.         2614079,
  52.         2614589,
  53.         2614586,
  54.         2614690,
  55.         2614610,
  56.         2614721,
  57.         2614749,
  58.        
  59.         --UNSCRAMBLE (DELETE EVERYTHING AND REORGANIZE AFTER THIS)
  60.         2615293,
  61.         2616392,
  62.         2616391,
  63.        -- 2616361,
  64.         2616254,
  65.         2616016,
  66.         2615815,
  67.         2608774,
  68.         2615293
  69. }
  70.  
  71. local FactionNames = {
  72.         "SWR: Community Group",
  73.         "SWR: 501st Vader's Fist",
  74.         "SWR: Smugglers' Alliance",
  75.         "SWR: Imperial Civil Protection {ICP}",
  76.         "SWR: The Tuskens",
  77.         "SWR: The Hutt Clan",
  78.         "SWR: Spec Force Recon" ,
  79.         "SWR: Haar Mando'ade",
  80.         "SWR: The Death Watch",
  81.         "SWR: Bounty Hunters' Guild",
  82.         "SWR: Clan Fett",
  83.         "SWR: Imperial Intelligence",
  84.         "SWR: The Wookies",
  85.         "SWR: Zann Consortium",
  86.         "SWR: Scout Trooper Corps",
  87.         "SWR: The Dark Jedi Order",
  88.         "SWR: Pirates",
  89.         "SWR: The Jedi Rebellion",
  90.         "SWR: The Freedom Fighters",
  91.         "SWR: Rebel Renegade Squadron",
  92.         "SWR: The Gungans",
  93.         "SWR: Alliance Intelligence",
  94.         "SWR: Nova Corps",
  95.         "SWR: Rogue Clones",
  96.         "SWR: Trading Consultancy",
  97.         "SWR: 301st Imperial Regiment",
  98.         "SWR: 38th Security Division",
  99.         "SWR: Civilian Help Squad",
  100.         "SWR: The 396th Siege Battalion",
  101.         "SWR: Rebel Bounty's Guild",
  102.         "SWR: Imperial Scout Trooper Legion",
  103.         "SWR: Imperial Galactic Marines",
  104.         "SWR: The Shadow Troopers",
  105.         "SWR: General Kota Militia Forces",
  106.         "SWR: Intergalactic Assassins",
  107.         "SWR: ARC Commandos",
  108.         "SWR: Rodian of the Galaxy",
  109.         "SWR: 22nd Infantry Division",
  110.         "SWR: The Inquisitorius",
  111.         "SWR: 327'th Star Corps",
  112.         "SWR: The Rebel Cell",
  113.         "SWR: The Rebel Commandos",
  114.         "SWR: The Hutt Gang",
  115.         "SWR: Jawa Scrap Peddlers",
  116.         "SWR: The Old Sith Order",
  117.         "SWR: Squad Leaders",
  118.         "SWR: The Old Sith Order",
  119.         "SWR: Imperial Knights",
  120.         "SWR: The Jedi Survivors",
  121.         "SWR: Peacekeeper",
  122.         "SWR: Star Wars Jedi Acedmy",
  123.         "SWR: Nova Infantry",
  124.         "SWR: Dark Troopers",
  125.         "SWR: The Shadows of the Jedi Order",
  126.         "SWR: Royal Guard",
  127.         "SWR: The 41st Stormtrooper Legion",
  128.        
  129.         --UNSCRAMBLE (DELETE EVERYTHING AND REORGANIZE AFTER THIS)
  130.         "SWR: Sith of The Shadow Order",
  131.         "SWR: Sith Lords",
  132.         "SWR: The Elders",
  133.         --"SWR: Rebel Alliance",
  134.         "SWR: The Massassi Warriors",
  135.         "SWR: Imperial Security Bureau",
  136.         "SWR: The Elite Imperials",
  137.         "SWR: The Bone Cartel",
  138.         "SWR: Sith of The Shadow Order",
  139.  
  140. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement