• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - question

DeathFromAbove

New member
Joined
May 20, 2014
RedCents
Wondering if there is a way to set up my wizard to gate out any time anyone enters the zone and gate back after so long? anyone able to make this happen
 
Well, you either need a timer or a seconds since zoned TLO member and I dont think core compile has the seconds/ticks since zoned.

The first part is easy:
/if (${SpawnCount[pc]}>1) /alt act ${Me.AltAbility[Gate].ID}

You can use an Zoned.cfg
/if (!${Defined[zoned]}) /declare zoned timer global
/varset zoned 600s


Then in your macro:
/if (!${zoned} && ${Zone.ID}==345) /alt act ${Me.AltAbility[Secondary Recall].ID}

The second part requires that timer. Then you just use your port spell or secondary bind to get back to where you were.
 
Anything is possible. Depends on how and to what level you want to set things up. If it can be done in game, it can be automated by mq2.
 
Is it possible to set it so that it evacs once someone in the group is at a certain % hp?

Not currently but it will be supported in Kiss 7.5.

7.4 is being released tomorrow so look for 7.5 in a few weeks.
 
bah. i always just look at new posts rather than surf individual forums. i didnt notice this was kissassist forums.
 
Say; I tried using Evac as a [Heals]. It worked. It worked too well, sometimes, and evac would trigger when a merc was revived or when I was a lil slow about sorting out dmg mitigation. So I ended up using Evac as a [Burn] and triggering it on a hotkey, instead. This is only useful if you're actively playing at least one char, of course. But one of these solutions may hold you over 'til official support for such is ready.
 
Last edited:
Say; I tried using Evac as a [Heals]. It worked. It worked too well, sometimes, and evac would trigger when a merc was revived or when I was a lil slow about sorting out dmg mitigation. So I ended up using Evac as a [Burn] and triggering it on a hotkey, instead. This is only useful if you're actively playing at least one char, of course. But one of these solutions may hold you over 'til official support for such is ready.

Did you try to set up evac as a holy? Like only if the MA health is below 20?
 
Can't say as I have. That seems much the same as:

Rich (BB code):
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=1
Heals1=Exodus|20|MA

- - - Updated - - -

I actually haven't found a good reason to use Holy, yet. Being as in KA one can put any type of spell in any category to have it used as they wish. And; the macro itself is very edit-friendly to get desired results. I rather dislike the idea of so much going on outside the macro (holy calls to mq2melee and such), that the macro can't control and may not account for. But, yeah, a dozen ways to skin a cat and all that. I'm sure others will see holy as the best way to go.
 
Not to hijack this thread about this, but I only use the holy's for the things that KA doesn't handle well. For example, my Sk uses the down for summoning the remains of a puller who has died well beyond camp. I would possibly put the evac there if a situation was exactly the right thing. Maybe if the MA dies, and a mob is in camp, and my healer's health is below 80%.
 
evac bah. Raid on a druid for 7 years i swear to god every time i used evac it would work for them but would fail for me. Or I would zone but be dead.
 
Question - question

Users who are viewing this thread

Back
Top
Cart