Started by gabriel vr, November 12, 2013, 04:31:19 pm
Quote from: KK20 on December 23, 2012, 09:57:25 pmlol got bored and found out where it happens. Part 2, Line ~6295char.move_away_random(ai.target, false, ai.act.range)Comment that out.I tried replacing that with a move_toward but it still moved weird.
char.move_away_random(ai.target, false, ai.act.range)
Quote from: gabriel vr on November 12, 2013, 04:31:19 pmHello guys, I'm trying to make monster in blizz that attack the player faster, and don't stop attack to stay walking on map, i want he goes at the player and attack attack attack, but i'm having no luck How can I make it?