Game Guides Archive
Thread: So I need a little help with a macro...
Page 1 of 1
rkab1972
Mon Nov 15, 2004 4:13 pm
#1
So I am going to go bye bye, and wanted to "disperse" my wealth in a creative way. I wanted to setup a macro to tip the money to random strangers. Help me out with the first line please.
/ui action targetRandomPlayer;
/tip 1000;
/pause 30;
/macro tipping;
Obviously I will run it in a loop and fiddle with the pause and amounts...but I do not know how to target random, or even passing players from a macro...any help?
drathon-3
Mon Nov 15, 2004 4:59 pm
#2
rkab1972 wrote:
So I am going to go bye bye, and wanted to "disperse" my wealth in a creative way. I wanted to setup a macro to tip the money to random strangers. Help me out with the first line please.
/ui action targetRandomPlayer;
/tip 1000;
/pause 30;
/macro tipping;
Obviously I will run it in a loop and fiddle with the pause and amounts...but I do not know how to target random, or even passing players from a macro...any help?
I believe that these are your options:
/ui action cycleTargetInward
/ui action cycleTargetNext
/ui action cycleTargetOutward
/ui action cycleTargetPrev
/ui action cycleTargetNext
/ui action cycleTargetOutward
/ui action cycleTargetPrev
Page 1 of 1