Jump to content

macro breaks when including sit and stand


hyl3ricl

Recommended Posts

while hunting ive noticed that if i run a macro on mages where they run spells, sit, delay and stand and a mob hits them, they will just loop over the macro sitting , standing and targeting after being attacked...

Macro example

/target x

/assist

/useskill x

/sit

/delay 6

/stand

Link to comment
Share on other sites

Can you explain a little more what are you using that macro for? Being sat for 6 sec makes mana regen improvement almost unnoticeable.

Is your main toon using the macro? your box is using the macro? are main and box in party? what class is using the macro?

Give more details and I can give you suggestions

Link to comment
Share on other sites

i delay to recover mana... its a party with multiple boxes and main tank being assisted by the wizards. it does help a bit ^^ when the wizard agros and gets hit by a mob the macro breaks... tank has a macro that keep him close a buffer to avoid running too much around... and other use assist macro such as above..

Link to comment
Share on other sites

Hello sir
The game does not differentiate between /sit or /stand, they are the exact same command.

So what happens is, you're being attacked by a monster while sitting - this makes your character stand up, so when you try to "/stand" in the macro, it sits you back down.
 

 

one way to fix this, would be to simply make the macro like this;

 

/target x

/assist

/useskill x

/sit

/delay 6

/target x

/assist

/useskill x

/stand

That way, if you do get hit by a monster after sitting down, it will still rotate your "assist damage", and proceed to sit down afterwards.


Probably better ways to go about the macro though.
Have a good one
 

Link to comment
Share on other sites

Last two commands of your macro are wrong

 

1.-   /target x       ------------>  OK

2.-   /assist         ------------>  OK

3.-  /useskill x  ------------>  OK

4.- /sit               ------------>  OK

5.- /delay 6     ------------>  OK

6.- /target x   ------------>  OK

7.- /assist      ------------>  OK

8,- /useskill x ------------>  WRONG  (you are trying to use a skill while you are still SAT

9.- /stand      ------------>  You are now trying stand up too late so previous " /usesskill x " will never

 

**********************************************************************

You only have to relocate the 8.- command of the building, to  "the Last of US"

9.- /stand   

8.- /useskill x

Link to comment
Share on other sites

×
×
  • Create New...