
Muscl3r
Joined: May 22, 2010
dont pray 4 easy lives...pray to be STRONGER MEN
|
Posted: Dec 11, 2010 08:52 AM
Msg. 1 of 11
hey does anybody know where the location of the large covenant shield often used to block off parts of a map is? The shield i mean is the one seen in takedown and a number of other sp's. Thanks once again
|
|
|

Head Noob
Joined: Oct 3, 2010
This difficulty is for noobs! Mythic is for pros
|
Posted: Dec 11, 2010 11:36 PM
Msg. 2 of 11
The one from a50 that opens and shuts or a random barrier.
|
|
|

Muscl3r
Joined: May 22, 2010
dont pray 4 easy lives...pray to be STRONGER MEN
|
Posted: Dec 12, 2010 12:37 AM
Msg. 3 of 11
opens and shuts. I think i found it but i decided not to use it. I'll just put a trigger and i f u go into it it says to return to the battle zone or die
|
|
|

Head Noob
Joined: Oct 3, 2010
This difficulty is for noobs! Mythic is for pros
|
Posted: Dec 12, 2010 05:08 AM
Msg. 4 of 11
OR: (script continuous OB (if (= (volume_test_objects(list_get (players) 0)) true) (object_teleport (unit (list_get (players) 0)) OB))) Edited by Head Noob on Dec 12, 2010 at 05:08 AM
|
|
|

MoooseGuy
Joined: Aug 10, 2008
I Approve This Message.
|
Posted: Dec 12, 2010 05:16 AM
Msg. 5 of 11
I like Muscl3r's better.
|
|
|

Muscl3r
Joined: May 22, 2010
dont pray 4 easy lives...pray to be STRONGER MEN
|
Posted: Dec 12, 2010 05:35 AM
Msg. 6 of 11
something like:
Oh yes. I see. U think ur so damn cool going outside the combat zone. Get your ass back to the fight or die!!!
|
|
|

Head Noob
Joined: Oct 3, 2010
This difficulty is for noobs! Mythic is for pros
|
Posted: Dec 12, 2010 06:47 AM
Msg. 7 of 11
(script continuous out_of_bounds (if (= (volume_test_objects ob1 (list_get (players) 0)) true) (show_hud_help_text true) (hud_set_help_text ob) (the_flashing_script_which_i_dont_remember) (sleep 800) (kill_player_command_which_i_forgot)) (if (= (volume_test_objects ob2 (list_get (players) 0)) true) (show_hud_help_text false))) Hud Message: ob=>>Get ur ass back to the fight or die!!!
|
|
|

MoooseGuy
Joined: Aug 10, 2008
I Approve This Message.
|
Posted: Dec 12, 2010 07:03 AM
Msg. 8 of 11
This is the battlefield script I used in my firefight map: (script continuous battlefieldscript (if (or (volume_test_objects deathbystupidness_1 (players)) (volume_test_objects deathbystupidness_2 (players)) ;;ETC ) (begin (show_hud_help_text true) (hud_set_help_text awolp1) (enable_hud_help_flash true) (sleep 30) (hud_set_help_text awolp2) (sleep 30) (show_hud_help_text false) (if (or (volume_test_objects deathbystupidness_1 (players)) (volume_test_objects deathbystupidness_2 (players)) ;;ETC ) (begin (show_hud_help_text true) (hud_set_help_text awolp3) (sleep 30) (show_hud_help_text false) (if (or (volume_test_objects deathbystupidness_1 (players)) (volume_test_objects deathbystupidness_2 (players)) ;;ETC ) (begin (show_hud_help_text true) (hud_set_help_text awolp4) (sleep 30) (show_hud_help_text false) (if (or (volume_test_objects deathbystupidness_1 (players)) (volume_test_objects deathbystupidness_2 (players)) ;;ETC ) (begin (object_can_take_damage (player)) (damage_object moooseguy\characters\spiblack\killme (player)) (show_hud_help_text false) ) ) ) ) ) ) ) ) (sleep 15) )
|
|
|

Head Noob
Joined: Oct 3, 2010
This difficulty is for noobs! Mythic is for pros
|
Posted: Dec 12, 2010 07:13 AM
Msg. 9 of 11
Another bueatiful script by moooseguy *tear*
|
|
|

Muscl3r
Joined: May 22, 2010
dont pray 4 easy lives...pray to be STRONGER MEN
|
Posted: Dec 12, 2010 07:13 AM
Msg. 10 of 11
okay thanks. Will use this in city firefight. Nice trigger volume names too
|
|
|

Head Noob
Joined: Oct 3, 2010
This difficulty is for noobs! Mythic is for pros
|
Posted: Dec 12, 2010 07:16 AM
Msg. 11 of 11
Quote: --- Original message by: Maxwell Smart Ah the old death by stupidness trick. Edited by Head Noob on Dec 12, 2010 at 07:16 AM
|
|
|