1. Macros Help MOP

    Hello,

    im here today cause im already out of ideas as to why some of my macros are not working, i created a dk last week, and today i decided to start making some macros for arenas mostly but that might also be usefull on bgs or even pve... anyways, i was wondering if someone can help me or tell me what is wrong with this macro:

    #showtooltip Dark Simulacrum
    /cast [nomod] Dark Simulacrum
    /cast [mod:ctrl,@focus] Dark Simulacrum


    Also try :

    #showtooltip Dark Simulacrum
    /cast [nomod] Dark Simulacrum
    /cast [mod:ctrl,target=focus] Dark Simulacrum


    but it doesnt work either, also this one doesnt work:

    #showtooltip Lichbone
    /cast Lichborne
    /cast [nomod, @player] Death Coil
    /cast [mod:ctrl,@mouseover Death Coil


    I appreciate any kind of help you can provide with this macros, or solutions... cause im already out of ideas, and i cant find any problem nor mistake from my perspective. Also looked for some info on youtube and google but nothing that could help me fix this or another way to write this macros.

  2. Becuase you cant do that with Dark Sim...

    Also you went from English to Spanish mid post and confused me so I have no idea what you're going on about your lichborne macro.

    It needs to be something like this:

    /target focus
    /click MultiBarBottomLeftButton5
    /targetlasttarget

    With whatever bar and button your Dark sim is set to normally.

  3. #showtooltip Dark Simulacrum
    /cast [nomod] Dark Simulacrum
    /cast [mod:ctrl,@focus] Dark Simulacrum
    there should be a space between the comma and the '@'
    #showtooltip Dark Simulacrum
    /cast [nomod] Dark Simulacrum
    /cast [mod:ctrl, @focus] Dark Simulacrum

    #showtooltip Dark Simulacrum
    /cast [nomod] Dark Simulacrum
    /cast [mod:ctrl,target=focus] Dark Simulacrum
    Same here, space between the comma and target.
    #showtooltip Dark Simulacrum
    /cast [nomod] Dark Simulacrum
    /cast [mod:ctrl, target=focus] Dark Simulacrum
    #showtooltip Lichbone
    /cast Lichborne
    /cast [nomod, @player] Death Coil
    /cast [mod:ctrl,@mouseover Death Coil
    Missing the ']' after mouseover and again there should be a space after comma and before '@'
    #showtooltip Lichbone
    /cast Lichborne
    /cast [nomod, @player] Death Coil
    /cast [mod:ctrl, @mouseover] Death Coil

    Just copy 'n' paste the examples I wrote into your macros.

  4. Pallz i appreciate your help, and althougt you are right here, it was my bad because i wrote them wrong here xD but in-game i wrote them properly and still couldn't get them to work as intended T_T , now the answer from kemmi looks a bit more interesting about DS.. i really wonder whats the deal with that spell.

  5. I tested that macro, and i think isnt working because im failing on the line of the button and bar, but i can check that later, i assume its because i use bartender? and aside from that, i was really wondering why dark sim doesnt work with conventional macros? and, is there a way to make it with modifiers, so i can use it for either my target or my focus? (just to not have to waste 2 spaces in the bar for the same skill xD).


    About the confusion on the language, you must have read my post 2 sec after i posted it, cause i realized about the mistake right away and fixed it in a sec, was so into this macro issues that didnt realize i switched languages in mid post hahaha ...... and the idea is basically the same, the macro doesnt work as intended, which is after casting lichbone, either cast death coil on myself or an ally.

Posting Permissions

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