- Joined
- Mar 7, 2011
- Messages
- 15
OKs, so im farely new to Warcraft Editor, and english is not my nature language, so if i make any mistakes pls tell me.
Im not realy good at programming and have never make a thread b4, but im realy desperate and need help.
Me and my friends love Zombies, but we still have not found a single good zombie game, so i decided to build my own, but im stuck with a programming problem, my game to be realistic, summon too many zombies, and then, the zombies proceed to "eat" natural humans from the town(neutral passive).
But i cant make the zombies attack the heroes(players) nor the hummans properly.. im using this programming , but it laggs too much. Plz Someone Help me.
Im not realy good at programming and have never make a thread b4, but im realy desperate and need help.
Me and my friends love Zombies, but we still have not found a single good zombie game, so i decided to build my own, but im stuck with a programming problem, my game to be realistic, summon too many zombies, and then, the zombies proceed to "eat" natural humans from the town(neutral passive).
But i cant make the zombies attack the heroes(players) nor the hummans properly.. im using this programming , but it laggs too much. Plz Someone Help me.
-
Attack
-
Events
- Unit - A unit owned by Player 1 (Red) Uses an item
- Unit - A unit owned by Player 1 (Red) Begins casting an ability
- Unit - A unit owned by Player 2 (Blue) Uses an item
- Unit - A unit owned by Player 2 (Blue) Begins casting an ability
- Unit - A unit owned by Player 3 (Teal) Uses an item
- Unit - A unit owned by Player 3 (Teal) Begins casting an ability
- Unit - A unit owned by Player 4 (Purple) Uses an item
- Unit - A unit owned by Player 4 (Purple) Begins casting an ability
- Unit - A unit owned by Player 5 (Yellow) Uses an item
- Unit - A unit owned by Player 5 (Yellow) Begins casting an ability
- Conditions
-
Actions
- Player Group - Pick every player in Player Group - Player 12 (Brown) and do (Unit Group - Pick every unit in (Units owned by Player 12 (Brown)) and do (Unit - Order (Picked unit) to Attack-Move To (Position of (Triggering unit))))
- Player Group - Pick every player in Player Group - Player 11 (Dark Green) and do (Unit Group - Pick every unit in (Units owned by Player 11 (Dark Green)) and do (Unit - Order (Picked unit) to Attack-Move To (Position of (Triggering unit))))
-
Events