Football in WC3

Status
Not open for further replies.
Level 4
Joined
Mar 12, 2008
Messages
89
hello, I am making football manager in wc3 , can somebod help me , if any player is near enemy player to bypass him ? or all other scripts which makeing player bypass and making it by his skills + luck ?
 
Level 18
Joined
Sep 27, 2005
Messages
2,069
you mean a football game or a manager where you dont play?

This I could think ways of to trigger probably
I would try something like this

Create regions around players - then

Unit starts the efect of an ability
ability = drible
region contains enemy = true
if level of drible = 1 ( 70% ) chance to drible plus 10% luck = 80% chance drible chance )
set integer = random number from 1 to 10
if integer = 1 to 8 do
drible

You would need to improve this I just wrote it very shortly.
 
Status
Not open for further replies.
Top