1. #1

    In 255 Characters or less!

    Hey all,

    Just wondering if this could be done, this is what I have so far.

    #showtooltip Vanish
    /stopattack [nomod][mod:ctrl]
    /use [nomod] Highborne Soul Mirror
    /use [nomod] Vanish
    /use [mod:shift] Cloak of Shadows
    /use [mod:alt] Fan of Knives
    /use [mod:ctrl] Shadowmeld(Racial)
    /use [mod:ctrl, nocombat] !Stealth
    /use [mod:ctrl, combat] Cheap Shot

    Essentially, when theres nomod, I want to stopattack, then vanish whilst also using highborne soul mirror (for funzies).
    Shift is Clos, Alt is Fok.
    Control, I want to stopattack and Shadowmeld. And, if in combat, then i want to cheap shot. If not in combat, then stealth.

    Can this macro be shortened to 255 characters? Thanks in advance.
    Last edited by Fadeout; 2011-10-15 at 02:53 AM. Reason: Typo! My bad.

  2. #2
    Deleted
    Quote Originally Posted by Fadeout View Post
    Hey all,

    Just wondering if this could be done, this is what I have so far.

    #showtooltip Vanish <don't put vanish, just state #showtootltip
    /stopattack [nomod][mod:ctrl]
    /use [nomod] Highborne Soul Mirror
    /use [nomod] Vanish
    /use [mod:shift] Cloak of Shadows
    /use [mod:alt] Fan of Knives
    /use [mod:ctrl] Shadowmeld(Racial)
    /use [mod:ctrl, nocombat] !Stealth
    /use [mod:ctrl, combat] Cheap Shot

    Essentially, when theres nomod, I want to stopattack, then vanish whilst also using highborne soul mirror (for funzies).
    Shift is Clos, Alt is Fok.
    Control, I want to stopattack then shadowmeld if out of combat, and if in combat then i want to cheap shot.

    Can this macro be shortened to 255 characters? Thanks in advance.
    I'm quite sleepy atm, os can't really see anything else I could help with.

    edit: shadowmeld may take a sec before you're out of combat. Id put stealth and cheap shot into another macro.

  3. #3
    Every ability you can use in stealth, you can use in shadowmeld now. So when im in PvE I can smeld cheap shot

  4. #4
    Deleted
    Quote Originally Posted by Fadeout View Post
    Every ability you can use in stealth, you can use in shadowmeld now. So when im in PvE I can smeld cheap shot
    seems like he knows, reread his code

  5. #5
    A pretty big clusterfuck of a macro you have here.

    Code:
    #showtooltip Vanish
    /stopattack [nomod][mod:ctrl]
    /use [nodmod]Highborne Soul Mirror
    /use [mod:ctrl]Shadowmeld(Racial);[mod:ctrl,nocombat]!Stealth;[mod:ctrl,stealth,combat]Cheap Shot
    /use [mod:shift]Cloak of Shadows;[mod:alt]Fan of Knives;Vanish
    This should work for ya.


  6. #6
    Deleted
    My eyes!

    Stealth and Cheap Shot will never fire as the macro will try to cast Shadowmeld (and only shadowmeld) if ctrl is down. In your explanation you state that you want to Shadowmeld if not in combat. Are you sure it's not the other way around? Why would you only want to cast Cheap Shot while in combat?

  7. #7
    first you can replace "Highborne Soul Mirror" with 13 or 14 depending if it's on the "top" or "botom" trinket slot.
    Then you can indeed remove the "vanish" in the "#showtooltip", but if you don't want to then just keep it. Anyway that's what I got with some refactoring without changing at all your macro's behaviour :

    Code:
    #showtooltip Vanish
    /stopattack [nomod][mod:ctrl]
    /use [nomod]Highborne Soul Mirror
    /use [mod:shift]Cloak of Shadows;[mod:alt]Fan of Knives;[mod:ctrl]Shadowmeld(Racial);Vanish
    /use [mod:ctrl,nocombat]!Stealth;[mod:ctrl]Cheap Shot
    which is 229 char

    if you always keep your mirror in the same trinket slot (13 or 14) and don't mind about vanish not always being on top of your macro then you can use :

    Code:
    #showtooltip Vanish
    /stopattack [nomod][mod:ctrl]
    /use [nomod]13
    /use [mod:shift]Cloak of Shadows;[mod:alt]Fan of Knives;[mod:ctrl]Shadowmeld(Racial);Vanish
    /use [mod:ctrl,nocombat]!Stealth;[mod:ctrl]Cheap Shot
    which is 203 210 chars.

    edit : beaten by DesolatedMaggot, who did the same thing as me but in an other order, which won't change anything as long as you never use "ctrl-shift" or "alt-shift" together...

    edit 2 : actually you shoud keep #showtooltip vanish if you want vanish instead of your trinket showing
    Last edited by Bethan; 2011-10-15 at 02:54 AM.

  8. #8
    The highborne soul mirror is just an item (get it from archy). It makes a ghost copy of yourself. Just looks cool when you vanish and leave a copy behind... Heh.

    ---------- Post added 2011-10-15 at 10:58 AM ----------

    And @desolated... it didnt work. Sorry :S

  9. #9
    oh yeah for the archy thing, then you shoud use "/use bagid slotid" where bagid is the bag in wich it's placed (0 is backpack then 1 to 4 are bag from right to left) and slotid is the place in the bag where it's placed (ig, the uper-left corner of backpack would be "/use 0 1", the uper-right corner of the "left-most" bag would be "/use 4 4", etc...

  10. #10
    Deleted
    Edit: I think I understand what you want the macro to do...
    Last edited by mmoc68f51d2d55; 2011-10-15 at 03:16 AM.

  11. #11
    Quote Originally Posted by Fadeout View Post
    The highborne soul mirror is just an item (get it from archy). It makes a ghost copy of yourself. Just looks cool when you vanish and leave a copy behind... Heh.

    ---------- Post added 2011-10-15 at 10:58 AM ----------

    And @desolated... it didnt work. Sorry :S
    Code:
    #showtooltip Vanish
    /stopattack [nomod][mod:ctrl]
    /use [nodmod]Highborne Soul Mirror
    /use [mod:ctrl,nocombat]!Stealth;[mod:ctrl,stealth]Cheap Shot;[mod:ctrl]Shadowmeld(Racial);
    /use [mod:shift]Cloak of Shadows;[mod:alt]Fan of Knives;Vanish
    There fixed, this one should work just fine

    Edit: fixed for stupid.
    Last edited by DesolatedMaggot; 2011-10-15 at 03:10 AM.


Posting Permissions

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