Página 2 de 4

Re: JSOC - OPERACION CRYSTAL SEA (MARTES 03/02/2015) 20:00)

Publicado: 01 Feb 2015, 20:23
por jatxu83
operador

Re: JSOC - OPERACION CRYSTAL SEA (MARTES 03/02/2015) 20:00)

Publicado: 01 Feb 2015, 21:29
por Legion
* Tres tipos de LoadOut.
* Armamento ligero respetando rol.

Tipo Uno

Imagen


Código: Seleccionar todo

comment "Exported from Arsenal by Legion";

comment "Remove existing items";
removeAllWeapons this;
removeAllItems this;
removeAllAssignedItems this;
removeUniform this;
removeVest this;
removeBackpack this;
removeHeadgear this;
removeGoggles this;

comment "Add containers";
this forceAddUniform "TRYK_U_B_AOR2_OD_R_CombatUniform";
this addItemToUniform "30Rnd_556x45_Stanag_Tracer_Red";
this addVest "TRYK_V_ArmorVest_AOR2";
for "_i" from 1 to 2 do {this addItemToVest "CUP_15Rnd_9x19_M9";};
for "_i" from 1 to 3 do {this addItemToVest "hlc_30rnd_556x45_EPR";};
for "_i" from 1 to 3 do {this addItemToVest "30Rnd_556x45_Stanag_Tracer_Red";};
for "_i" from 1 to 3 do {this addItemToVest "HandGrenade";};
for "_i" from 1 to 4 do {this addItemToVest "SmokeShell";};
this addBackpack "B_TacticalPack_rgr";
this addItemToBackpack "AGM_Clacker";
for "_i" from 1 to 2 do {this addItemToBackpack "AGM_EarBuds";};
for "_i" from 1 to 22 do {this addItemToBackpack "AGM_Bandage";};
for "_i" from 1 to 11 do {this addItemToBackpack "AGM_Morphine";};
for "_i" from 1 to 9 do {this addItemToBackpack "AGM_Epipen";};
this addItemToBackpack "AGM_Bloodbag";
this addItemToBackpack "AGM_CableTie";
for "_i" from 1 to 8 do {this addItemToBackpack "30Rnd_556x45_Stanag_Tracer_Red";};
this addHeadgear "H_HelmetB_light";
this addGoggles "TRYK_Shemagh_G";

comment "Add weapons";
this addWeapon "hlc_rifle_M4";
this addPrimaryWeaponItem "hlc_muzzle_556NATO_KAC";
this addPrimaryWeaponItem "CUP_optic_CompM4";
this addWeapon "CUP_hgun_M9";
this addHandgunItem "CUP_muzzle_snds_M9";
this addWeapon "CUP_LRTV";

comment "Add items";
this linkItem "ItemMap";
this linkItem "ItemCompass";
this linkItem "ItemWatch";
this linkItem "tf_anprc152_4";
this linkItem "ItemGPS";

comment "Set identity";
this setFace "WhiteHead_05";
this setSpeaker "AGM_NoVoice";


Tipo Dos

Imagen


Código: Seleccionar todo

comment "Exported from Arsenal by Legion";

comment "Remove existing items";
removeAllWeapons this;
removeAllItems this;
removeAllAssignedItems this;
removeUniform this;
removeVest this;
removeBackpack this;
removeHeadgear this;
removeGoggles this;

comment "Add containers";
this forceAddUniform "TRYK_U_B_AOR2_OD_R_CombatUniform";
this addItemToUniform "30Rnd_556x45_Stanag_Tracer_Red";
this addVest "TRYK_V_ArmorVest_AOR2";
for "_i" from 1 to 2 do {this addItemToVest "CUP_15Rnd_9x19_M9";};
for "_i" from 1 to 3 do {this addItemToVest "hlc_30rnd_556x45_EPR";};
for "_i" from 1 to 3 do {this addItemToVest "30Rnd_556x45_Stanag_Tracer_Red";};
for "_i" from 1 to 3 do {this addItemToVest "HandGrenade";};
for "_i" from 1 to 4 do {this addItemToVest "SmokeShell";};
this addBackpack "B_TacticalPack_rgr";
this addItemToBackpack "AGM_Clacker";
for "_i" from 1 to 2 do {this addItemToBackpack "AGM_EarBuds";};
for "_i" from 1 to 22 do {this addItemToBackpack "AGM_Bandage";};
for "_i" from 1 to 11 do {this addItemToBackpack "AGM_Morphine";};
for "_i" from 1 to 9 do {this addItemToBackpack "AGM_Epipen";};
this addItemToBackpack "AGM_Bloodbag";
this addItemToBackpack "AGM_CableTie";
for "_i" from 1 to 8 do {this addItemToBackpack "30Rnd_556x45_Stanag_Tracer_Red";};
this addHeadgear "TRYK_H_Booniehat_AOR2";
this addGoggles "TRYK_Shemagh_G";

comment "Add weapons";
this addWeapon "hlc_rifle_M4";
this addPrimaryWeaponItem "hlc_muzzle_556NATO_KAC";
this addPrimaryWeaponItem "CUP_optic_CompM4";
this addWeapon "CUP_hgun_M9";
this addHandgunItem "CUP_muzzle_snds_M9";
this addWeapon "CUP_LRTV";

comment "Add items";
this linkItem "ItemMap";
this linkItem "ItemCompass";
this linkItem "ItemWatch";
this linkItem "tf_anprc152_4";
this linkItem "ItemGPS";

comment "Set identity";
this setFace "WhiteHead_05";
this setSpeaker "AGM_NoVoice";


Tipo tres

Imagen


Código: Seleccionar todo

comment "Exported from Arsenal by Legion";

comment "Remove existing items";
removeAllWeapons this;
removeAllItems this;
removeAllAssignedItems this;
removeUniform this;
removeVest this;
removeBackpack this;
removeHeadgear this;
removeGoggles this;

comment "Add containers";
this forceAddUniform "TRYK_U_B_AOR2_OD_R_CombatUniform";
this addItemToUniform "30Rnd_556x45_Stanag_Tracer_Red";
this addVest "TRYK_V_ArmorVest_AOR2";
for "_i" from 1 to 2 do {this addItemToVest "CUP_15Rnd_9x19_M9";};
for "_i" from 1 to 3 do {this addItemToVest "hlc_30rnd_556x45_EPR";};
for "_i" from 1 to 3 do {this addItemToVest "30Rnd_556x45_Stanag_Tracer_Red";};
for "_i" from 1 to 3 do {this addItemToVest "HandGrenade";};
for "_i" from 1 to 4 do {this addItemToVest "SmokeShell";};
this addBackpack "B_TacticalPack_rgr";
this addItemToBackpack "AGM_Clacker";
for "_i" from 1 to 2 do {this addItemToBackpack "AGM_EarBuds";};
for "_i" from 1 to 22 do {this addItemToBackpack "AGM_Bandage";};
for "_i" from 1 to 11 do {this addItemToBackpack "AGM_Morphine";};
for "_i" from 1 to 9 do {this addItemToBackpack "AGM_Epipen";};
this addItemToBackpack "AGM_Bloodbag";
this addItemToBackpack "AGM_CableTie";
for "_i" from 1 to 8 do {this addItemToBackpack "30Rnd_556x45_Stanag_Tracer_Red";};
this addHeadgear "H_Bandanna_khk_hs";
this addGoggles "TRYK_Shemagh_G";

comment "Add weapons";
this addWeapon "hlc_rifle_M4";
this addPrimaryWeaponItem "hlc_muzzle_556NATO_KAC";
this addPrimaryWeaponItem "CUP_optic_CompM4";
this addWeapon "CUP_hgun_M9";
this addHandgunItem "CUP_muzzle_snds_M9";
this addWeapon "CUP_LRTV";

comment "Add items";
this linkItem "ItemMap";
this linkItem "ItemCompass";
this linkItem "ItemWatch";
this linkItem "tf_anprc152_4";
this linkItem "ItemGPS";

comment "Set identity";
this setFace "WhiteHead_05";
this setSpeaker "AGM_NoVoice";



Re: JSOC - OPERACION CRYSTAL SEA (MARTES 03/02/2015) 20:00)

Publicado: 02 Feb 2015, 00:36
por Trauman
SEAL TWO - Explosivos

Re: JSOC - OPERACION CRYSTAL SEA (MARTES 03/02/2015) 20:00)

Publicado: 02 Feb 2015, 02:02
por Lalo
Esta me la pierdo señores, Misión especial de la OTAN.

Re: JSOC - OPERACION CRYSTAL SEA (MARTES 03/02/2015) 20:00)

Publicado: 02 Feb 2015, 13:14
por Oskiki
Oskiki médico en SEAL TWO.....

JSOC - OPERACION CRYSTAL SEA (MARTES 03/02/2015) 20:00)

Publicado: 02 Feb 2015, 15:59
por Trauman
jatxu83 escribió:operador
buenas compañero, has revisado el tema del pantallazo azul o la conexión que te saca de la partida?

Re: JSOC - OPERACION CRYSTAL SEA (MARTES 03/02/2015) 20:00)

Publicado: 02 Feb 2015, 19:22
por jatxu83
Trauman escribió:
jatxu83 escribió:operador
buenas compañero, has revisado el tema del pantallazo azul o la conexión que te saca de la partida?


Pues he pasado test de estres de todo tipo al orde y todo lo que se me ha ocurrido y no consigo que salga el pantallazo.

Sospecho que el problema lo daba la tarjeta de sonido profesional del estudio de grabación casero que tengo, que se lía con la integrada. La he quitado y ayer jugué dos horas con un amigo y no tuve problema.

Sólo puedo saber si lo he resuelto probando a jugar otra vez con vosotros y a ver que tal.

Re: JSOC - OPERACION CRYSTAL SEA (MARTES 03/02/2015) 20:00)

Publicado: 02 Feb 2015, 20:02
por SinGloT
ondia llegué tarde

"RESERVA·

Re: JSOC - OPERACION CRYSTAL SEA (MARTES 03/02/2015) 20:00)

Publicado: 02 Feb 2015, 20:24
por Diablo
Sintiéndolo mucho tengo que cancelar mi participación en la partida... tengo una inauguración de una exposición de foto de un familiar... nos vemos el viernes!!! Pasadlo bien!!!!

Re: JSOC - OPERACION CRYSTAL SEA (MARTES 03/02/2015) 20:00)

Publicado: 02 Feb 2015, 20:29
por Trauman
jatxu83 escribió:
Trauman escribió:
jatxu83 escribió:operador
buenas compañero, has revisado el tema del pantallazo azul o la conexión que te saca de la partida?


Pues he pasado test de estres de todo tipo al orde y todo lo que se me ha ocurrido y no consigo que salga el pantallazo.

Sospecho que el problema lo daba la tarjeta de sonido profesional del estudio de grabación casero que tengo, que se lía con la integrada. La he quitado y ayer jugué dos horas con un amigo y no tuve problema.

Sólo puedo saber si lo he resuelto probando a jugar otra vez con vosotros y a ver que tal.


Gracias
OK, espero que vaya todo bien.

Suerte!