• 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.mac v3.9 Updated 07/20/2011

Re: KissAssist.mac v3.7 Updated 05/30/2011

the problem is it targets the top spot in the alt target window. but the group will not always pick the add at the top to attack. so now your braking mez or attacking a punted mob....

one fix is too set the top target spot to your groups tank target. or main assists target. then make sure you set your rolls...but somtimes if your not the leader of the group its hard to get people to do it.
 
Re: KissAssist.mac v3.7 Updated 05/30/2011

What Soren said.

I'm on regular server
 
Re: KissAssist.mac v3.7 Updated 05/30/2011

@Sorenbro the problem isnt that it targets the top spot. The problem is that it is not ASSISTING :)

It will target and attack - breaking mez or running off, and I have had the same issue, but I cannot figure out 100% why - though I think it's has something to do with changing targets during a pull.
 
Re: KissAssist.mac v3.7 Updated 05/30/2011

I will try to hammer out targeting issues this weekend
 
Re: KissAssist.mac v3.8 Updated 07/17/2011

Version 3.8 Updated 07/17/2011
Targeting revamped to fix various errors people were reporting
Some minor tweaks to improve performance
Added Mercenary /callassist feature. Merc will not attack until mob reaches defined health.
Rich (BB code):
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=85
 
Re: KissAssist.mac v3.8 Updated 07/17/2011

My monk still stands up from FD and will chase a mob if I FD during a fight
 
Re: KissAssist.mac v3.8 Updated 07/17/2011

That's is what a monk would do under any assist macro. I am not understanding the problem. What is the situation? If your main assist is killing a mob and it runs then monk would chase it as well.
 
Re: KissAssist.mac v3.7 Updated 05/30/2011

I had a looping issue with my toon(80th level Shaman) looting and dismounting and recasting his buff mount over and over, sometime if corpses were on the ground he would just stand in the same spot and clicky his mount and then dismount over and over. if a mob was pulled into camp he woulds start fighting and then try to loot and dismount and recast clicky mount.
ini file is as follows:


Also is there a way to force a toon to Canni/cast buffs during combat?

That issue is with ninjadvloot.inc file to resolve you need to edit the file

Line 93 ish find the following and delete it.
Rich (BB code):
/if (${Me.Mount.ID}) /dismount
 
Re: KissAssist.mac v3.8 Updated 07/17/2011

i mean, if i manually FD because my group is fighting, he will FD and stop everything. but then when the mob starts pathing away, he will stand up and beeline for it.

Also, my rogue has auto hide/sneak set in MQ2melee, so he wont ever assist now. Guessing because he is invis.. maybe this can be an option?
 
Re: KissAssist.mac v3.8 Updated 07/17/2011

i mean, if i manually FD because my group is fighting, he will FD and stop everything. but then when the mob starts pathing away, he will stand up and beeline for it.

Also, my rogue has auto hide/sneak set in MQ2melee, so he wont ever assist now. Guessing because he is invis.. maybe this can be an option?

In theory toons shouldn't attack any mobs unless they are with in MeleeDistance=75. What is yours set to?

I have not tested the macro with any FD classes. I will try and duplicate the bug on my monk.

You are using 3.8 right? I have rouge in my normal test group. He attacks with auto hide/sneak on but I will test that as well.
 
Re: KissAssist.mac v3.8 Updated 07/17/2011

i mean, if i manually FD because my group is fighting, he will FD and stop everything. but then when the mob starts pathing away, he will stand up and beeline for it.

Also, my rogue has auto hide/sneak set in MQ2melee, so he wont ever assist now. Guessing because he is invis.. maybe this can be an option?

Ok for the rogue not attacking while invis issue find the Sub CanIDoStuff line 1025 ish near the bottom of the macro and replace the entire thing with the code below. See if that fixes it.

Rich (BB code):
|-------------------------------------------------------------------------------------
| SUB: Can I do Stuff  - Check if invis moving ducked etc
|-------------------------------------------------------------------------------------  
    Sub CanIDoStuff
        :IAmBusy
        /call EndMacroIf 
        /delay 2
        /if (${Me.Moving} || (!${ChaseAssist} && !${AggroCheck} && ${Me.Invis}) || ${Me.Stunned} || ${Me.Ducking} ||  ${Cast.Status.NotEqual} || ${Me.State.Equal[BIND]} ) /goto :IAmBusy
        /if (${Window[MerchantWnd]} || ${Window[TradeWnd]} || ${Window[GiveWnd]} || ${Window[LootWnd]} || ${Window[SpellBookWnd]} || ${Window[BigBankWnd]} || ${Window[LootWnd]} || ${Window[BankWnd]} || ${Window[TributeMasterWnd]} || ${Window[GuildTributeMasterWnd]}) /goto :IAmBusy
    /return 
 
Last edited:
Re: KissAssist.mac v3.8 Updated 07/17/2011

yes i am using 3.8 and that code worked... as for the monk, i have the distance set to 50. When I FD its usually because my healer or tank dies and then is likely a wipe, maybe i need to make a button that FD's and ends the mac...
 
Re: KissAssist.mac v3.8 Updated 07/17/2011

I'm having an issue getting my Berserkers Aura to be cast. It just continues to say it's casting it, but never does. I have it in the buffs section. Any idea why it's not actually casting it?
 
Re: KissAssist.mac v3.8 Updated 07/17/2011

I'm having an issue getting my Berserkers Aura to be cast. It just continues to say it's casting it, but never does. I have it in the buffs section. Any idea why it's not actually casting it?

Did it cast correctly before 3.8?
Post your buff section from the ini file please.
 
Re: KissAssist.mac v3.8 Updated 07/17/2011

yes i am using 3.8 and that code worked... as for the monk, i have the distance set to 50. When I FD its usually because my healer or tank dies and then is likely a wipe, maybe i need to make a button that FD's and ends the mac...

Glad to here the rogue fix worked. I will hunt down the FD thing. Like i said I have never tested FD before. I will on my monk , sk and necro. It should be a simple fix.
 
Re: KissAssist.mac v3.8 Updated 07/17/2011

Just downloaded 3.8 will test it and let you know if it works. I may have had the old version running.... Thanks!
 
Re: KissAssist.mac v3.8 Updated 07/17/2011

So I'm starting to use this on my druid for healing + nukes to see if it will work better than afcleric and im wondering in the buff section if it's possible to a) define what spell gem slot it will use for defined buff and b) define a specific target for a buff, like you can for heals.

basically I have a couple of spells, with a couple min recast times that I only want casted on the main assist. The way the buffs are done currently might not even make it practical, but I figure it doesnt hurt to bring it up
 
Re: KissAssist.mac v3.8 Updated 07/17/2011

I downloaded the 3.8 version so I am running that. It still will not cast my aura. It tells me in my MQ2 window repeatedly that it's casting it, but doesn't. Here is my ini

[General]
XTSlot=1
CampRadius=30
CampRadiusExceed=200
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=0
MedStart=20
MedStop=90
LootOn=0
RezAcceptOn=0
KissAssistVer=3.8
MedCombat=0
AcceptInvitesOn=1
[Melee]
AssistAt=95
MeleeOn=1
MeleeDistance=60
StickHow=behindonce
FaceMobOn=1
[Buffs]
BuffsOn=1
Buffs1=Bloodlust Aura|Aura|Bloodlust Aura Effect
Buffs3=NULL
Buffs4=NULL
Buffs5=NULL
Buffs6=NULL
Buffs7=NULL
Buffs8=NULL
Buffs9=NULL
Buffs10=NULL
Buffs11=NULL
Buffs12=NULL
Buffs13=NULL
Buffs14=NULL
Buffs15=NULL
Buffs2=NULL
[DPS]
DPSOn=1
DPSSkip=20
DPSInterval=7
DPS1=Frenzy
DPS2=Savage Volley Rk. II
DPS3=Axe of Graster Rk. II
DPS4=Energetic Axe Throw
DPS5=NULL
DPS6=NULL
DPS7=NULL
DPS8=NULL
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=0
Heals1=NULL
Heals2=NULL
Heals3=NULL
Heals4=NULL
Heals5=NULL
Heals6=NULL
Heals7=NULL
Heals8=NULL
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=92
 
Re: KissAssist.mac v3.8 Updated 07/17/2011

So I'm starting to use this on my druid for healing + nukes to see if it will work better than afcleric and im wondering in the buff section if it's possible to a) define what spell gem slot it will use for defined buff and b) define a specific target for a buff, like you can for heals.

basically I have a couple of spells, with a couple min recast times that I only want casted on the main assist. The way the buffs are done currently might not even make it practical, but I figure it doesnt hurt to bring it up

I am working on an attack buff section for spells like listlessness, wild growth, short duration damage shields etc. You will be able to define up to 3 buffs to cast on MA or yourself during combat.

I am not adding spell gem assign to any section because its just more ini file clutter. This allows people to mem the spells where ever they want.

If you want to change the misc gem kissassist uses to mem spells on the fly for buffs etc the variable below is in the macro line 98 ish. Change the 8 to the gem you want to the macro to use.

Rich (BB code):
    /declare MiscGem                string      outer       8
 
Re: KissAssist.mac v3.8 Updated 07/17/2011

I downloaded the 3.8 version so I am running that. It still will not cast my aura. It tells me in my MQ2 window repeatedly that it's casting it, but doesn't. Here is my ini

Your ini file is exactly correct. It was an issue with pure melee classes and auras. I fixed it and will be uploading the new version in an hour or so.
 
Last edited:
Version 3.9 Updated 07/17/2011
Fixed aura casting for pure melee classes
Fixed toons chasing after mobs when outside of defined melee range
Fixed an issue with invis check stalling macro.
Fixed a group heal check.

NEW TANKING FEATURE ADDED. - The new tanking feature has 2 modes, assist and stand alone.
Assist Mode will target the puller's/MA's mob and attack when mob comes into defined melee range.
  • Usage: Set Role=Tank and select MA normally
Stand Alone will target and attack any aggressive mob that comes into defined melee range.
  • Usage: Set Role=Tank and select yourself as MA
 
So I tried the Tanking feature. My tank will not assist nor attack. The macro tells me I am the tank, and will assist my MA/Puller at 100percent. I pulled the mob right on my tank, and it did nothing. Here is his ini file. Any help?

[General]
KissAssistVer=3.9
Role=Tank
XTSlot=1
CampRadius=30
CampRadiusExceed=400
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=0
MedStart=20
MedCombat=0
LootOn=0
RezAcceptOn=0
AcceptInvitesOn=1
[Melee]
AssistAt=95
MeleeOn=1
FaceMobOn=1
MeleeDistance=75
StickHow=snaproll
[Buffs]
BuffsOn=0
Buffs1=NULL
Buffs2=NULL
Buffs3=NULL
Buffs4=NULL
Buffs5=NULL
Buffs6=NULL
Buffs7=NULL
Buffs8=NULL
Buffs9=NULL
Buffs10=NULL
Buffs11=NULL
Buffs12=NULL
Buffs13=NULL
Buffs14=NULL
Buffs15=NULL
[DPS]
DPSOn=0
DPSSkip=20
DPSInterval=2
DPS1=NULL
DPS2=NULL
DPS3=NULL
DPS4=NULL
DPS5=NULL
DPS6=NULL
DPS7=NULL
DPS8=NULL
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=0
Heals1=NULL
Heals2=NULL
Heals3=NULL
Heals4=NULL
Heals5=NULL
Heals6=NULL
Heals7=NULL
Heals8=NULL
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=92
 
So I tried the Tanking feature. My tank will not assist nor attack. The macro tells me I am the tank, and will assist my MA/Puller at 100percent. I pulled the mob right on my tank, and it did nothing. Here is his ini file. Any help?

Target yourself on the tank toon and start the mac see if it works in stand alone mode. I will hunt down the assist bug.
 
Did that as well. Same thing. Does nothing. Even when I target myself and then run the mac.

I'm also have problem with the Zerker too. This maybe a MQ2Melee issue though or moveutils, because I didn't have theses issuse yesterday before the patch. The aura is now being casted (thanks!) but here is the problem.

As in my ini above I want him to mash the hell out of Frenzy, Volley, Axe of Graster, and Energetic Axe. When I run the macro, it gets though once cycle, but when the buttons refresh to use again, it doesn't.

I've messed with the dps interval times, but don't see any change in when I do. I'm using the same ini as above.

Thanks Maskoi!
 
Tanking is working fine for me in both modes.
Are you on a live or tlp sever?
What class are you setting as tank?
 
All or most those settings on your berserker should be handled by mq2melee and not the macro

DPS1=Frenzy
DPS2=Savage Volley Rk. II
DPS3=Axe of Graster Rk. II
DPS4=Energetic Axe Throw

Leg Strike, Leg Cut, Leg Slice, Crippling Strike, Tendon Cleave, Tendon Sever, Tendon Shear, Tendon Lacerate
cripple=[0-100] endurance

Diversive Strike, Distracting Strike, Confusing Strike, Baffling Strike, Jarring Strike, Jarring Smash, Jarring Clash, Jarring Slam
jolt=0-100] Jolt every # of hits (0=off).

Overpowering Frenzy, Overwhelming Frenzy
opfrenzy=[0-100] Use ability when endurance above [X]% (0=off).

Rage Volley, Destroyer's Volley, Giant Slayer's Volley, Annihilator's Volley, Decimator's Volley, Eradicator's Volley, Savage Volley
ragevolley=[0-100] Will use best ragevolley discipline that is available, ready and endurance above [X]% (0=off).

Axe of Rallos, Axe of Graster
rallos=[0-100] Use ability when endurance above [X]% (0=off).

Slap in the Face
slapface=[0-100] Use ability when endurance above [X]% (0=off).

Head Strike, Head Pummel, Head Crush, Mind Strike, Temple Blow, Temple Strike, Temple Bash, Temple Chop
stun1=[Disc/AA/Spell ID #] ID of the Disc/AA/Spell to use for stunning (0=off).

Vigorous Axe Throw, Energetic Axe Throw
vig=[0-100] Use ability when endurance above [X]% (0=off).
 
/melee ragevolley=20
/melee rallos=20
/melee vig=20
/melee save
 
/melee ragevolley=20
/melee rallos=20
/melee vig=20
/melee save
 
I think my MQ2Moveutils are messed up. It's not showing up in my MQ2 box, like I have seen before. Not to sure what to do about that, but I believe that's the problem.
 
Did that as well. Same thing. Does nothing. Even when I target myself and then run the mac.

I'm also have problem with the Zerker too. This maybe a MQ2Melee issue though or moveutils, because I didn't have theses issuse yesterday before the patch. The aura is now being casted (thanks!) but here is the problem.

As in my ini above I want him to mash the hell out of Frenzy, Volley, Axe of Graster, and Energetic Axe. When I run the macro, it gets though once cycle, but when the buttons refresh to use again, it doesn't.

I've messed with the dps interval times, but don't see any change in when I do. I'm using the same ini as above.

Thanks Maskoi!

try this and it has to be in this order

/plugin mq2moveutils unload
/plugin mq2melee unload
/plugin mq2moveutils
/plugin mq2melee
 
Done, Tank still does nothing. Zerker seems to be working okay. Still not fast on clicking the buttons when refreshed. Tank doesnt assist or attack mobs close. When I hit attack on though, he then will go tank which ever mob I have targeted.
 
Here is my ini for moveutils. Let me know if you see something I should change.

[Defaults]
AllowMove=32.00
AutoPause=on
AutoPauseMsg=off
AutoSave=on
AutoUW=off
BreakKeyboard=on
BreakMouse=on
BreakOnGM=on
BreakOnSummon=off
DistSummon=8.00
FeignSupport=off
Heading=true
HideHelp=off
KeyboardPause=off
MousePause=off
LockPause=off
PauseMinDelay=500
PauseMaxDelay=5000
SaveByChar=on
TurnRate=14.00
UseWindow=off
Verbosity=off
FullVerbosity=off
TotalSilence=on
VerbosityFlags=0
WinEQ=off
[Stick]
AlwaysUW=off
AwareNotAggro=off
ArcBehind=45.00
ArcNotFront=135.00
BreakOnGate=on
BreakOnHit=off
BreakOnTarget=off
BreakOnWarp=on
PauseOnWarp=off
DelayStrafe=on
DistBackup=10.00
DistBreak=400.00
DistMod=0.00
DistMod%=1.00
DistSnaproll=10.00
RandomArc=off
StrafeMinDelay=1500
StrafeMaxDelay=3000
UseBackward=on
UseFleeing=on
UseWalk=off
[MakeCamp]
CampRadius=40.00
MinDelay=500
MaxDelay=1500
RealtimePlayer=off
ReturnHaveTarget=off
ReturnNoAggro=off
ReturnNotLooting=off
UseLeash=off
LeashLength=50.00
UseScatter=off
Bearing=0.00
ScatDist=10.00
ScatSize=10.00
[MoveTo]
AlwaysUW=off
ArrivalDist=10.00
ArrivalDistX=10.00
ArrivalDistY=10.00
BreakOnAggro=off
BreakOnHit=off
DistBackup=30.00
MoveToMod=0.00
UseBackward=off
UseWalk=on
[Circle]
Backward=off
CCW=off
Drunken=off
RadiusSize=30.00
[StuckLogic]
StuckLogic=on
DistStuck=0.10
PulseCheck=6
PulseUnstuck=10
TryToJump=off
TurnHalf=on
[servername.Toonname]
AllowMove=32.00
ArcBehind=45.00
ArcNotFront=135.00
AutoSave=on
AutoUW=off
DistBreak=400.00
BreakOnGate=on
BreakOnWarp=on
PauseOnWarp=off
LockPause=off
DistSnaproll=10.00
FeignSupport=off
Heading=true
LeashLength=50.00
UseLeash=off
UseWindow=off
Verbosity=off
FullVerbosity=off
VerbosityFlags=0
CampRadius=40.00
RealtimePlayer=off
UseScatter=off
Bearing=0.00
ScatDist=10.00
ScatSize=10.00
 
Done, Tank still does nothing. Zerker seems to be working okay. Still not fast on clicking the buttons when refreshed. Tank doesnt assist or attack mobs close. When I hit attack on though, he then will go tank which ever mob I have targeted.

Sorry man no clue on Tank. Working fine on my 90 warrior. Have to wait until Official Compile comes otu see if works then
 
Still having the same issue. Mob comes into camp. Tank does nothing. He does cast his aura though. Here is the .ini

Any help would be great!

Thanks


[General]
KissAssistVer=3.9
Role=Tank
XTSlot=1
CampRadius=50
CampRadiusExceed=400
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=0
MedStart=20
MedCombat=0
LootOn=0
RezAcceptOn=0
AcceptInvitesOn=1
[Melee]
AssistAt=95
MeleeOn=0
FaceMobOn=1
MeleeDistance=75
StickHow=snaproll
[Buffs]
BuffsOn=1
Buffs1=Champion's Aura|Aura|Champion's Aura Effect
Buffs2=NULL
Buffs3=NULL
Buffs4=NULL
Buffs5=NULL
Buffs6=NULL
Buffs7=NULL
Buffs8=NULL
Buffs9=NULL
Buffs10=NULL
Buffs11=NULL
Buffs12=NULL
Buffs13=NULL
Buffs14=NULL
Buffs15=NULL
[DPS]
DPSOn=0
DPSSkip=20
DPSInterval=2
DPS1=NULL
DPS2=NULL
DPS3=NULL
DPS4=NULL
DPS5=NULL
DPS6=NULL
DPS7=NULL
DPS8=NULL
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=0
Heals1=NULL
Heals2=NULL
Heals3=NULL
Heals4=NULL
Heals5=NULL
Heals6=NULL
Heals7=NULL
Heals8=NULL
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=92


Also have tried the melee on (1) and (0).

Thanks for any help it's starting to get frustrating.
 
I figured out what was the problem I had certain things marked in my extended target. i.e puller, and raid puller. When I removed them and went to the default settings, it worked. Not sure if you can make changes so that if you have something set on extended target it will still work.

The macro is working great though now!! Whew!!
 
Meh your ini is correct always set MeleeOn=1 for melee toons. Does he assist normally with Role=Assist and MA set to your puller or another toon?
 
KissAssist Release KissAssist.mac v3.9 Updated 07/20/2011

Users who are viewing this thread

Back
Top
Cart