Close
Page 2 of 2 FirstFirst 1 2
Showing results 11 to 19 of 19
  1. #11

  2. #12

    Default

    After changing my macros to combine mods and banging my head on the desk multiple times trying to figure out what isn't working, I figured it out.

    Combining left and right of the same modifier in one mod does not work. Either one on it's own will trigger trigger it.

    For example, this macro: /target [mod:RctrlLctrl] ToonA, will trigger on a press of Lctrl or Rctrl, you don't need both.

    So looks like I'll have to do it something like [mod:RshiftRctrl,mod:Lctrl,nomod:Ralt].

  3. #13

    Default

    Good catch honestly I've never tried that.

  4. #14
    Member
    Join Date
    Jul 2008
    Location
    Skåne (Souther part of Sweden)
    Posts
    7

    Default

    Quote Originally Posted by Woodster1 View Post
    Vote for sticky !
    I vote for Sticky

  5. #15

    Default

    /introduction and thanks
    Hi guys, first I want to say that I’m german and my English became a little rusty since school, so please excuse my errors and correct me pls when I write total bullshit ;).
    I want to start multiboxing in the near future and read this forum some weeks now, I have no installed wow atm, because im learning for my university tryouts, so all i do is think about my configuration, without the possibility to test it ;) (i love to configurate somethink).
    I want to 5box on 1 pc, with hotkeynet and jamba. Olipcs explaination of the ftl setup makes it so attractive ;), thank you man, you are the “most helpfull person of the year” (© frosty) indeed!!!
    I must say here are some very helpful people and the community is very nice, the spike of the better wow people ;).
    /blabla end ;)

    My question:

    Can I use ralt, rshift, rctrl in my ftl targeting macro
    Code:
    /target [mod: rshift, nomod: rctrl/ralt, target=A]
    [mod: rctrl, nomod: rshift/ralt, target=B]
    [mod: ralt, nomod: rshift/rctrl, target=C]
    [mod: rshift rctrl, nomod: ralt, target=D]
    [mod: rshift ralt, nomod: rctrl, target=E]

    And modifiers lshift, lctrl, lalt in the spell macros
    Code:
    /click targeting macro
    /assist
    /cast [mod: lshift, nomod: lctrl lalt] pewpew
    /cast bangbang
    /targetlasttarget
    (modified with spaces for better readability)

    will this work, or is there another solution to use modifiers with ftl macros? i didnt find anything with the search function ;(.

    UPDATE
    ok, fuck i installed wow. so no learning today anymore ;). i testet the 2 macros in shorter form on an lvl 1 char. it works!

    target macro:
    Code:
    /target [mod:rshift,nomod:rctrl/ralt,target=player];
    [mod:rctrl,nomod:rshift/ralt,target=ruk warstomper]
    skill
    Code:
    #show
    /click ActionButton2
    /cast [mod:lshift]Healing Wave;[nomod:rshift/rctrl]War Stomp
    without any mod, i just warstomped, with either rshift rctrl pressed it targeted the right, with lshift and rshift pressed it healed me and with lshift and rctrl it healed ruk. i can switch between the two target while holding lshift. so i think it schould definitiv work with the ftl setup via hotkeynet, more precicly i hope so ;). can someone test it with more toons and hokeynet?



    p.s. can someone recommend an english pvp realm [EUROPE] [H]? with multiboxer / ~ firendly guilds for some premade bgs and arena?
    Last edited by thebunch : 09-20-2009 at 01:14 PM

  6. #16

    Default

    Yes you can use the left mods in conjunction with the right mods for FTL, the only limit is no more than 5 mods at a time, this is a WoW and probably OS driven limitation.

    FTL uses 1 2 or 3 so best case to keep yourself out of trouble is to only use 2 other mods at a time. But I think 6 possibilities should get you through most situations :P

  7. #17

  8. #18

    Default

    after a night of kicking towers and shouting ...

    if your ftl big button wont work and u have no fucking clue why :

    Code:
    /click [mod:RctrlRShift,nomod:ralt] MultibarRightButton1
    ->

    Code:
    /click [mod:RctrlRShift,nomod:ralt] MultiBarRightButton1
    will fix it (bar vs Bar) ... dunno if its only the .de localized version wich is case sensitive ;/

  9. #19

    Default

    The US version is case sensitive too when it comes to /clicking buttons.

Posting Rules

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