Log in

View Full Version : Couple of questions



Deumus
06-09-2009, 11:06 AM
Hello all,

At first, sorry for my english. It's not my native language and I learn it by myself.

I make five accounts to begin multiboxing with five shamans characters. I'm level 22 now and I use the "/cast [target=targettarget] xxx" macro. But I try PVP at level 19 and since this try, I'm gonna crazy to find a way to setup a system able to switch on another toon when my "main toon" are dead.

I read a lot of tutorial (FTL setup, Focus setup, ...) and try all. I'm on this since two days without any results.

FTL seems to be a good way, I'm able to attack with spell "Lightning" (not sure about english name) but I don't find how make this action:

If x-target is an ennemy, heal myself or if x-target is a friend, heal him.

I think all attack action is not a problem, but all heal/cure actions wont work.

I read and used this topics:

[HotKeyNet] Leaderless setup with HotKeyNet ('http://www.dual-boxing.com/forums/index.php?page=Thread&threadID=15353')
http://www.dual-boxing.com/wiki/index.php/Focusless_Targetless_Leaderless_Setup

I see an another problem. Sometimes my toons attack the last target and not the actual target. I have to wait until they take the right target. Is it normal?

Anybody can able to help me?

Thanks for your help!

ElectronDF
06-09-2009, 11:48 AM
You can change how spells work with options [options].
If target is enemy heal self, if target is helpful, heal target.
It helps to put in conditions that are most limiting or true first.
So:
/cast [target=target-target, help] HealSpell
/cast [target=player] HealSpell
This assumes that you are targeting your leader if not, you can change who you put in target=
Hope that helps and good luck.

Ualaa
06-09-2009, 04:35 PM
#show
/cast [harm] Attack Spell; [help] Heal Spell

This will show the icon on the spell you're about to cast.
The same button will cast a harmful spell on a hostile opponent, for example Lightning Bolt.
It will cast a healing spell on a friendly target, for example Lesser Healing Wave.
Just plug in the spell names.

I'm not sure the equivalent of [help] and [harm] in your language, but whatever wow uses you'll need the right terminology.
Then just plug in the desired spell names.

I mix them like this:
Lighting Bolt / Lesser Healing Wave
Chain Lighting / Chain Healing

Down the road, 74th I believe, you'll have Lava Burst which does a lot more if Flame Shock is on the target already.
For my other offensive spell, I use:

#show
/cast [mod:alt] Flame Shock
/castsequence [nomod] reset=10 Flame Shock, Lava Burst, Lava Burst

This will cast Flame Shock, then Lava Burst, then Lava Burst (resetting to Flame Shock after two Lava Bursts or if you don't press the macro for 10 seconds)
If you wish to Flame Shock immediately, press it with Alt held as well.

Deumus
06-09-2009, 08:08 PM
Ok!

I find a way to do what I want! Yes!

It is my Heal macro with FTL setup. "Vague de soins inférieurs" is the spell "Lesser Healing Wave" in French. It's just for info maybe another person have the same problem :)
The macro heal the target if is a friendly target, otherwise it cast on self.



#showtooltip Vague de soins inférieurs
/target [mod:ctrl,mod:shift,nomod:alt,target=Xelhin-target]; [mod:ctrl,mod:alt,nomod:shift,target=Aelhin-target]; [mod:alt,mod:shift,nomod:ctrl,target=Belhin-target]; [mod:ctrl,mod:alt,mod:shift,target=Celhin-target]; [mod:ctrl,nomod:alt,nomod:shift,target=Delhin-target]
/cast [help] [target=player] Vague de soins inférieurs
/cleartarget


Thanks for your help! ^^