Welcome to the BF Forums! Register Now, It's Free!

Welcome to the BF Forums; your source for the latest and greatest video game news, strategies, discussions, and resources. Join over 60,000 like-minded gamers from around the world to chat about your interests in our community.

You are currently viewing the forums as a guest user, which limits your access to certain content, contests, downloads, and more. By joining our free community, you will be able to respond in discussions/articles, contact members privately (PM), participate in regular-scheduled contests, see less advertisements, and have access to many other features. Registration is quick, easy, and completely free.

Have your questions answered. Share your thoughts about a topic. Take 2 minutes, Register Now!
BattleForums.com Forums > Major Games > Starcraft > Starcraft Maps and Modifications

Reply
 
Thread Tools Display Modes
Old 05-14-2007, 05:56 PM   #1 (permalink)
BattleForums Newbie
 
MuG(RootBeer)'s Avatar
 
Join Date: May 2007
Posts: 3
Advanced UMS Help

Hey, I am trying to make a pretty complex UMS and im not really sure what i'm doing. I have basic skills with triggers, but not enough to achieve what I am trying to do.

Question:
I played this korean UMS where you have a defiler and u cast plague. Wherever you cast the spell, it would kill all the units right there. Does anyone know how this trigger works?

if anyone can answer that would be a great help.
'preciate it,
RootBeer
MuG(RootBeer) is offline   Reply With Quote
Old 05-14-2007, 07:12 PM   #2 (permalink)
lol just as planned
 
Wing Zero's Avatar
 
Join Date: Oct 2002
Location: Philly
Posts: 11,280
plauge? u sure its not darkswarm?
__________________
The Lost World of ThorneStar: DiabloCraft Racing: Rock N' Roll Edition CONFIRMED with Bloom and Brown

CLICK ON US IF U LIEK MUDKIPZ


  _  ∩ 卐
( ゜∀゜)彡 Oppai! Oppai! Starcraft 2!!
  ⊂彡[
Wing Zero is offline   Reply With Quote
Old 05-14-2007, 07:27 PM   #3 (permalink)
[ Official Forum Ninja ]
 
Ninja_Blue's Avatar
 
Join Date: Sep 2006
Location: Roanoke VA
Posts: 1,404
I've never heard of that trigger, only thing close to that that I've seen was plague that made your hp drop all the way to 1, instead of just decreasing slowly to 1. :\
__________________
Xenocult
Ninja_Blue is offline   Reply With Quote
Old 05-14-2007, 11:34 PM   #4 (permalink)
BattleForums Newbie
 
MuG(RootBeer)'s Avatar
 
Join Date: May 2007
Posts: 3
Quote:
Originally Posted by Wing Zero View Post
plauge? u sure its not darkswarm?
Ahh, i am using dark swarm:
//-----------------------------------------------------------------//

Trigger("Player 1"){
Conditions:
Bring("Player 12", "Dark Swarm", "island", At least, 1);

Actions:
Victory();
}

//-----------------------------------------------------------------//



This seems to work. Its strange because I am using SCM draft, and when you go to select players on classic trigedit there is no "Player 12" option, they changed it to "Neutral" which confused me.. but neutral translates to "Player 12" when you switch to TrigEdit alpha.. neways thanks for the help! I woulda been pulling out my hair pretty soon
MuG(RootBeer) is offline   Reply With Quote
Old 05-14-2007, 11:38 PM   #5 (permalink)
Dungeon Master
 
Taligaro's Avatar
 
Join Date: Jul 2004
Location: Colorado Springs, CO. USA
Age: 24
Posts: 462
"SC Goto Guy" to the rescue! (Demo map attached if you, or anyone else needs it)

Okay, I've done this one before, but to create units under the Dark Swarm. It works the same way though. Here is what you need, and what you need to do...

(This is for everyone's knowledge as well)

First thing you need is SCMDraft 2 0.6.0 Prerelease 1 so you can do the correct triggers. So download it, install and get into your map.

You need to make a Location labeled "Dark Swarm" or something you can remember. It should be 5x5 or 6x6 normal grid squares.

The triggers you need are as follows...

Player 1 Triggers

You can leave this first one out. I did it only for the demo map I attached.
Code:
CONDITIONS:
Always
ACTIONS:
Set energy points for All Unclean One (Defiler) owned by Player 1 at 'Anywhere' to 100%.
Preserve Trigger.
Code:
CONDITIONS:
Neutral commands at least 1 Dark Swarm.
ACTIONS:
Give All Dark Swarm owned by Neutral at 'Anywhere' to Player 1.
Preserve Trigger.
Code:
CONDITIONS:
Player 1 commands at least 1 Dark Swarm.
ACTIONS:
Center location labeled 'DarkSwarm' on Dark Swarm owned by Player 1 at 'Anywhere'.
Preserve Trigger.
For the trigger below, I suggest you use the Zerg Egg in a location that the Egg will be ALL by itself. Meaning an island, or high ground that nothing can get to. This is done so when the Dark Swarm goes away, the location that is moved onto it goes to a safe place until another Dark Swarm is cast.
Code:
CONDITIONS:
Player 1 commands exactly 0 Dark Swarm.
ACTIONS:
Center location labeled 'DarkSwarm' on Zerg Egg owned by Player 3 at 'Anywhere'.
Preserve Trigger.
Player 2 Triggers

Note on the Wait Trigger: Every 1000 milliseconds = 1 game second. So 5000 milliseconds would be 5 game seconds. (In case you didn't know. Just covering that)
Code:
CONDITIONS:
Current Player brings at least 1 [any unit] to 'DarkSwarm'.
ACTIONS:
Kill All [any unit] for Current Player at 'DarkSwarm'.
Wait for 1000 milliseconds.
Remove all Dark Swarm for Player 1.
Preserve Trigger.
Player 3 Triggers

I use an extra player in every map I make for the "Hyper Trigger", I suggest you do the same. This is just how I do the Hyper. Also, I copy the "Wait Trigger" 61 times, for a total of 62 Waits, then add the Preserve and Comment as the last two. I then COPY this trigger four times for a total of five.
Code:
CONDITIONS:
Always.
ACTIONS:
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Wait for 0 milliseconds.
Preserve Trigger.
Comment: Hyper
Attached Files
File Type: scm DS=DfA.scm (40.2 KB, 0 views)
__________________
Need help with StarCraft and/or SC: Broodwar map making?
I'm the guy you should ask.
I know SC inside and out my friends.


Evil, malice, death, decay,
There really is no better way.
Taligaro is offline   Reply With Quote
Reply

« Where can I find a drop hack | ¿PrótectÉd Måps Q? »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


All times are GMT -4. The time now is 04:01 PM.



Powered by vBulletin® Version 3.7.2 | Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0