• 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.

Quetion!!!!!! Plz Answer

Status
Not open for further replies.
Level 4
Joined
Oct 28, 2005
Messages
77
i only got 1 quetion right now. but i might ask for more later!

1. How can i move a group of Mobs that have just been created whit timer to another region?? do u understand the Quetion?
 
Level 4
Joined
Oct 28, 2005
Messages
77
thx, i got a new quetion already!

1. how can i make a item drop from a Mob that has timer on the mob (BTW, it must be more than one item that can drop from it, but its in % count it will drop) do u understand??
 
Level 22
Joined
Jan 10, 2005
Messages
3,426
yea, use this:

events: unit dies
conditions: unit type of dying unit equal to *mob*
actions: if,then,else multiple functions
if: integer comparison => math random number => random number between 1 and 100 = less then or equal to XX
then: item - create item at position of dying unit
else: DoNothing

if u want more items to drop at once, make more 'if,then,else's' in that same trigger
 
Level 4
Joined
Oct 28, 2005
Messages
77
sry, i found out right after i wrote that, hehe LOL just wanted to delete it before someone saw it... but its to late now :p

EDIT: another quetion!

1. I have timer mobs that comes every 2 sec.. but i want to stop that in 30 sec and turn it to: create 3 mobs per 3 sec... how do i do that???
 
Level 22
Joined
Jan 10, 2005
Messages
3,426
i think there r alot ways to do that, but with mine, u need 3 triggers

1: events: every 2 sec of the game
actions: ..........
2: events: every 3 sec of the game (this trigger NOT initially on (ucheck the box above))
actions: ........
3: events: elapsed time is 30 seconds
actions: trigger - turn off trigger 1
trigger - turn on trigger 2
 
Status
Not open for further replies.
Top