Advertisement
Guest User

Dayz Traders

a guest
Apr 12th, 2014
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.20 KB | None | 0 0
  1. // DayZ Epoch TRADERS for 17
  2. serverTraders = ["Tanny_PMC","Drake","BAF_Soldier_AAR_DDPM","US_Delta_Force_AR_EP1","US_Delta_Force_Medic_EP1","Soldier_MG_PKM_PMC","Soldier_MG_PMC","UN_CDF_Soldier_Crew_EP1","GUE_Soldier_1","Soldier_Sniper_PMC","UN_CDF_Soldier_Pilot_EP1","GUE_Soldier_3","BAF_Soldier_EN_MTP","UN_CDF_Soldier_Pilot_EP1","GUE_Worker2","Herrera_Light","Soldier_MG_PKM_PMC","Soldier_MG_PMC","GUE_Soldier_CO","RU_Damsel4","FR_Sykes","GUE_Villager4","TK_GUE_Warlord_EP1","GUE_Commander","GUE_Soldier_2","TK_GUE_Soldier_5_EP1","CIV_EuroWoman02_EP1","Dr_Annie_Baker_EP1","GUE_Soldier_Crew","Citizen3_EP1","ibr_lingorman6","ibr_lingorman6s","TK_CIV_Woman02_EP1","Damsel3","US_Delta_Force_Undercover_Takistani06_EP1"];
  3. // Hero Vendor
  4. menu_Tanny_PMC = [
  5. [["Ammunition",478],["Clothes",476],["Helicopter Armed",493],["Military Armed",562],["Trucks Armed",479],["Weapons",477]],
  6. [],
  7. "hero"
  8. ];
  9. // Ammunition Friendly
  10. menu_Drake = [
  11. [["Assault Rifle Ammo",480],["Light Machine Gun Ammo",481],["Pistol Ammo",484],["Shotguns and Single-shot Ammo",573],["Sniper Rifle Ammo",482],["Submachine Gun Ammo",483]],
  12. [],
  13. "friendly"
  14. ];
  15. // Weapons Friendly
  16. menu_BAF_Soldier_AAR_DDPM = [
  17. [["Assault Rifle",485],["Light Machine Gun",486],["Pistols",489],["Shotguns and Single-shot",574],["Sniper Rifle",487],["Submachine Guns",488]],
  18. [],
  19. "friendly"
  20. ];
  21. // Friendly Vehicles
  22. menu_US_Delta_Force_AR_EP1 = [
  23. [["Bikes and ATV",608],["Buses and Vans",563],["Cargo Trucks",564],["Fuel Trucks",492],["Military Unarmed",491],["Trucks",495],["Used Cars",585],["Utility Vehicles",565]],
  24. [],
  25. "friendly"
  26. ];
  27. // General Store
  28. menu_US_Delta_Force_Medic_EP1 = [
  29. [["Backpacks",496],["Clothes",497],["Cooked Meats",580],["Drinks",498],["Packaged Food",579]],
  30. [["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Copper Bar",101]],
  31. "neutral"
  32. ];
  33. // Weapons neutral
  34. menu_Soldier_MG_PKM_PMC = [
  35. [["Assault Rifle",602],["Light Machine Gun",603],["Pistols",606],["Shotguns and Single-shot",607],["Sniper Rifle",605],["Submachine Guns",604]],
  36. [],
  37. "neutral"
  38. ];
  39. // Ammunition Neutral
  40. menu_Soldier_MG_PMC = [
  41. [["Assault Rifle Ammo",609],["Light Machine Gun Ammo",610],["Pistol Ammo",611],["Shotguns and Single-shot Ammo",613],["Sniper Rifle Ammo",614],["Submachine Gun Ammo",612]],
  42. [],
  43. "neutral"
  44. ];
  45. // Neutral Building/Parts
  46. menu_UN_CDF_Soldier_Crew_EP1 = [
  47. [["Toolbelt Items",510],["Vehicle Parts",509]],
  48. [],
  49. "neutral"
  50. ];
  51. // Bandit Trader
  52. menu_GUE_Soldier_1 = [
  53. [["Ammunition",577],["Clothing",575],["Helicopter Armed",512],["Military Armed",569],["Trucks Armed",534],["Weapons",627]],
  54. [],
  55. "hostile"
  56. ];
  57. // Aircraft Dealer
  58. menu_Soldier_Sniper_PMC = [
  59. [["Airplanes",517],["Helicopter Unarmed",519]],
  60. [],
  61. "friendly"
  62. ];
  63. // Vehicles Neutral
  64. menu_UN_CDF_Soldier_Pilot_EP1 = [
  65. [["Bikes and ATV",587],["Buses and Vans",588],["Cargo Trucks",586],["Fuel Trucks",589],["Military Unarmed",598],["Trucks",590],["Used Cars",520],["Utility Vehicles",591]],
  66. [],
  67. "neutral"
  68. ];
  69. // Black Market Vendor
  70. menu_GUE_Soldier_3 = [
  71. [["Black Market Ammo",527],["Black Market Weapons",526],["Explosives",529]],
  72. [],
  73. "neutral"
  74. ];
  75. // Friendly Building/Parts
  76. menu_BAF_Soldier_EN_MTP = [
  77. [["Toolbelt Items",532],["Vehicle Parts",531]],
  78. [],
  79. "friendly"
  80. ];
  81. // Friendly Vehicles 2
  82. menu_UN_CDF_Soldier_Pilot_EP1 = [
  83. [["Bikes and ATV",536],["Buses and Vans",592],["Cargo Trucks",570],["Fuel Trucks",595],["Military Unarmed",599],["Trucks Unarmed",535],["Used Cars",600],["Utility Vehicles",568]],
  84. [],
  85. "friendly"
  86. ];
  87. // General Store 2
  88. menu_GUE_Worker2 = [
  89. [["Backpacks",538],["Clothes",628],["Cooked Meats",630],["Drinks",601],["Packaged Food",629]],
  90. [["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Copper Bar",101]],
  91. "friendly"
  92. ];
  93. // Medical Supplies
  94. menu_Herrera_Light = [
  95. [["Chem-lites/Flares",542],["Medical Supplies",541],["Smoke Grenades",543]],
  96. [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
  97. "friendly"
  98. ];
  99. // Weapons friendly 2
  100. menu_Soldier_MG_PKM_PMC = [
  101. [["Assault Rifle",615],["Light Machine Gun",616],["Pistols",617],["Shotguns and Single-shot",620],["Sniper Rifle",619],["Submachine Guns",618]],
  102. [],
  103. "friendly"
  104. ];
  105. // Ammunition friendly 2
  106. menu_Soldier_MG_PMC = [
  107. [["Assault Rifle Ammo",621],["Light Machine Gun Ammo",622],["Pistol Ammo",625],["Shotguns and Single-shot Ammo",623],["Sniper Rifle Ammo",624],["Submachine Gun Ammo",626]],
  108. [],
  109. "friendly"
  110. ];
  111. // East Wholesaler
  112. menu_GUE_Soldier_CO = [
  113. [["Wholesale",555],["Building Supplies",678]],
  114. [],
  115. "neutral"
  116. ];
  117. // General Store 3
  118. menu_RU_Damsel4 = [
  119. [["Backpacks",632],["Clothes",631],["Cooked Meats",634],["Drinks",633],["Packaged Food",635]],
  120. [["ItemCopperBar","TrashJackDaniels",1,1,"buy","Empty Whiskey Bottle","Copper Bar",101]],
  121. "neutral"
  122. ];
  123. // West Wholesaler
  124. menu_FR_Sykes = [
  125. [["Wholesale",636],["Building Supplies",530]],
  126. [],
  127. "neutral"
  128. ];
  129. // Boat Vendor
  130. menu_GUE_Villager4 = [
  131. [["Boats Armed",558],["Boats Unarmed",557]],
  132. [],
  133. "neutral"
  134. ];
  135. // Weapons neutral 2
  136. menu_TK_GUE_Warlord_EP1 = [
  137. [["Assault Rifle",637],["Light Machine Gun",638],["Pistols",674],["Shotguns and Single-shot",641],["Sniper Rifle",640],["Submachine Guns",642]],
  138. [],
  139. "neutral"
  140. ];
  141. // Ammunition Neutral 2
  142. menu_GUE_Commander = [
  143. [["Assault Rifle Ammo",643],["Light Machine Gun Ammo",644],["Pistol Ammo",646],["Shotguns and Single-shot Ammo",649],["Sniper Rifle Ammo",647],["Submachine Gun Ammo",648]],
  144. [],
  145. "neutral"
  146. ];
  147. // Vehicles Neutral 2
  148. menu_GUE_Soldier_2 = [
  149. [["Bikes and ATV",650],["Buses and Vans",651],["Cargo Trucks",653],["Fuel Trucks",655],["Military Unarmed",658],["Trucks",659],["Used Cars",660],["Utility Vehicles",661]],
  150. [],
  151. "neutral"
  152. ];
  153. // Neutral Building/Parts
  154. menu_TK_GUE_Soldier_5_EP1 = [
  155. [["Toolbelt Items",663],["Vehicle Parts",664]],
  156. [],
  157. "neutral"
  158. ];
  159. // Medical Supplies 2
  160. menu_CIV_EuroWoman02_EP1 = [
  161. [["Chem-lites/Flares",666],["Medical Supplies",665],["Smoke Grenades",668]],
  162. [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
  163. "neutral"
  164. ];
  165. // Medical Supplies 3
  166. menu_Dr_Annie_Baker_EP1 = [
  167. [["Chem-lites/Flares",669],["Medical Supplies",670],["Smoke Grenades",671]],
  168. [["FoodBioMeat","ItemZombieParts",1,1,"buy","Zombie Parts","Bio Meat",101]],
  169. "neutral"
  170. ];
  171. // Boat Trader 2
  172. menu_GUE_Soldier_Crew = [
  173. [["Boats Armed",673],["Boats Unarmed",672]],
  174. [],
  175. "neutral"
  176. ];
  177. // Wholesale 3
  178. menu_Citizen3_EP1 = [
  179. [["Wholesale",675]],
  180. [],
  181. "neutral"
  182. ];
  183. // Friendly Building/parts 2
  184. menu_ibr_lingorman6 = [
  185. [["Toolbelt Items",679],["Vehicle Parts",677]],
  186. [],
  187. "friendly"
  188. ];
  189. // Friendly Building/Parts 3
  190. menu_ibr_lingorman6s = [
  191. [["Toolbelt Items",681],["Vehicle Parts",682]],
  192. [],
  193. "friendly"
  194. ];
  195. // General Store 4
  196. menu_TK_CIV_Woman02_EP1 = [
  197. [["Backpacks",685],["Clothes",683],["Cooked Meats",686],["Drinks",684],["Packaged Food",687]],
  198. [],
  199. "neutral"
  200. ];
  201. // General Store 5
  202. menu_Damsel3 = [
  203. [["Backpacks",688],["Clothes",689],["Cooked Meats",690],["Drinks",691],["Packaged Food",692]],
  204. [],
  205. "friendly"
  206. ];
  207. // Vehicle Trader
  208. menu_US_Delta_Force_Undercover_Takistani06_EP1 = [
  209. [["Vehicles",693],["Extra Stuff",694],["Helicopter Medic",696],["Helicopter Civilian",698],["Helis",699]],
  210. [],
  211. "neutral"
  212. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement