Swordsman Archive
Thread: Neeed a macro ...please help
Page 1 of 1
Hooskdaddy
Wed Jan 26, 2005 11:05 pm
#1
If someone could please PM me or list a good "target kill" or "combat" macro for swordsman I would be very appreciative. thanks in advance
Sesshomaru78
Thu Jan 27, 2005 8:22 am
#2
The best thing you can do is search the forums for macro commands and learn how to write them yourself. There are plenty out there in the forums already if you just want to copy one. Again, its better to learn how to write one yourself. That way you can tweak it to be just the way you like.
pkirk25
Thu Jan 27, 2005 8:39 am
#3
I like these 2.
KillOne
/cycleTargetOutward;
/attack;
/follow;
/melee2harea3;
/melee2hheadhit3;
/melee2hheadhit3;
/melee2hheadhit3;
/melee2hheadhit3;
/melee2hheadhit3;
/melee2hheadhit3;
/pause 2;
/macro KillOne;
KillMany
/cycleTargetOutward;
/attack;
/follow;
/melee2harea3;
/melee2hspinattack2;
/melee2hspinattack2;
/melee2hspinattack2;
/melee2hspinattack2;
/melee2hspinattack2;
/melee2hspinattack2;
/pause 2;
/macro KillMany;
Server is down so there may be typo's.
KillOne
/cycleTargetOutward;
/attack;
/follow;
/melee2harea3;
/melee2hheadhit3;
/melee2hheadhit3;
/melee2hheadhit3;
/melee2hheadhit3;
/melee2hheadhit3;
/melee2hheadhit3;
/pause 2;
/macro KillOne;
KillMany
/cycleTargetOutward;
/attack;
/follow;
/melee2harea3;
/melee2hspinattack2;
/melee2hspinattack2;
/melee2hspinattack2;
/melee2hspinattack2;
/melee2hspinattack2;
/melee2hspinattack2;
/pause 2;
/macro KillMany;
Server is down so there may be typo's.
Sirfin123
Sun Jan 30, 2005 1:40 am
#4
It is important to learn how script so you can tweak them to suit *your* needs.
But everyone has to start somewhere so here are some of my own.
Newbie
/attack;
/pause 1;
/loot all;
/macro newbie;
OK, the above is perfect outside a city hunting something like meatlumps, lunatics etc, at low level.
You will not need to be buffed because no specials etc.
sword
/melee2hlunge1;
/melee2harea3;
/pause 1;
/loot all;
/macro sword
Above good for attacking faction ie rebs/imps.
G'luck with it! If you have any specific questions feel free to PM me.
Newbie
/attack;
/pause 1;
/loot all;
/macro newbie;
OK, the above is perfect outside a city hunting something like meatlumps, lunatics etc, at low level.
sword
/melee2hlunge1;
/melee2harea3;
/pause 1;
/loot all;
/macro sword
Above good for attacking faction ie rebs/imps.
Sirfin123
Tue Feb 01, 2005 7:01 am
#5
Misread original post:
To add targeting just put the following line in 1st:
/ui action cycleTargetOutward;
Need to be careful with it though it will 'target' anything and can cause your macro to get 'stuck' lot of times I will remove it depending on what area I am hunting in.
G'luck with your macroing.
To add targeting just put the following line in 1st:
/ui action cycleTargetOutward;
Need to be careful with it though it will 'target' anything and can cause your macro to get 'stuck' lot of times I will remove it depending on what area I am hunting in.
G'luck with your macroing.
Page 1 of 1