• 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 4.0 Updated 09/02/2011

Notice when my SK role=tank or pullertank. if we are fighting near a targetable non aggressive unkillable npc in a zone like alot of HoT zones have, the SK will pull a mob to camp, the group kills it then Add Detected flashes on the screen and the MA will target that NPC and try to attack it along with the other grouped toons assisting the MA. So the whole group has this non-aggressive NPC in there target window casting and attacking the NPC. Then come along an aggressive add and chews thru one toon and the Healers will start healing the group. The aggressive adds aggro, now the healer is getting killed and the SK MA is still fixed on the NPC in the camp that he should be ignoring. By the time the MA jumps onto or is attacked by the Mob(s) attacking the healers. They are usually dead and the MA is dying with no healers to help. Any thoughts?
 
I am going add a mob ignore variable to the KissAssist_Info.ini file for 4.1 that will solve that problem.

In the mean time Pullertank define your mobs MobsToPull= and you won't pull it. Tank try to camp far enough away as you can then decrease your CampRadius and MeleeDistance so the mob isn't detected.

If the camp is right on top of the mob or it roams through there is not a lot can you do right now.
 
kissassist will never communicate in game. The cure would be something like the healer gets debuffed and casts a group type cure or an event that recognize a certain spell was cast and healer casts cure

What about having it communicate with EQBC? It could call out the counters it has to there and have a healer/cure section pick up on the call.

Hmm... Looking at it now it looks like things could be so much easier to handle if the different boxes running kissassist are communicating with each other.
 
I am going add a mob ignore variable to the KissAssist_Info.ini file for 4.1 that will solve that problem.

In the mean time Pullertank define your mobs MobsToPull= and you won't pull it. Tank try to camp far enough away as you can then decrease your CampRadius and MeleeDistance so the mob isn't detected.

If the camp is right on top of the mob or it roams through there is not a lot can you do right now.

KissAssist 4.1 is going to be awesome... Perhaps having it automatically set up so that when it tries pulling an unkillable mob (Your target is unaffected message or 'The spell did not take hold') throws it into the ignore variable automatically. Sorta like how the unmezzables are added automatically.
 
I noticed from your shaman .ini file that combat buffs are listed under DPS. Does it cast untamed growth/lethargy every fight? Or does it check buff timers.
 
I noticed from your shaman .ini file that combat buffs are listed under DPS. Does it cast untamed growth/lethargy every fight? Or does it check buff timers.

All attack/combat buffs are on a timer if they have a duration. So untamed growth/lethargy is cast like every 8-10 min depending on focus etc and not every fight.
 
Going to test this out here shortly, looks promising and much less bloated that modbot and such (obviously a few less features, but you're working on them =D)
 
Welcome to Redguides/Notaddcited I see you just joined us.

KissAssist will never do everything Modbot does but it was written to be 4000 times easier and faster to setup. Hope you enjoy it.
 
Quick question, I can't tell what I'm doing wrong, here's the scenario;

In Burning Woods, my group has a Monk, Chanter, and two others.

Monk is set to pullertank
Chanter is set to Mezz adds.

Both work amazing, until we get an add, then it chain flashes on my screen "Adds Detected in Camp" then the monk will just stand there and the Chanter will chain mezz. I tried pulling two mobs, monk and group focused one while the Chanter kept the add Mezzed. After the monk and group killed one, the chanter was still chain mezzing and it looped there again.

What works "most" of the time for me is setting both of my Camp Radius to 1. Is there something I am missing or doing wrong though?
 
You can't set camp radius to 1. That's the imaginary line to detect inc mobs on pullertank and how mq2moveutils moves while in camp. Setting it to 1 will just confuse both.

Post your monk ini file please.
 
Re: KissAssist 4.0

[/QUOTE]
Usage - /mac kissassist Role TankName 95 or just target Main Tank and /mac kissassist.
Code:

/mas kissassit assist Bob 95
/mac kissassit puller


[/QUOTE]

Is this just correct?


[/QUOTE]AutoRezOn=1 - Turns on auto Rez feature. Will rez any toon with in a radius of 100 of the Rezzer. Healspn=1 must be on for this feature to work.[/QUOTE]

Can the radius be made smaller somehow?

Not sure what Healspn=1 is.
 
Re: KissAssist 4.0

Usage - /mac kissassist Role TankName 95 or just target Main Tank and /mac kissassist.
Code:

/mas kissassit assist Bob 95
/mac kissassit puller


Is this just correct?


AutoRezOn=1 - Turns on auto Rez feature. Will rez any toon with in a radius of 100 of the Rezzer. Healspn=1 must be on for this feature to work.

Can the radius be made smaller somehow?

Not sure what Healspn=1 is.

To change the rez distance find the line below and change 100 to whatever you want but it has to be smaller than 100.
Rich (BB code):
/if (${Group.Member[${i}].Type.Equal[corpse]} && ${Group.Member[${i}].Distance}<100) {

The other stuff is typos and has been corrected on the instructions page thanks for for finding that.
Rich (BB code):
/mac kissassist assist Bob 95
/mac kissassist puller
HealsOn=1
 
Heres my monks INI file, it's currently set to 1/1 on camps just because it makes it work, if i change the camp radius back to 20/200 then it just stands there.

[General]
KissAssistVer=4.0
Role=Pullertank
CampRadius=1
CampRadiusExceed=1
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=25
MedOn=0
MedStart=20
MedCombat=0
LootOn=0
RezAcceptOn=1
AcceptInvitesOn=1
GroupWatchOn=1
EQBCOn=0
[Buffs]
BuffsOn=1
Buffs1=Fungus Covered Great Staff
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
[Melee]
AssistAt=100
MeleeOn=1
FaceMobOn=1
MeleeDistance=175
StickHow=snaproll
AutoFireOn=0
[DPS]
DPSOn=1
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
[Burn]
BurnText=Decepticons Attack
Burn1=NULL
Burn2=NULL
Burn3=NULL
Burn4=NULL
Burn5=NULL
Burn6=NULL
[Pull]
PullWith=Throw Stone
MaxRadius=800
MaxZRange=200
LoSFailOn=0
[AFKTools]
AFKToolsOn=0
AFKGMAction=/quit
AFKPCRadius=150
 
Are you on a Live or TLP server?

Just for kicks try Role=PullerTank capital T

CampRadius=30
CampRadiusExceed=350
MeleeDistance=75
 
Last edited:
I'm not sure who else has this issue, I only skimmed though the posts. My monk and ranger will click their buff items but then they will pick up and hold whatever item is in their top level inventory slot that doesn't have a bag in it. I keep trying to put the item back but they want to keep picking it up. It's strange but keeps happening when I run kiss 4.0 I wasn't having issues like this before updating.
 
That worked, lol thanks. I should have thought to do that but hey. I set up my shammy again using kiss since shambot is busted, keep casting mending counterbias over and over. I figured it's time to set him up using kiss but i used your dps setup for tiger DPS3=Talisman of the Tiger Rk. II|90|MA. He keeps casting it over and over as if it was set up in the buff section. Even while not in combat. I don't know if anyone else has had the issue but eh worth mentioning I think. I'll post the INI if you want.
 
That worked, lol thanks. I should have thought to do that but hey. I set up my shammy again using kiss since shambot is busted, keep casting mending counterbias over and over. I figured it's time to set him up using kiss but i used your dps setup for tiger DPS3=Talisman of the Tiger Rk. II|90|MA. He keeps casting it over and over as if it was set up in the buff section. Even while not in combat. I don't know if anyone else has had the issue but eh worth mentioning I think. I'll post the INI if you want.

Tiger needs to be on the shammy to recognize the buff Try Me not MA. Looks like you may changed it but it is easy to confuse.
Rich (BB code):
DPS3=Talisman of the Tiger Rk. II|90|Me

Rich (BB code):
DPSOn=1
DPSSkip=10
DPSInterval=2
DPS1=Malosinete|0
DPS2=Mending Counterbias Rk II|98
DPS3=Talisman of the Tiger Rk. II|95|Me 
DPS4=Untamed Growth Rk. II|90|MA
DPS5=Lethargy Rk. II|90|MA
DPS6=Undaleen's Venom|90
DPS7=Ice Floe Rk. II|90
DPS8=NULL
 
[General]
KissAssistVer=4.0
Role=Assist
CampRadius=50
CampRadiusExceed=400
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=20
MedCombat=0
LootOn=0
RezAcceptOn=0
AcceptInvitesOn=1
GroupWatchOn=1
EQBCOn=0
[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
[Melee]
AssistAt=95
MeleeOn=0
FaceMobOn=1
MeleeDistance=75
StickHow=snaproll
AutoFireOn=0
[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
AutoRezOn=0
AutoRezWith=Your Rez Item/AA/Spell
[Burn]
BurnText=Decepticons Attack
Burn1=NULL
Burn2=NULL
Burn3=NULL
Burn4=NULL
Burn5=NULL
Burn6=NULL
[Pull]
PullWith=Melee
MaxRadius=350
MaxZRange=50
LoSFailOn=0
[AFKTools]
AFKToolsOn=0
AFKGMAction=/quit
AFKPCRadius=150
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=92


Just D/L the new compile and ran Kiss assist and this is the ini file it made for my 90th toon.
it seems to be missing the Xtslot=1, is that correct?
 
Yes. KissAssist now automatically detects your first auto hater Xslot which it uses to determine aggro.
 
Changing the Pullertank to PullerTank still gives me the same issue. It seems that the issue comes into effect when the "Adds In Camp" pops up. Is there anyway to turn that feature off? It is also causing my toons to run out of the healers healing range and die.
 
Detecting adds is busted on TLP server I will try and fix it this weekend
 
Currently when it reaches MedStart. I have have some requests for medding while not in combat and less than 100% as its makes more a difference on the TLP servers. I am looking at adding something to this effect in 4.1

Try setting your MedStart higher for now see if that works.
 
any way to get it to use a different spell gem slot? it is using slot 8 for all damage spells. Kinda annoying to have wait for recast.
 
KissAssist only uses 1 gem to mem spells and its using it because you don't have the spells memmed. 8 is the default gem to mem stuff in. If the spells aren't memmed it going to do the same thing no matter what the default gem is.
 
Last edited:
ok trying to get this set up in SS. where do I put debuff spells at? in the dps section it will cast it over and over or is this not ment to cast debuffs? setting up druid ATM. I will post all my INI's when I am done. thanks
 
yes debuffs go in dps section. If its casting over and over something is setup wrong or the debuff has no duration.
 
ok, it will cast the aa entrap only once but it wants to cast the aa blessing of ro everytime. blessing has a 10 minute duration.
 
ok, it will cast the aa entrap only once but it wants to cast the aa blessing of ro everytime. blessing has a 10 minute duration.

${Spell[blessing of ro].Duration} is showing -2 so there is some kind of weirdness going there. MQ2 is reporting the duration wrong not sure why. So Kiss thinks it has no duration and keeps trying to cast tit over and over. I reported it see if any one replies.
 
Last edited:
here's a snip of my druids ini, i use grasp of ro cause of the heal

Rich (BB code):
[DPS]
DPSOn=1
DPSSkip=20
DPSInterval=10
DPS1=Remote Sunflare Rk. II|80
DPS2=Surge of Bonebriars Rk. II|97|MA
DPS3=Shell of the Reptile Rk. II|99|MA
DPS4=Untamed Growth Rk. II|98|MA
DPS5=Grasp of Ro Rk. II|94
DPS6=NULL
DPS7=NULL
DPS8=NULL
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=1
Heals1=Survival of the Propitious Rk. II|50
Heals2=Benevida Rk. II|70
Heals3=Adrenaline Blast Rk. II|50
Heals4=Lunamelioration Rk. II|80
Heals5=Rejuvilation Rk. II|35|MA
Heals6=Benevida Rk. II|80|MA
Heals7=Peaceful Convergence of Spirits|40|MA
Heals8=Promised Replenishment RK. II|95|MA
AutoRezOn=1
AutoRezWith=Call of the Wild
 
HI guys, awesome mac but a few problems.

When I set my War to pull melee he runs up then runs away, dosnt hit the mob (its non kos) when set to pullertank or puller.

When set to hunter there no problem with that.

Is it able to pull using a range attack? if so whats the syntax as I have tried to obvious

Thanks

Joman!
 
Rich (BB code):
[General]
KissAssistVer=4.0
Role=PullerTank
CampRadius=50
CampRadiusExceed=400
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=20
MedCombat=0
LootOn=0
RezAcceptOn=0
AcceptInvitesOn=1
GroupWatchOn=0
EQBCOn=0
[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
[Melee]
AssistAt=100
MeleeOn=1
FaceMobOn=1
MeleeDistance=75
StickHow=front
AutoFireOn=0
[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
[Burn]
BurnText=Decepticons Attack
Burn1=NULL
Burn2=NULL
Burn3=NULL
Burn4=NULL
Burn5=NULL
Burn6=NULL
[Pull]
PullWith=melee
MaxRadius=200
MaxZRange=70
LoSFailOn=0
[AFKTools]
AFKToolsOn=0
AFKGMAction=/quit
AFKPCRadius=150
 
No ranged attacked in 4.0 will be in next version. Are yo on a Live or TLP server? Try pulling with one of your discs like Bazu roar or jeer
 
Hey, Anyone having trouble getting kiss 4.0 in game commands to work?

/looton?
/meleeon?
/chase?

i'm on EQ live server.
 
You probably over wrote your macroquest2.ini file when you downloaded the new compile where the aliases for those commands are. Open any one of your kissassist_toonname.ini files and change
Rich (BB code):
 KissAssistVer=4.0
to
Rich (BB code):
 KissAssistVer=3
Restart the macro and that will rewrite the aliases for those commands.
 
KissAssist Release KissAssist 4.0 Updated 09/02/2011

Users who are viewing this thread

Back
Top
Cart