Close
Showing results 1 to 4 of 4
  1. #1

    Default Couple of questions

    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/wiki/inde...aderless_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!

  2. #2

    Default

    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.

  3. #3
    Member
    Join Date
    Sep 2008
    Location
    Calgary, AB and Vancouver, BC
    Posts
    7638
    Blog Entries
    2

    Default

    #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.

  4. #4

    Default

    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.

    Code:
    #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! ^^

Similar Threads

  1. couple questions
    By goodboi1112 in forum General WoW Discussion
    Replies: 9
    Last Post: 07-04-2009, 01:38 PM
  2. Couple of Questions
    By Twyman in forum Macros and Addons
    Replies: 8
    Last Post: 06-15-2009, 04:08 PM
  3. WAR - Couple questions
    By Biz in forum General WoW Discussion
    Replies: 21
    Last Post: 10-08-2008, 12:53 AM
  4. Couple of Questions
    By Suprem01 in forum New Multi-Boxers & Support
    Replies: 6
    Last Post: 09-22-2008, 09:36 AM
  5. couple questions
    By schlange in forum New Multi-Boxers & Support
    Replies: 4
    Last Post: 12-30-2007, 10:28 PM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •