Blizzard Sector
Trigger help!! - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Blizzard Games (https://www.blizzsector.co/forum-8.html)
+--- Forum: Starcraft (https://www.blizzsector.co/forum-94.html)
+---- Forum: Starcraft Maps (https://www.blizzsector.co/forum-62.html)
+---- Thread: Trigger help!! (/thread-31478.html)



Trigger help!! - Darkranger - 06-22-2006

I need help with quite a few triggers, I could really use someones help that is good with triggers in both Starcraft and Warcraft. I'll give one example of one of the things I want to do below.

I want to make a unique Ban trigger that when you type "Ban Player ?" it dosnt just end them in defeat. I want it to start spawning enemies that seek out that player and destroys him. Also bringing up some ****y message about facing my wrath or something. lol

This is only one a the things I want to do. so if anyone is interested in helping me out with them I would be happy to trade emails or messenger SN's or something. I'd also be very grateful. Thanks!!

Darkranger


Trigger help!! - Lynch - 07-12-2006

Starcraft triggers can't reconize typing. Not sure if WC3 can, but I'm and avid map maker and from my experience the closest thing I've seen is fishgold's map called UseArrowKeystoMove map. www.staredit.net > Download DB > Map Archive > Concept Maps > Search for fishgold. he has some very interesting maps.

~Lynch~


Trigger help!! - UltimateHacker$ - 10-18-2006

On starcraft if what i'm hearing is correct do you want to like blow up all there peeps? If so idk how to make make it to where if you type a certain thing it makes them die but i know if you waist a little spaced create a beacon for every played and then over that beacon make a location called "ban-color" or "ban-number" and then corresponding to that color/number create a civ ur sometin in the middle with like 9999 health or invincible and do the trigger for all players, to say this
"If player 1 commands at least 1 civilian at location ban-color then destroy all units for player player"
then do a trigger on the same thing that goes:
"Comment LOSER FEEL THE WRATH OF THE ALL MIGHTY GOD OF TERROR *YOURNAMEHERE* for player all players "
ur somtin like that. That's what i do, hope i helped :\ help


Trigger help!! - AngelSpirit - 12-13-2008

UltimateHacker$ Wrote:On starcraft if what i'm hearing is correct do you want to like blow up all there peeps? If so idk how to make make it to where if you type a certain thing it makes them die but i know if you waist a little spaced create a beacon for every played and then over that beacon make a location called "ban-color" or "ban-number" and then corresponding to that color/number create a civ ur sometin in the middle with like 9999 health or invincible and do the trigger for all players, to say this
"If player 1 commands at least 1 civilian at location ban-color then destroy all units for player player"
then do a trigger on the same thing that goes:
"Comment LOSER FEEL THE WRATH OF THE ALL MIGHTY GOD OF TERROR *YOURNAMEHERE* for player all players "
ur somtin like that. That's what i do, hope i helped :\ help

That's actually pretty much it, I'll just clarify it if it sounded weird.
He means to set aside an area on your map, and use that as a banning area. Have a seperate beacon and location for each player, and place a 'banner' unit, so that when the unit moves on top of the beacon, the ban trigger is activated.
Code:
(Using teal as an example)
[U][B]Players:
[/B][/U][The player that will die]
[U][B]Conditions:[/B][/U]
[Player 1] brings [at least] [1] [Banner] to [Ban Teal]
[U][B]Actions:[/B][/U]
Create [1] [Super Unit] for [Enemy Player] at [Spawn Location]
Issue order to all [Super Unit] owned by [Enemy] at [Anywhere]: [Attack] to [Teal Base].
Display for current player: "You have been deemed unworthy of survival.  BYE-BYE!"
That should be it...