Page 1 of 1

Help make a macro

Posted: December 3rd, 2007, 9:41 am
by cookie555
Okay, I recently made a new toon he is currently a lvl 10 commando. I am trying to afk a good loot spot I know of, where several 70s spawn but cannot attack me. I'm on a new server and cannot afford a pet, to afk lvl with so I'm trying to raise money to buy the necessities for pet making. Anyways with my commando I have, a macro which uses:
blah
/ui action toolbarslot02
/pause 1
/m blah

is essentially what it says, I then have a loot macro, and using the two the goal is to throw the flash grenade and loot after they are dead while i'm doing something funner, or more important. But this macro is not working, it does not cause my toon to throw his flashbang. Can someone please help me, and provide me with a way to afk with grenades. Thanks.

Posted: December 4th, 2007, 6:03 am
by kingkong91
its /ui action toolbarSlotxx;

Posted: December 7th, 2007, 9:16 pm
by cookie555
thats what i have written...

Posted: December 8th, 2007, 1:58 am
by swg_xploiter
do you have a tick at Options -> Keymap -> "Action Can Be Fired From Toolbar" ?

Posted: January 7th, 2008, 12:47 pm
by cuervogold
You know you can write a commando macro in AutoIt that will send mouse down and then do a like a Z pattern with your heavy weapons. This will kill everything in the area that you shot at. It works great for AFK looting junk, killing mobs, and many other tasks. Once I get it set to delete exta items I'll post it.

Posted: May 30th, 2008, 6:26 am
by greagniatis
Hey cookie555, your macro will not run because you need Slot to have a capital S, and semi colons after each line (though it will run without them it is better to keep them in).

Make these changes and it will run fine, good luck.