Log in

View Full Version : Weird focus problem



blast3r
08-03-2008, 05:39 PM
If by chance my Main dies I can follow my next in line with no problem. I can also hit the macro below and it does focus the survivors to the needed target but then it loses focus just afterwards. So If I spam the button it drops focus gains focus over and over again. Is there something I am missing here? I pretty much used an example from the wiki word for word (i think).

/target [target=Zàk, nodead, help, exists]; [target=zák, nodead, help, exists]; [target=zâk, nodead, help, exists]; [target=zãk, nodead, help, exists];[target=zäk, nodead, help, exists]; [target=Zàk, exists]
/assist
/cast Moonfire

bbj
08-04-2008, 01:25 AM
well nothing in this macro sets or uses focus. It targets a live player and then assists him ( ie it targets the players target or mob ) so you wont even see the toons targetting the player. they should just move to the target immediately.

but, like i said - nothing here does anything for focus.

Golle
08-04-2008, 12:03 PM
Like bbj said, theres no focus in it. I'd use something like this:


/target [target=Zàk, nodead, help, exists]; [target=zák, nodead, help, exists];
[target=zâk, nodead, help, exists]; [target=zãk, nodead, help, exists];
[target=zäk, nodead, help, exists]; [target=Zàk, exists]
/focus target
/cast [target=focustarget] Moonfire

blast3r
08-04-2008, 01:26 PM
Like bbj said, theres no focus in it. I'd use something like this:


/target [target=Zàk, nodead, help, exists]; [target=zák, nodead, help, exists];
[target=zâk, nodead, help, exists]; [target=zãk, nodead, help, exists];
[target=zäk, nodead, help, exists]; [target=Zàk, exists]
/focus target
/cast [target=focustarget] Moonfire


Thanks, I'll give this a try this evening.