RekkasGit / E3Next

13 stars 21 forks source link

Familiar Killer. #61

Closed merrittous closed 1 year ago

merrittous commented 1 year ago

I have a private code that auto "/pet get lost" on familiars of every type. Can we implement something similar?

RekkasGit commented 1 year ago

sure , post the macro code and we can see about converting it.

Shenlonx commented 1 year ago

In the meantime, I use MQ2React to solve this problem with the following react:

  RemoveFamiliar: 
    action: /pet get lost
    condition: >-
      ${Select[${Me.Pet.Class},banker,merchant]}==0 && (${Me.Pet.Name.Find[familiar]}>0
      || ${Me.Pet.Level}==1)

Works great and doesn't dismiss the pets summoned by the veteran AAs that summon vendors/banker.

RekkasGit commented 1 year ago

why not just use an after event?