Jump to content

lexxer

Member
  • Content Count

    32
  • Joined

  • Last visited

  • Medals

Community Reputation

11 Good

1 Follower

About lexxer

  • Rank
    Private First Class
  1. Generally we play it as a campaign on a closed server with no Trolls :) It just seems like it might be more interesting if Red could win (by attrition).
  2. Thank you for making this mission its by far one of the best I've seen. I'm not sure if the original creator is still working on this but after playing it with my group for some time I have a request. With the current revive system It seems impossible to actually "lose" this mission. With infinite respawns you will eventually win, always. Is there any way to add a "ticket system" that will count down on player deaths and when reaching zero Bluefor loses? Possibly a mission parameter to set start tickets? I hope that makes sense.
  3. We tried this mission today. No AI whatsoever, only the mission objectives. (Dedicated server)
  4. Favorite A2 map by far. Kept us playing for many ..many hours. Will trade ice cream for an Altis version :)
  5. I’ve been playing ARMA 2 since release and also played OFP way back. I’ve been in two ARMA2 squads – but so far no luck finding a home. I am easy going and follow orders very well. I’m also a pretty good player and can lead if necessary. I’m on EST and can play anytime between 6PM – 1AM. I am looking for: • Organization with good solid leadership • No drama • Tactical gameplay – I enjoy warfare/domination once in awhile but I prefer harder non infinite respawn type missions • Mature / older / friendly / intelligent team members • Milsim is OK as long as we don’t spend more time talking about ranks and structure than we do running missions • Squad size doesn’t matter to me as long as there is an active playerbase Thanks for taking the time to read!
  6. Tried damage, tried event handlers (unless Im doing it wrong) doesnt work. So either I havent got the names of the vehicles correct or they arent for some reason passing beyond the scope of the script. This is the code: _spawned setVehicleVarname format ["Convoy_%1",(_vehspawn + 1)]; So looks to me like it should be Convoy_1, Convoy_2, etc. Hmm just noticed this..im not exactly sure what it does but i can guess that it limits scope: if (isServer) then { private ["
  7. Right, however this script assigns names to the vehicles it spawns. Looking through the code it looks like it assigns "Convoy_1", Convoy_2", etc etc... Placing a !alive trigger and then killing the spawned vehicles doesnt work. So I've either got the names wrong or something is broken. What I think is happening is that it doesnt recognize the names of the vehicles outside of the script (because the debug messages in the script work). Is that even possible?
  8. Great script...but how do you check to see if the convoy has been destroyed? The obvious would be: !alive (Convoy_1) && !alive (Convoy_2) But that doesnt work.
  9. Installed new ACE for OA and it seems to work OK...however I can not disable it from the in game "expansions" list. I can disable ACEX_SM, but none of the other ACE components. I suppose I can just remove them from the folder...but I hope Im missing something?
  10. That was exactly what I needed. Thank you!
  11. That will work but not exactly what Im trying to do. I want a global message with the name of the player that has reached the specified waypoint (marker). It also needs to fire off for anyone that enters the trigger area. So: player x has reached the first location player y has reached the first location etc etc.
  12. This should be fairly simple...but Ive tried about everything i could find with no luck. I've also searched just about everything and although ive found some basic ideas I've had no luck with them. All i want to do is announce globally via hint or some other method when a player enters a trigger area. If possible it should be the players name (not the units name) so for exmple: "Playername has reached waypoint One". Thanks in advance.
  13. Message Pop ups working but markers still disappearing for people. The only pattern I have is the longer the mission goes the less reliable it seems. Either that or if someone joins a slot that was already taken OR rejoins the game after disconnecting.
  14. Fixed that problem!! Thank you! edit: not fixed - markers still disappear on JIP...but more randomly :/ One more problem we found in testing: If you are dead awaiting respawn, no mission updates. Another bug: Popup message for completion and new mission works only on the tasks in the init.sqf - any tasks added during the mission gets no message.
×