|
Show Posts
|
Pages: [1]
|
1
|
General Category / General Discussion / Re: 2019 Bugs/Issues thread
|
on: February 04, 2019, 10:22:59 am
|
Plane of Air armor combines will let you upgrade from one class to another (a rough mistake to correct...)
Ex. I accidentally turned my berserker wrist into a ranger wrist.
I held onto the wrist thinking that I'd be able to change it back in the next tier, but this was not the case.
|
|
|
3
|
General Category / General Discussion / Re: MQ2 macros
|
on: January 07, 2019, 07:36:03 pm
|
Got it working, Cannabilized Bog's assist macro from another thread.
Macro 1 "Follow.mac" - If i'm not Badonka, have badonka run "follow2.mac" and send him 2 parameters: Me.ID & Zone.ID
Macro 2 "Follow2.mac" - if my Zone.ID matches the Zone.ID in the parameter sent, have him target the sending toons ID parameter
-------------------------------------------------------- Follow.mac
#turbo
Sub Main
/if (${Me.CleanName.NotEqual[badonka]}) /bct badonka //macro follow2 ${Me.ID} ${Zone.ID}
-------------------------------------------------------- Follow2.mac
#turbo Sub Main
/if (${Zone.ID}==${Param1}) /multiline ; /tar ID ${Param0} ; /timed 3 /stick 10 moveback /end
--------------------------------------------------------
|
|
|
4
|
General Category / General Discussion / Re: MQ2 macros
|
on: January 07, 2019, 04:31:52 pm
|
Hey everyone,
Long time listener, first time caller. Looking for some help with a follow command or macro. I am running 2 groups, but frequently have one of the groups afk in the Nexus or Stonehive waiting to leech some Uber buffs.
The problem with my follow command, is that when I use /bca, My AFK Group in another zone will begin running into a wall. (Probably targeting someone with the same ID as my tank.)
So I would like this follow command or macro to check and see if the toon executing the follow command is in the same zone as the toon receiving the command. Maybe using a /noparse?
I worked out a way to do it using two different macros, but I think there is probably a simpler solution.
Thanks in advance, -Badonka
|
|
|
|
|
TinyPortal v1.0 beta 4 © Bloc
|
Loading...
| |