Advertisement
jrubimf

MGS Item Menu

Mar 12th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.95 KB | None | 0 0
  1. { text = "1 COL_JUNK_Common_Weapon", action = function() this.addItem("COL_JUNK_Common_Weapon") end },
  2. { text = "2 COL_JUNK_UnCommon_Weapon", action = function() this.addItem("COL_JUNK_UnCommon_Weapon") end },
  3. { text = "3 COL_JUNK_Rare_Weapon", action = function() this.addItem("COL_JUNK_Rare_Weapon") end },
  4. { text = "4 COL_JUNK_Legendary_Weapon", action = function() this.addItem("COL_JUNK_Legendary_Weapon") end },
  5. { text = "5 COL_JUNK_Exotic_Weapon", action = function() this.addItem("COL_JUNK_Exotic_Weapon") end },
  6. { text = "6 COL_JUNK_Common_Accessory", action = function() this.addItem("COL_JUNK_Common_Accessory") end },
  7. { text = "7 COL_JUNK_UnCommon_Accessory", action = function() this.addItem("COL_JUNK_UnCommon_Accessory") end },
  8. { text = "8 COL_JUNK_Rare_Accessory", action = function() this.addItem("COL_JUNK_Rare_Accessory") end },
  9. { text = "9 COL_JUNK_Legendary_Accessory", action = function() this.addItem("COL_JUNK_Legendary_Accessory") end },
  10. { text = "10 COL_JUNK_Exotic_Accessory", action = function() this.addItem("COL_JUNK_Exotic_Accessory") end },
  11. { text = "11 COL_Common_Weapon", action = function() this.addItem("COL_Common_Weapon") end },
  12. { text = "12 COL_Common_Accessory", action = function() this.addItem("COL_Common_Accessory") end },
  13. { text = "13 COL_Common_Material", action = function() this.addItem("COL_Common_Material") end },
  14. { text = "14 COL_UnCommon_Weapon", action = function() this.addItem("COL_UnCommon_Weapon") end },
  15. { text = "15 COL_UnCommon_Accessory", action = function() this.addItem("COL_UnCommon_Accessory") end },
  16. { text = "16 OL_UnCommon_Material", action = function() this.addItem("COL_UnCommon_Material") end },
  17. { text = "17 COL_Rare_Weapon", action = function() this.addItem("COL_Rare_Weapon") end },
  18. { text = "18 COL_Rare_Accessory", action = function() this.addItem("COL_Rare_Accessory") end },
  19. { text = "19 COL_Rare_Material", action = function() this.addItem("COL_Rare_Material") end },
  20. { text = "20 COL_Legendary_Weapon", action = function() this.addItem("COL_Legendary_Weapon") end },
  21. { text = "21 COL_Legendary_Accessory", action = function() this.addItem("COL_Legendary_Accessory") end },
  22. { text = "22 COL_Legendary_Material", action = function() this.addItem("COL_Legendary_Material") end },
  23. { text = "23 COL_Exotic_Weapon", action = function() this.addItem("COL_Exotic_Weapon") end },
  24. { text = "24 COL_Exotic_Accessory", action = function() this.addItem("COL_Exotic_Accessory") end },
  25. { text = "25 COL_Exotic_Material", action = function() this.addItem("COL_Exotic_Material") end },
  26. { text = "26 COL_PKG_Common_Weapon", action = function() this.addItem("COL_PKG_Common_Weapon") end },
  27. { text = "27 COL_PKG_UnCommon_Weapon", action = function() this.addItem("COL_PKG_UnCommon_Weapon") end },
  28. { text = "28 COL_PKG_Rare_Weapon", action = function() this.addItem("COL_PKG_Rare_Weapon") end },
  29. { text = "29 COL_PKG_Legendary_Weapon", action = function() this.addItem("COL_PKG_Legendary_Weapon") end },
  30. { text = "30 COL_PKG_Exotic_Weapon", action = function() this.addItem("COL_PKG_Exotic_Weapon") end },
  31. { text = "31 COL_PKG_Common_Accessory", action = function() this.addItem("COL_PKG_Common_Accessory") end },
  32. { text = "32 COL_PKG_UnCommon_Accessory", action = function() this.addItem("COL_PKG_UnCommon_Accessory") end },
  33. { text = "33 COL_PKG_Rare_Accessory", action = function() this.addItem("COL_PKG_Rare_Accessory") end },
  34. { text = "34 COL_PKG_Legendary_Accessory", action = function() this.addItem("COL_PKG_Legendary_Accessory") end },
  35. { text = "35 COL_PKG_Exotic_Accessory", action = function() this.addItem("COL_PKG_Exotic_Accessory") end },
  36. { text = "36 COL_PKG_Common_Material", action = function() this.addItem("COL_PKG_Common_Material") end },
  37. { text = "37 COL_PKG_UnCommon_Material", action = function() this.addItem("COL_PKG_UnCommon_Material") end },
  38. { text = "38 COL_PKG_Rare_Material", action = function() this.addItem("COL_PKG_Rare_Material") end },
  39. { text = "39 COL_PKG_Legendary_Material", action = function() this.addItem("COL_PKG_Legendary_Material") end },
  40. { text = "40 COL_PKG_Exotic_Material", action = function() this.addItem("COL_PKG_Exotic_Material") end },
  41. { text = "41 BP_Junk_Weapon_Common", action = function() this.addItem("BP_Junk_Weapon_Common") end },
  42. { text = "42 BP_Junk_Weapon_Uncommon", action = function() this.addItem("BP_Junk_Weapon_Uncommon") end },
  43. { text = "43 BP_Junk_Weapon_Rare", action = function() this.addItem("BP_Junk_Weapon_Rare") end },
  44. { text = "44 BP_Junk_Weapon_Legendary", action = function() this.addItem("BP_Junk_Weapon_Legendary") end },
  45. { text = "45 BP_Junk_Weapon_Exotic", action = function() this.addItem("BP_Junk_Weapon_Exotic") end },
  46. { text = "46 BP_Junk_Accessory_Common", action = function() this.addItem("BP_Junk_Accessory_Common") end },
  47. { text = "47 BP_Junk_Accessory_Uncommon", action = function() this.addItem("BP_Junk_Accessory_Uncommon") end },
  48. { text = "48 BP_Junk_Accessory_Rare", action = function() this.addItem("BP_Junk_Accessory_Rare") end },
  49. { text = "49 BP_Junk_Accessory_Legendary", action = function() this.addItem("BP_Junk_Accessory_L egendary") end },
  50. { text = "50 BP_Junk_Accessory_Exotic", action = function() this.addItem("BP_Junk_Accessory_Exotic") end },
  51. { text = "51 BP_Material_Common", action = function() this.addItem("BP_Material_Common") end },
  52. { text = "52 BP_Material_Uncommon", action = function() this.addItem("BP_Material_Uncommon") end },
  53. { text = "53 BP_Material_Rare", action = function() this.addItem("BP_Material_Rare") end },
  54. { text = "54 BP_Material_Legendary", action = function() this.addItem("BP_Material_Legendary") end },
  55. { text = "55 BP_Material_Exotic", action = function() this.addItem("BP_Material_Exotic") end },
  56. { text = "56 BP_Junk_Weapon_Legendary_singleQuest", action = function() this.addItem("BP_Junk_Weapon_Legendary_singleQuest") end },
  57. { text = "57 BP_Event_20171012_R3", action = function() this.addItem("BP_Event_20171012_R3") end },
  58. { text = "58 BP_Event_20171012_R4", action = function() this.addItem("BP_Event_20171012_R4") end },
  59. { text = "59 BP_Event_20171012_R5", action = function() this.addItem("BP_Event_20171012_R5") end },
  60. { text = "60 BP_Event_20171018_R3", action = function() this.addItem("BP_Event_20171018_R3") end },
  61. { text = "61 BP_Event_20171018_R4", action = function() this.addItem("BP_Event_20171018_R4") end },
  62. { text = "62 BP_Event_20171018_R5", action = function() this.addItem("BP_Event_20171018_R5") end },
  63. { text = "63 BP_Enhance_Legendary", action = function() this.addItem("BP_Enhance_Legendary") end },
  64. { text = "64 BP_Enhance_Epic", action = function() this.addItem("BP_Enhance_Epic") end },
  65. { text = "65 BP_Junk_Weapon_Legendary_CloseRange", action = function() this.addItem("BP_Junk_Weapon_Legendary_CloseRange") end },
  66. { text = "66 BP_Junk_Weapon_Legendary_LongRange", action = function() this.addItem("BP_Junk_Weapon_Legendary_LongRange") end },
  67. { text = "67 BP_Junk_Weapon_Exotic_CloseRange", action = function() this.addItem("BP_Junk_Weapon_Exotic_CloseRange") end },
  68. { text = "68 BP_Junk_Weapon_Exotic_LongRange", action = function() this.addItem("BP_Junk_Weapon_Exotic_LongRange") end },
  69. { text = "69 BP_Junk_Accessory_Legendary_Head", action = function() this.addItem("BP_Junk_Accessory_Legendary_Head") end },
  70. { text = "70 BP_Junk_Accessory_Legendary_Body", action = function() this.addItem("BP_Junk_Accessory_Legendary_Body") end },
  71. { text = "71 BP_Junk_Accessory_Legendary_Arm", action = function() this.addItem("BP_Junk_Accessory_Legendary_Arm") end },
  72. { text = "72 BP_Junk_Accessory_Legendary_Leg", action = function() this.addItem("BP_Junk_Accessory_Legendary_Leg") end },
  73. { text = "73 BP_Junk_Accessory_Exotic_Head", action = function() this.addItem("BP_Junk_Accessory_Exotic_Head") end },
  74. { text = "74 BP_Junk_Accessory_Exotic_Body", action = function() this.addItem("BP_Junk_Accessory_Exotic_Body") end },
  75. { text = "75 BP_Junk_Accessory_Exotic_Arm", action = function() this.addItem("BP_Junk_Accessory_Exotic_Arm") end },
  76. { text = "76 BP_Junk_Accessory_Exotic_Leg", action = function() this.addItem("BP_Junk_Accessory_Exotic_Leg") end },
  77. { text = "77 BP_Boss01Reward_Weapon", action = function() this.addItem("BP_Boss01Reward_Weapon") end },
  78. { text = "78 BP_Boss01Reward_Accessory", action = function() this.addItem("BP_Boss01Reward_Accessory") end },
  79. { text = "79 BP_Boss01Reward_Material", action = function() this.addItem("BP_Boss01Reward_Material") end },
  80. { text = "80 BP_Boss02Reward_WeaponEnhance", action = function() this.addItem("BP_Boss02Reward_WeaponEnhance") end },
  81. { text = "81 BP_Boss02Reward_AccessoryEnhance", action = function() this.addItem("BP_Boss02Reward_AccessoryEnhance") end },
  82. { text = "82 BP_Boss02Reward_Material", action = function() this.addItem("BP_Boss02Reward_Material") end },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement