• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

samo questions about triggers

Status
Not open for further replies.
Level 15
Joined
Nov 26, 2005
Messages
1,151
hi again guys (girls)

I have samo questions about some things :)

here are they :
1. how do I add commands by writting(like in DotA
"-ap" "-ar" etc. )

2. I've managed to send creeps from one point to another but the problem is that I can't make creeps turn , I mean that creeps go in a straight line and do not follow turns

3. how do I change the VIctry conditions
(i mean that the victory/defeat must come when U destroy/lose the enemy/yours base (like in DotA))

4. how do I make the computer to give players money over second (like in DotA 8 gold/sek)

pls smone help
 
Level 9
Joined
Jul 7, 2005
Messages
529
for question 3:
Code:
Event:
Unit Dies

Conditions:
Unit equal to (what ever it it you want to trigger)

Action:
Victory (player number) (show dialogs, Show scores)
[/code]
 
Level 22
Joined
Jan 10, 2005
Messages
3,426
1)
Events: Player - Player types .... as an excact match

2)
Events:
Unit enter rect
Conditions:
unit is owned by player ...
Actions: Unit - order entering (or triggering) unit to atack-move to 'Rect'

3) Same as what DD_Draco said.

4)
Events: Time - Every ... seconds of the game
Actions: Property - add ... ... to player ...

5) Same as what Olof said.

6)
Events: Unit dies
Condition: Boolean - Dying unit is a hero = True
Actions: If, Then, Else Multiple functions
If:
Dying unit is owned by player ...
Then:
wait ... sec
Hero - Revive hero instantly at 'Rect'
 
Level 15
Joined
Nov 26, 2005
Messages
1,151
1. I don't understand
pls simpler if smone can :)

2. Whatever ...

3. done

4. done

5. it doesn't work Idon't understand why but it doesn't

6. well this thing "Unit dies" in events
well it asks me to pick a unit and I want every hero (unit = hero) so what do I do ?
 
Level 22
Joined
Jan 10, 2005
Messages
3,426
1) uhmmm... it isnt simple enough for u? That is the easiest way there is (there is no other way)
What the hell is the hard part of the whole 'text' :p

2) Just like number one. There isnt another (easier) way. If a unit enters a region, u order that unit to move to another region

3) ok

4) ok

5) Hmmm.... maybe u must turn bounty on with trigger editor. I heard that one time...

6) Scroll one more down and then u have a function where u dont have to select the unit.
 
Level 15
Joined
Nov 26, 2005
Messages
1,151
1. I didn't mean I don't understand
I ment ... nevermind :)

2. I figured that one alone ;)
now they are moving excellent :)

3. 10x ;)

4. 10x ;)

5. ..... I'LL try & say here what happened

6. done :)

U know what I'm starting to get these triggers ;)
10x all
 
Level 21
Joined
Aug 21, 2005
Messages
3,699
Level 15
Joined
Nov 26, 2005
Messages
1,151
Eleandor said:
1) Create a new event
Player - Chat Message

Player - Player 1 (Red) types a chat message containing -ar as An exact match
Player - Player 2 (blue) types a chat message containing -ar as An exact match

whatever action/condition you need



A question: what does 'samo' mean in the sentece 'samo more answers people' ?

http://www.google.be/search?q=samo&...ient=firefox-a&rls=org.mozilla:en-US:official ?

opssss
samo = some :)

I'm from Bulgaria (if U know where that is ;) )
well in Bulgarian "samo" = "just" ,"only" :)
 
Status
Not open for further replies.
Top