Anyone...

I admit that I know zippo about creating these macros so I have been patiently waiting on one of you smart people to release an assassin macro. It has been a few days since release and am starting to wonder if is anyone working on one?

The macro created by Potter James is a really good macro to use still. He gives detailed information about how to proper utilize it. Not much changed in terms of rotation for Sin!

Check my fresh post :stuck_out_tongue: “True Assassin 7.1.5 Cycuszek”

idk how to make the code to post it so you can copy and paste it but here the potter macro in the new GSE2 formate

Sequences['PeaceMutilate'] = {
  Author="Shankatsu",  
  SpecID=259,
  Talents = "2113111",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [nocombat,nostealth] Stealth",
        "/cast [stealth] Rupture",
        "/cast [mod:alt] Shadowstep",
      },
      PreMacro={
      },
        "/cast [combat] Garrote",
        "/castsequence [nomod] reset=6/combat/target  Mutilate, Mutilate, Mutilate, Mutilate",
        "/cast [combat] Vendetta",
        "/cast [combat] Kingsbane",
      PostMacro={
        "/use [combat] 13",
        "/use [combat] 14",
      },
      KeyRelease={
      },
    },
  },

[quote quote=40565]idk how to make the code to post it so you can copy and paste it but here the potter macro in the new GSE2 format
[/quote]

To make your macro’s appear in the code box, take a look at your posting box and at the top you will see buttons like link, b-quote,img etc

Simply press the code button first so you get this sign ` then post your macro then hit the code button again and submit

Sequences['PeaceMutilate'] = {
Author="Shankatsu",
SpecID=259,
Talents = "2113111",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
"/cast [nocombat,nostealth] Stealth",
"/cast [stealth] Rupture",
"/cast [mod:alt] Shadowstep",
},
PreMacro={
},
"/cast [combat] Garrote",
"/castsequence [nomod] reset=6/combat/target Mutilate, Mutilate, Mutilate, Mutilate",
"/cast [combat] Vendetta",
"/cast [combat] Kingsbane",
PostMacro={
"/use [combat] 132
"/use [combat] 14",
},
KeyRelease={
},
},
},
}

thanks i fix it with right code