• 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 6 Updated 1/1/2014 v6.8.8

Re: KissAssist 6 Updated 08/10/2013 v6.7

KissAsssit v6.7 updated 08/10/2013

FIXED DPSOn=2 - Was not really working. KissAssist will correctly cast all spells in absolute descending order according to Spell|% instead of by mob health percentage.
FIXED RoF AURAS - Enchanter Mana Reverberation and Cleric Aura of the Reverent will no longer cause a casting loop.
/chase will now follow PC owner of Pet/Mercenary when Pet/Mercenary is MA
Tweaked performance by not loading certain timers if Feature not enabled. i.g. HealsOn=0 Kiss will no longer load timers to keep track of duration heals.
Added a delay for Buffs |Mana tag to prevent changing target on spells like Focused Paragon during battle and interrupting the spell. - Thanks William12
Fixed casting spam on certain cleric pets
Added a Buff ini file check for |MA to prevent over casting of buffs with |MA Tag
Streamlined Pet Toys code.

DPS |Once Tag added. - NEW!
DPS1=Spell|90%|Once - will only cast this spell once per battle.​

Campfire support added in [General] section - NEW!
CampfireOn=0/1 - Off/On - Will try and drop a campfire if 3 or more fellowship members are in range.
If not enough fellowship members in area to summon Campfire Kiss will try again in 5 minutes.
Drops it at Macro starting point and will refresh if Campfire expires.
If area is too steep for campfire Kiss will turn Campfire feature off.​
 
Re: KissAssist 6 Updated 08/10/2013 v6.7

Kiss-Crew.jpg

Group Shot of the KissAssist Test Crew
 
Re: KissAssist 6 Updated 08/10/2013 v6.7

I had to replace line 1104
Rich (BB code):
/chase /stick ${ChaseDistance} id ${Spawn[${MainAssist}].ID}
with
Rich (BB code):
/stick ${ChaseDistance} id ${Spawn[${MainAssist}].ID}
to get chase to work properly.
 
Re: KissAssist 6 Updated 08/10/2013 v6.7

Yar that's a typo thanks I will fix it. Red Cented for finding a bug. Thanks
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.1

KissAsssit v6.7.1 updated 08/10/2013

FIXED Typo in /chase - Thanks wink
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.1

Any way to turn off all twisting for bard while he is pulling? IE don't twist any songs until mob is back into camp?
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.1

[General]
TwistOn=0

Turns off all twisting except melee twist. Should do the trick for now. I will add a twisting option in Pull next version to turn it off.
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.1

Fading Memories if bard is pulling more than 2 back to camp would be nice. Get more than 2 and hit fading memories aa? Can this be done?
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.1

Not currently because if he fades to soon the mobs won't come to camp. You can do it soon as combat starts

Rich (BB code):
[AE]
AEOn=1
AERadius=30
AE1=Fading Memories|2
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.1

KissAssist 7.3 will have a bunch Aggro/Jolt section. I will add a Fade/Feign function to pulling.

I also just uploaded 7.2 allows you to turn off twisting while pulling on bards.
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.2

KissAsssit v6.7.2 updated 08/11/2013

FIXED Typo in /chase - Thanks wink
FIXED DPSOn=2 - Was not really working. KissAssist will correctly cast all spells in absolute descending order according to Spell|% instead of when mob reaches health percentage.
FIXED RoF AURAS - Enchanter Mana Reverberation and Cleric Aura of the Reverent will no longer cause a casting loop.
/chase will now follow PC owner of Pet/Mercenary when Pet/Mercenary is MA
Tweaked performance by not loading certain timers if Feature not enabled. i.g. HealsOn=0 Kiss will no longer load timers to keep track of duration heals.
Added a delay for Buffs |Mana tag to prevent changing target on spells like Focused Paragon during battle and interrupting the spell. - Thanks William12
Fixed casting spam on certain cleric pets
Added a Buff ini file check for |MA to prevent over casting of buffs with |MA Tag
Streamlined Pet Toys code.

Added PullTwistOn to pull section for bards - NEW!
PullTwistOn=0/1 - Off/On - Will turn off twisting during pullinng if set to 0/Off (Default)​

DPS |Once Tag added. - NEW!
DPS1=Spell|90%|Once - will only cast this spell once per battle.​

Campfire support added in [General] section - NEW!
CampfireOn=0/1 - Off/On - Will try and drop a campfire if 3 or more fellowship members are in range.
If not enough fellowship members in area to summon Campfire Kiss will try again in 5 minutes.
Drops it at Macro starting point and will refresh if Campfire expires.
If area is too steep for campfire Kiss will turn Campfire feature off.​
 
Last edited:
Re: KissAssist 6 Updated 08/11/2013 v6.7.2

getting a check for adds error


dunno how to copy the errors, but its showing lines

542 925 747 and 970 with the errors
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.2

Yar i need the info.

/plugin mq2log
/mlog on

Plugin writes all mq2 chat window output to your MQ2 folder /logs/servername_charname.log.
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.2

I'm getting spammed in the MQ2 window with all the @ code after the first mob dies after starting the macro. Known issue?
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.2

getting a check for adds error


dunno how to copy the errors, but its showing lines

542 925 747 and 970 with the errors
Try this find text below line 925 ish
Rich (BB code):
            /for i 1 to ${DPS.Size}
                /varset DPSTimer${i} 0
                /varset FDTimer${i}  0
            /next i
Add text in red
Rich (BB code):
        /if (${DPSOn}) {
            /for i 1 to ${DPS.Size}
                /varset DPSTimer${i} 0
                /varset FDTimer${i}  0
            /next i
        }
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.2

- - - Updated - - -

thats just part of it, when i actually get a add it throws other codes too

Same fix as above please try it. i guessing this is on a toon with DPS off like a healer?
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.2

lol see, I dont even know how to find the lines, i use notepad, and i cant find that option.. it all looks jumbled to me



my bst, bard and sk are throwing the code, necro isnt though
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.2

Edit > Find > text to find is

sub combatreset

then scroll down a little you will see it
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.2

Rich (BB code):
    /if (${DPSOn}) {
        /for i 1 to ${DPS.Size}
            /declare DPSTimer${i}       timer         outer 5
            /declare ABTimer${i}        timer         outer 0
            /declare FDTimer${i}        timer         outer 0
        /next i
    }

thats what its showing in the file, i havent touched anything
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.2

Wrong code just search on
sub combatreset
scroll down a little you will see it
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.2

changed it under reset, and still getting the errors ..

Rich (BB code):
 -------------------------------------------------------------------------------------
| SUB: CombatReset
| -------------------------------------------------------------------------------------
     
        /if (${DebugCombat}) /echo CombatReset: Enter
        /if (${MyTargetID} && ${CombatStart}) {
            /echo SLAIN >> ${MyTargetName} << EXP: ${If[${Me.PctExp}<${MyExp},${Math.Calc[100-${MyExp}+${Me.PctExp}]},${Math.Calc[${Me.PctExp}-${MyExp}]}]}% AAEXP: ${If[${Me.PctAAExp}<${MyAAExp},${Math.Calc[100-${MyAAExp}+${Me.PctAAExp}]},${Math.Calc[${Me.PctAAExp}-${MyAAExp}]}]}%
            /popup SLAIN >> ${MyTargetName} << EXP: ${If[${Me.PctExp}<${MyExp},${Math.Calc[100-${MyExp}+${Me.PctExp}]},${Math.Calc[${Me.PctExp}-${MyExp}]}]}% AAEXP: ${If[${Me.PctAAExp}<${MyAAExp},${Math.Calc[100-${MyAAExp}+${Me.PctAAExp}]},${Math.Calc[${Me.PctAAExp}-${MyAAExp}]}]}%
        }
        /declare i int local
        /declare j int local
        /call MobRadar ${MeleeDistance}
        /for j 1 to 50
            /if (${AddsArray[${j},1].Equal[${MyTargetID}]}) /call RemoveFromArray ${j}
            /if (${MobCount}==0) /call RemoveFromArray ${j}
        /next j
        /varset MyTargetID 0
        /varset MyTargetName
        /varset ValidTarget 0
        /varset MercAssisting 0
        /varset CombatStart 0
        /varset Pulled 0
        /varset NamedCheck 0
        /call PullReset
        /squelch /attack off
        /squelch /target clear
        /varset Attacking 0
            /if (${DPSOn}) {
            /for i 1 to ${DPS.Size}
                /varset DPSTimer${i} 0
                /varset FDTimer${i}  0
            /next i
        }
        /if (${IAmABard}) /call DoBardStuff
        /if (${Me.Pet.ID}) {
            /varset PetAttack 0
            /pet back off
            /if (${Me.AltAbility[Pet Discipline]}) /pet hold on
            /if (${Select[${Role},puller,pullertank]} && ${Math.Distance[${CampYLoc},${CampXLoc}]}<=${CampRadius}) /pet guard
        }
        /if (!${TwistOn} && ${MeleeTwistOn}) /varset DPSTwisting 0
        /if (${LootOn}) /call LootStuff
        /if (${DebugCombat}) /echo CombatReset: Leave
    /return


thats my combat reset

this is what im still getting

Rich (BB code):
[2013/08/11 11:37:42] Subroutine CombatReset wasn't found

[2013/08/11 11:37:42] kissassist.mac@747 (Combat): /call CombatReset

[2013/08/11 11:37:42] kissassist.mac@972 (CheckForAdds(CalledFrom)): /call Combat

[2013/08/11 11:37:42] kissassist.mac@3084 (WaitForMob): /call CheckForAdds WaitForMob

[2013/08/11 11:37:42] kissassist.mac@3057 (Pull): /call WaitForMob

[2013/08/11 11:37:42] kissassist.mac@2812 (FindMobToPull): /call Pull

[2013/08/11 11:37:42] kissassist.mac@561 (Main): /call FindMobToPull

[2013/08/11 11:37:42] The current macro has ended.

- - - Updated - - -

went in, and redownloaded the whole mac, and changed the lines you told me to, seems to be working now

dunno why it wasnt working before..

thanks man
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.2

lmao you deleted the sub CombatReset.

I just uploaded the fix. Download the new KissAssist
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.3

I didnt delete it, never touched it.. just added the lines..

but yeah, i just redownloaded the file before you uploaded the new one, and added it and it works fine now..

I dunno.. lol but thanks man
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.3

KissAsssit v6.7.3 updated 08/11/2013

FIXED Error after combat from 6.7.1 - Thanks Akatora & Toony
FIXED Typo in /chase from 6.7.0 - Thanks wink
FIXED DPSOn=2 - Was not really working. KissAssist will correctly cast all spells in absolute descending order according to Spell|% instead of when mob reaches health percentage.
FIXED RoF AURAS - Enchanter Mana Reverberation and Cleric Aura of the Reverent will no longer cause a casting loop.
/chase will now follow PC owner of Pet/Mercenary when Pet/Mercenary is MA
Tweaked performance by not loading certain timers if Feature not enabled. i.g. HealsOn=0 Kiss will no longer load timers to keep track of duration heals.
Added a delay for Buffs |Mana tag to prevent changing target on spells like Focused Paragon during battle and interrupting the spell. - Thanks William12
Fixed casting spam on certain cleric pets
Added a Buff ini file check for |MA to prevent over casting of buffs with |MA Tag
Streamlined Pet Toys code.

Added PullTwistOn to pull section for bards - NEW!
PullTwistOn=0/1 - Off/On - Will turn off twisting during pullinng if set to 0/Off (Default)​

DPS |Once Tag added. - NEW!
DPS1=Spell|90%|Once - will only cast this spell once per battle.​

Campfire support added in [General] section - NEW!
CampfireOn=0/1 - Off/On - Will try and drop a campfire if 3 or more fellowship members are in range.
If not enough fellowship members in area to summon Campfire Kiss will try again in 5 minutes.
Drops it at Macro starting point and will refresh if Campfire expires.
If area is too steep for campfire Kiss will turn Campfire feature off.​
 
Re: KissAssist 6 Updated 08/04/2013 v6.6

It works. How are your trying to trigger it?

With SK epic -

[Burn]
BurnText=You hear a dark voice in your mind.

My mage isent doing anything tho... it worked awhile back, but hasent for a long time now..
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.3

Burn only works in the mq2 window. so it has to be
/echo burn text here

My hot key for eqbc is below activates all my toons.
/bcaa //echo Burn baby burn

There is an auto burn feature now though you can set up by zone in the kissassist_info.ini file
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.4

KissAsssit v6.7.4 updated 08/11/2013

FIXED KissAssist's Multidimentional Super Secret Steam Powered Fantastical Ini Buff Engine
MQ2 Thinks nothing stacks with Group Perfected Levitation. This was majorly screwing up the ini file buff engine. Specially characters out of group.​
FIXED SK/Necro Tap leak in heals - Thanks Bizors
FIXED Mages and some other classes trying to heal MA when not in Group
FIXED Error after combat from 6.7.1 - Thanks Akatora & Toony
FIXED Typo in /chase from 6.7.0 - Thanks wink
FIXED DPSOn=2 - Was not really working. KissAssist will correctly cast all spells in absolute descending order according to Spell|% instead of when mob reaches health percentage.
FIXED RoF AURAS - Enchanter Mana Reverberation and Cleric Aura of the Reverent will no longer cause a casting loop.
/chase will now follow PC owner of Pet/Mercenary when Pet/Mercenary is MA
Tweaked performance by not loading certain timers if Feature not enabled. i.g. HealsOn=0 Kiss will no longer load timers to keep track of duration heals.
Added a delay for Buffs |Mana tag to prevent changing target on spells like Focused Paragon during battle and interrupting the spell. - Thanks William12
Fixed casting spam on certain cleric pets
Added a Buff ini file check for |MA to prevent over casting of buffs with |MA Tag
Streamlined Pet Toys code.

Added PullTwistOn to pull section for bards - NEW!
PullTwistOn=0/1 - Off/On - Will turn off twisting during pullinng if set to 0/Off (Default)​

DPS |Once Tag added. - NEW!
DPS1=Spell|90%|Once - will only cast this spell once per battle.​

Campfire support added in [General] section - NEW!
CampfireOn=0/1 - Off/On - Will try and drop a campfire if 3 or more fellowship members are in range.
If not enough fellowship members in area to summon Campfire Kiss will try again in 5 minutes.
Drops it at Macro starting point and will refresh if Campfire expires.
If area is too steep for campfire Kiss will turn Campfire feature off.​
 
Last edited:
Re: KissAssist 6 Updated 08/11/2013 v6.7.4

When using taps in the heal section, my SK will often target himself and try to lifetap. The mq2 window says "Touch of Klonda ON (toonname)". When it works right, it says FOR (toonname).

Rich (BB code):
HealsOn=1
Heals1=Touch of Klonda|80|Tap
Heals2=Dire Insinuation|80|Tap
Heals3=Touch of Falsin|80|Tap
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.4

Find the text below like line 2073

Rich (BB code):
            | Skip spell type check for group on cleric epics hard coded single heal
            /if (${HealSpell.Find[Aegis of Superior Divinity]} || ${HealSpell.Find[Harmony of the Soul]}) /goto :ShamanHeal
Add the code in red to it
Rich (BB code):
            | Skip spell if labeled |Tap
            /if (${HealTag.Find[Tap]}) /goto :NextHeal
            | Skip spell type check for group on cleric epics hard coded single heal
            /if (${HealSpell.Find[Aegis of Superior Divinity]} || ${HealSpell.Find[Harmony of the Soul]}) /goto :ShamanHeal
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.4

I uploaded the fix but didn't change the version number to tired lol. Still 6.7.4

Red Cented for finding the bug. :)
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.4

When using taps in the heal section, my SK will often target himself and try to lifetap. The mq2 window says "Touch of Klonda ON (toonname)". When it works right, it says FOR (toonname).

Rich (BB code):
HealsOn=1
Heals1=Touch of Klonda|80|Tap
Heals2=Dire Insinuation|80|Tap
Heals3=Touch of Falsin|80|Tap

All of your heals at 80 might be confusing Kiss as well might want to spread them out 80 70 75. It can only cast 1 at 80%
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.4

Solid fix. I had to change the %'s after the fix as well. With my 80 80 80 it would only cast one of them then forget the rest until the one came back off CD :P. Thanks much Maskoi.
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.4

Hey Maskoi - Is there any specific reason for not using the nolook option of /face? While purely for cosmetic reasons I use the nolook option, but I was wondering if there was a reason no to use it?
 
Re: KissAssist 6 Updated 08/11/2013 v6.7.4

So when I am flipping through 8 toons while testing they are looking at where they are suppose to.
 
Re: KissAssist 6 Updated 08/12/2013 v6.7.5

KissAsssit v6.7.5 updated 08/12/2013

FIXED Pulling errors when pulling with spells. Puller will no longer randomly move and interrupt casting and run back and forth to same mob twice. - 6.7.5
FIXED KissAssist's Multidimentional Super Secret Steam Powered Fantastical Ini Buff Engine - 6.7.4
MQ2 Thinks nothing stacks with Group Perfected Levitation. This was majorly screwing up the ini file buff engine. Specially characters out of group.​
FIXED SK/Necro Tap leak in heals - 6.7.4 - Thanks Bizors
FIXED Mages and some other classes trying to heal MA when not in Group
FIXED Error after combat - Thanks Akatora & Toony
FIXED Typo in /chase - Thanks wink
FIXED DPSOn=2 - Was not really working. KissAssist will correctly cast all spells in absolute descending order according to Spell|% instead of when mob reaches health percentage.
FIXED RoF AURAS - Enchanter Mana Reverberation and Cleric Aura of the Reverent will no longer cause a casting loop.
/chase will now follow PC owner of Pet/Mercenary when Pet/Mercenary is MA
Tweaked performance by not loading certain timers if Feature not enabled. i.g. HealsOn=0 Kiss will no longer load timers to keep track of duration heals.
Added a delay for Buffs |Mana tag to prevent changing target on spells like Focused Paragon during battle and interrupting the spell. - Thanks William12
Fixed casting spam on certain cleric pets
Added a Buff ini file check for |MA to prevent over casting of buffs with |MA Tag
Streamlined Pet Toys code.

Added PullTwistOn to pull section for bards - NEW! 6.7.3
PullTwistOn=0/1 - Off/On - Will turn off twisting during pullinng if set to 0/Off (Default)​

DPS |Once Tag added. - NEW!
DPS1=Spell|90%|Once - will only cast this spell once per battle.​

Campfire support added in [General] section - NEW!
CampfireOn=0/1 - Off/On - Will try and drop a campfire if 3 or more fellowship members are in range.
If not enough fellowship members in area to summon Campfire Kiss will try again in 5 minutes.
Drops it at Macro starting point and will refresh if Campfire expires.
If area is too steep for campfire Kiss will turn Campfire feature off.​
 
KissAssist Release KissAssist 6 Updated 1/1/2014 v6.8.8

Users who are viewing this thread

Back
Top
Cart