mage/warden question
mage/warden question
i got one question, i remember old macro for register SW it go like this "/script for i=1, 500, 1 do GuildHousesWar_Register() end" can i use simular thing for flame whit new elite skill ??
Re: mage/warden question
Any macro system that exist with the exception of rom's internal macro system.
e.g MM here , Autohotkey, Keybordmacros ......
In MM it would be like this(from demo):
e.g MM here , Autohotkey, Keybordmacros ......
In MM it would be like this(from demo):
Code: Select all
function main()
while(true) do
---key under which is your spell
keyboardPress( key.VK_1 );
-- if they press space bar, break out of the while
if( keyPressedLocal(key.VK_SPACE) ) then
break;
end
end
end
-- startMacro will now call main() within a protected environment for us.
startMacro(main);
Jack-of-all-trades, but master-of-only of a few
My Reps:
https://github.com/BlubBlab/Micromacro-with-OpenCV (My version of MM2 with OpenCV and for MS Visual Studio)
https://github.com/BlubBlab/rom-bot (rombot with no stop WP and advanced human emulation mode and some other extensions)
https://github.com/BlubBlab/Micromacro-2-Bot-Framework ( A work in progress )
My Tools : viewtopic.php?f=10&t=6226
My Reps:
https://github.com/BlubBlab/Micromacro-with-OpenCV (My version of MM2 with OpenCV and for MS Visual Studio)
https://github.com/BlubBlab/rom-bot (rombot with no stop WP and advanced human emulation mode and some other extensions)
https://github.com/BlubBlab/Micromacro-2-Bot-Framework ( A work in progress )
My Tools : viewtopic.php?f=10&t=6226
Who is online
Users browsing this forum: Ahrefs [Bot] and 0 guests