Trigger question

Masta

Member!
Joined
Dec 24, 2002
Messages
103
Reaction score
0
Location
likes PC's
My problem is I want to make teleport a unit (using the mass teleport ability to somewhere else)

How do I put this in trigger...
___________________________________________________
When owner of triggering unit(A) is ordered to go on doodad(B)or maybe hold position and is in region(C)
___________________________________________________
In actions it's mostly easy I found all...maybe look I may have done error...

-create special effect attached to the origin of (triggering unit) using(found the ability)

-unit move to center of region(D)

-wait (E) secs

-special effect...destroy last created special effect
____________________________________________________
 

US-Playboi-US

Member!
Joined
Nov 23, 2002
Messages
114
Reaction score
0
Website
Visit site
Small Mistake

-create special effect attached to the origin of (triggering unit) using(found the ability)

-unit Move Instantly to center of region(D)

-wait (E) secs

-special effect...destroy last created special effect


Use the region version of ur event.. doodads i dont think can be targets.
 

Masta

Member!
Joined
Dec 24, 2002
Messages
103
Reaction score
0
Location
likes PC's
I mean for event... I had this all set.... I need review for the event

how would u put in event?

here's what I did
Event
Unit- A unit owned by (Owner of Triggering Unit) is issued an order targeting a point

Conditions
Region contains (Triggering Unit) equal to true

Actions
then my actions but there OK. just look at the event and conditions They don't work
 

US-Playboi-US

Member!
Joined
Nov 23, 2002
Messages
114
Reaction score
0
Website
Visit site
ok u simplified it for me

Thank you for putting it in trigger format i litk this view.. ur problem is there isnt a triggering unit yet...
You cant have owner of triggering unit in the event..
Take the layout of Unit- A unit owned by (Owner of Triggering Unit) is issued an order targeting a point


EVENTS:
Unit - Unit owned by (player 1 red) is issued an order targeting a point

Unit - Unit owned by (player 2 blue) is issued an order targeting a point

etc.
------------------------------------------------------------------------
Conditions:
NONE
------------------------------------------------------------------------
Actions:
Ur actions are ok but add this.
Wait - (Estimated Time Until The Unit Enters Region)


Or its even simpler to make ur triggers like this:

Events:
Unit - Enters Region

Conditions:
Unit is owned by Neutral Hostile equals to false

Action:
Your Actions. THAT WOULD BE MUCH SIMPLER
 

Masta

Member!
Joined
Dec 24, 2002
Messages
103
Reaction score
0
Location
likes PC's
U really don't understand but I see it complicated...I wanna make a Dungeons and Dragons playlike map but I want it really secret..

I want that a guy needs to be teleported in a region but I want it he is issued a target but the unit MUST! be in the region so he can be teleported...
Here's what I did but it seems not working...

Event
Unit- A unit owned by (Owner of Triggering Unit) is issued an order targeting a point

Conditions
Region contains (Triggering Unit) equal to true

Then actions
-create special effect attached to the origin of (triggering unit) using(found the ability)
-unit move to center of region(D)
-wait (E) secs
-special effect...destroy last created special effect

It's complicated but thanks to take a look

and maybe another question...I want to do the same actions(teleport) and conditions(must be in region) but in event he must enter a chat message...can that be done? and if yes can it not be viewed by other players.... THX US_playboi_US by the way
 

US-Playboi-US

Member!
Joined
Nov 23, 2002
Messages
114
Reaction score
0
Website
Visit site
Ok i can see this is really troubeling all of us.. so ill plug teh triggers into a map and see what teh problem is.. and if tyou want it to be like neverlaxe's D and D map tehn teh simple trigger at the top will work..


Ok i plugged in all of what we came up with... and im drawn back to my old conclusion..

Events:
Unit - Unit Enters (THE REGION SPECIFIED)

Conditions:
Triggering Unit is in (THE REGION SPECIFIED) equal to true

Actions:
The actions that you wanted

I Knew i was right.. the trigger you want is impossilbe to do because it comes to too many unset variables... just try it i garuntee that it will work. OK?

Check My next Post for teh answer to teh 2nd Question
 

US-Playboi-US

Member!
Joined
Nov 23, 2002
Messages
114
Reaction score
0
Website
Visit site
Ok here it is try it before u judge it ok?

Here it is

Actions:
Player - Chat Message (THE CHAT MESSAGE U WANT)

Conditions:
NONE

Actions:
Units - Unit Group Units owned by triggering player in region move instantly to (SPECIFIED REGION)
 

NewPosts

New threads

Top