Warcraft III resources & community, 2003–2006 · archived

Quetion!!!!!! Plz Answer

8 posts
#1

Quetion!!!!!! Plz Answer

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?
#2
unit group - issue order targeting a point => order last created unit group to move to *......*
#3
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??
#4
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
#5
kk. THX m8... but one thing whit that answer i didnt understand!

less then or equal to XX... what do u mean by XX???
#6
djsepkk. THX m8... but one thing whit that answer i didnt understand!

less then or equal to XX... what do u mean by XX???


i like such sort of questions :D

USE YOUR MIND,OPEN IT MOR GUI AND GUI WILL ANSWER AT YOUR QUESTION

(no offence ;)~ )
#7
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???
#8
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