• 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

KissAssist Release KissAssist 10.0.4 Released 06/29/2017

I added the macro to the first post in this thread. If you are looking for the Remove_Alias.mac that is where you will find it.
 
To our faithful community:

Ctaylor22, Maskoi and Myself want to thank everyone who provided input and examples of what NEW and IMPROVED "must have" features they wanted to see in future editions of Kiss.

The response to this initiative on our part was enormous, and it has taken us a few weeks now to go through all the amazing suggestions and requests.

Currently all three of us are going through and finalizing function changes that require completion before we start to delve into adding/changing functions based upon the project plan we have for future kiss.

You can thank EQMule for adding in TRUE ZRadius detection of mobs to improve the entire pull process (Chris is working on this)... as well as the "Creature from the Black Lagoon" changes he is working on (far better and responsive underwater pulling and fighting).

There are a few minor bugs here and there we are seeing as they get reported and we discover them themselves (GroupWatchOn issue).

We are keeping track of these minor issues.. and making sure the corrected code is updated in our repository / release archive, and are looking forward to implementing the very best and most useful of your suggestions in soon to come Kiss editions... and again... we want to thank you all.

You can expect 10.0.0.5 to roll out very soon......
 
Corrected corrected code pushed.. ( slap Chris )

This corrects two errors that were re-introduced back into the code by mistake (source used did not contain the updated fixes for two previously resolved issues).

The two errors and the proper "Me.Aura[X].Find" code has been placed in the updated posted version.

(see.. i ddidn't go blind from playing with my pussy-willow tree all the time, i spotted the errors.. lol )
 
Last edited:
Still getting an "AuraType" error when I download the version on page 1 here or the version included in the compile. Am I doing something wrong?

kissassist.mac errors on lines 2968, 2742, 950.
 
Ok buggie boos.....


Please download and run the updated kissassist.

The altered code for the aura fix did NOT contain the proper syntax according to EQMULE's post.


replace all instances of
Rich (BB code):
${Me.Aura[x].Find

in the macro with
Rich (BB code):
${Me.Aura[x].Name.Find


We didn't have the .NAME portion in the altered code... ( slap me silly and call me sally )

The following corrected code should work... I replaced the kissassist in the top of this download thread.


Rich (BB code):
            | Check if aura is up 4 parts - Mage | Everyone else | 2 auras cleric | 2 auras enchamter
            /if (${Select[${Me.Class.ShortName},CLR,ENC,MAG]}==0 && !${Me.Aura[1].Name.Find[${AuraName}]}) {
                /goto :FoundAura
            } else /if (${Me.Class.ShortName.Equal[MAG]} && ${Me.Pet.ID} &&  ${Me.Pet.Distance}<175 && !${TempAura.Find[effect]} && !${Me.Aura[1].Name.Find[${TempAura}]}) {
                /goto :FoundAura
            } else /if (${Me.Class.ShortName.Equal[CLR]} && ((!${Me.Aura[1].Name.Find[${AuraName}]} && !${Me.AltAbility[Spirit Mastery]}) || (!${Me.Aura[1].Name.Find[${AuraName}]} && !${Me.Aura[2].Name.Find[${AuraName}]} && ${Me.AltAbility[Spirit Mastery]}))) {
                /goto :FoundAura
            } else /if (${Me.Class.ShortName.Equal[ENC]} && ((!${Me.Aura[1].Name.Find[${AuraName}]} && !${Me.AltAbility[Auroria Mastery]}) || (!${Me.Aura[1].Name.Find[${AuraName}]} && !${Me.Aura[2].Name.Find[${AuraName}]} && ${Me.AltAbility[Auroria Mastery]}))) {
                /goto :FoundAura
            } else /return ${AuraResult}
            :FoundAura
 
Shaman keeps repeatedly buffing with single target unity every like 5 mins or less, bout everytime after combat is what i've been noticing.
 
Open a support ticket please, and include your toon's ini data... not the file. just the data in it.

Thank you.

updated to 10.0.5 last night after looking into it, checking to see if that will help and then i will do a ticket.
 
After every update... I search for /Target Clear and delete all but like 3 of them.
Why so obsessed with clearing the target?

As a result, my toons don't look like bots by clearing their target every 2 seconds and after everything they do.
It also makes my cleric heal a lot better because generally he's healing the same tank all the time anyway.
 
Because eventually your toon will get stuck on a pc or corpse and you will all die.
 
WHen I load Kissassist right now I get this

KissAssisting >> NULL << at NULL %
NULL is a PC NULL

after every time I load the macro.


Does this with every toon, regardless of who I have targeted, the macro untargets them.


Edit. Found a fix in the Kiss SUpport subforum.
 
KissAssist Release KissAssist 10.0.4 Released 06/29/2017

Users who are viewing this thread

Back
Top
Cart