Game Guides Archive
Thread: need help with macro's
Page 1 of 1
DaneGibbard
Sun Feb 06, 2005 2:13 pm
#1
im trying to get a macro which will train my 1 handed fencer skill when im not at the keyboard and ive seen a few people with them and i was wandering if some one could post one here for me
tnx
Tsujigiri
Sun Feb 06, 2005 2:57 pm
#3
I'm trying to understand why someone would buy a game and then not play it....
DaneGibbard
Sun Feb 06, 2005 3:08 pm
#4
i do play it but i get boered of attacking the same things over and over again so i was thinking if i get a marco and do that when im at school when i get home i can concentrate on medic or anthor one off my skills and still get up to master fenvcer so i can become a jedi
Snaggoh
Sun Feb 06, 2005 4:45 pm
#5
well there isn't much of a macro for a melee calls - just stand in a group of argos... even if it is lame.
You buy the game, you play it or you dont - you dont stop other people from playing it by getting all argos on you.
You buy the game, you play it or you dont - you dont stop other people from playing it by getting all argos on you.
blaketheone
Sun Feb 06, 2005 9:02 pm
#6
if ur kiling things below 1k ham make this macro
/target corpse;
/loot
/macro loot (name it loot)
and they wil auto agroo on u
if u are kiling things higher make this macro
/1hmeleespinattack2;(i believe that is how its spelled)(and watever spin atack u use)
/macro spin (name spin)
/target corpse;
/loot;
/macro loot (name loot)
to get the second macro started type in /macro spin then /macro loot
themorph
Mon Feb 07, 2005 4:00 am
#7
I understand why you want to macro it, the low levels are so annoying... Fencer should pick the speed
tree first... the rest of the profession will come pretty fast then.
-
Macro: loot_loop
/tar corpse;
/pause 0.1; (Delay to let the system get your target)
/loot; (/harvest hide/bone/meat if you fightig creatures)
/ui action untarget;
/ui action cycleTargetOutwards; (targets the closest enemy)
/pause 0.1;
/macro loot_loop;
This macro will auto-loot your enemies and target the closest.
-
Macro: fencer_spin
/melee1hSpin2;(Add a custom attack here from CTRL + A)
/pause 0.9;
/macro fencer_spin;
This macro will spam an area attack, you can play a little with the pause timer, if you increase the speed,
it'll only spam your combat queue. Speed cap is hitting every second, so if you are capped this pause should
work fine. Anyways for each command you might want to use every once in a while i would make a makro like the
following.
-
Macro: healdamage
/ui action clearCombatQueue;(Clear all Actions from Queue)
/healda;
This macro heal you or your target, if its a friendly PC, immidiatly by clearing the combat queue first.
To stop all looping macroes type /DUMP !
greetz,
Page 1 of 1