soulker Posted September 27, 2006 Posted September 27, 2006 Ok I'm pretty new at making macro's for games and stuff and I dont get it all, I only know how to make things move and click around but I want to be able to have it autoattack in battles when it enters battle mode, and then after battle move around and click again so if I could get any help on how to do this I would be really happy . ps. its a game where you somehow look from above and slightly from the side, not a first-person view.
Helge Posted September 27, 2006 Posted September 27, 2006 http://www.autoitscript.com/fileman/users/Helge/forum/forum-ss.gif
AzKay Posted September 27, 2006 Posted September 27, 2006 http://www.autoitscript.com/fileman/users/Helge/forum/forum-ss.gifThey should do that, make it flashing, instead of not flashing. # MY LOVE FOR YOU... IS LIKE A TRUCK- #
AzKay Posted September 27, 2006 Posted September 27, 2006 What is the game? # MY LOVE FOR YOU... IS LIKE A TRUCK- #
jvanegmond Posted September 27, 2006 Posted September 27, 2006 (edited) Ah yes here is the script:While 1 If BattleMode() Then AutoAttack() ClickAround() EndIf Sleep(50) Wend Are you kidding me?!? Edited September 27, 2006 by Manadar github.com/jvanegmond
AzKay Posted September 27, 2006 Posted September 27, 2006 Ah yes here is the script: While 1 If BattleMode() Then AutoAttack() ClickAround() EndIf Sleep(50) Wend Are you kidding me?!?All you have to do, is fill in the blanks, its like a new race of gaming. # MY LOVE FOR YOU... IS LIKE A TRUCK- #
soulker Posted September 28, 2006 Author Posted September 28, 2006 (edited) All you have to do, is fill in the blanks, its like a new race of gaming. well the game is mythwar, but I cant seem to see what I can fill in on those blanks so I was sort of confused but thanks for the help . Edited September 28, 2006 by soulker
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now