• 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 09/07/2013 v6.8.1

Its a little wonky trying to make cast spells in absolute order. It does most of the time but sometimes it still skips around. will hav eit fixed completely next release.
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

"Fixed an error with AutoFireOn trying to shoot corpses."<~~ I always thought my ranger was just trying to make sure it stayed down :)
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

Running into a problem where kiss will run through mobs .yes on pull list. To get to mobs farther away.
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

They are probably not in line of sight or on a hill. If you are pulling in a hilly area try increasing the zradius under [Pull]. Mq2navigation eliminates this problems in most zones. Here is a nifty Pull Graphic
 

Attachments

  • Kiss radius.jpg
    Kiss radius.jpg
    59.6 KB · Views: 10
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

Having issue with tank assisting and running outside of leash / camp radius to attack mob , mine is set at 25 and he is running out to 50-66 feet another words assisting and attacking to soon....


Basicly mobX is inc to camp he runs out past camp radius , Tags mob and starts wacking , using 6.8 he doesnt return to camp....Also campfire gets to 1 minute before respawn once it ticks to 59 seconds campfire is trying to be reset over and over
 
Last edited:
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

On the tank under melee try setting
MeleeDistance=35
and make sure
ReturnToCamp=1

How do you know the campfire has 60 s to respawn?
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

wish to add 2 or GomSpell option in next update:)
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

you mean if 1 not ready cast the other?
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

i have a timer i use for some stuff thats how ive timed the campfire spawns lol amonst other things
 
Re: KissAssist 6 Updated 08/04/2013 v6.6

Maybe I missed it. Is there any way to determine which fellowship campfire Kissassist will use?
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

It can only use the one the toon running kiss is a member of.
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

I noticed an issue today when using a bow to pull. if you have a line of site issue it can end up moving to close to the mob for ranged weapons and it will just sit ther looping trying to pull with the bow. the other thing i noticed is the answer to to los is always to move forward is it possible to add a strafe ie if theres a tree in the way not sure theres a perfect solution but an idea.

also it appears navigate doesn't have any avoidance coding would be nice if it would try and strafe around an object.. would be really nice if it had a subroutine to learn and record as avoid area it gets stuck (this was a feature or wowglider years ago had learning code it was awesome
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

I noticed an issue today when using a bow to pull. if you have a line of site issue it can end up moving to close to the mob for ranged weapons and it will just sit ther looping trying to pull with the bow. the other thing i noticed is the answer to to los is always to move forward is it possible to add a strafe ie if theres a tree in the way not sure theres a perfect solution but an idea.

also it appears navigate doesn't have any avoidance coding would be nice if it would try and strafe around an object.. would be really nice if it had a subroutine to learn and record as avoid area it gets stuck (this was a feature or wowglider years ago had learning code it was awesome


This is what I added to Kiss to fix this issue...

| ----------------------------------------------------------------------------
| SUB: Event Too Close
| ----------------------------------------------------------------------------
Sub Event_TooClose
/nav target
/doability taunt
/if (${MyTargetID} && ${AutoFireOn} && ${CombatStart}) {
/varset AutoFireOn 0
/killthis
/timed 300 /varset AutoFireOn 1
}
/return

Added

/nav target
/doability taunt

to that section. must have mq2navigation loaded and have the taunt ability. Was driving me crazy with all these non kos mobs and running up to them and sitting there trying to shoot an arrow at them but was too close.

Hope that helps.
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

Yes, but if the char has the materials, there are dozens of different types of campfires that can be used.
ie http://www.eqwiki.net/wiki/Fellowships#Focus_Effects

Nothing keep it simple stupid , KISS about that never going to happen. If you know what campfire you want you can count down the list and change the number it uses in the 2 lines in red. so if the campfire you want is #4 then change the 1 to 4.

Rich (BB code):
| ----------------------------------------------------------------------------
| SUB: Campfire Section -  Code from toomanynames, wizbomb
| ----------------------------------------------------------------------------
    Sub Event_Campfire
        /windowstate FellowshipWnd open
        /delay 5
        /nomodkey /notify FellowshipWnd FP_Subwindows tabselect 2
        /delay 1s
        /nomodkey /notify FellowshipWnd FP_RefreshList leftmouseup
        /delay 1s
        /nomodkey /notify FellowshipWnd FP_CampsiteKitList listselect 1
        /delay 1s
        /nomodkey /notify FellowshipWnd FP_CampsiteKitList leftmouse 1
        /delay 1s
        /nomodkey /notify FellowshipWnd FP_CreateCampsite leftmouseup
        /delay 1s
        /windowstate FellowshipWnd close
        /if (${Me.Fellowship.Campfire}) /echo Campfire Dropped
    /return
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

I noticed an issue today when using a bow to pull. if you have a line of site issue it can end up moving to close to the mob for ranged weapons and it will just sit ther looping trying to pull with the bow. the other thing i noticed is the answer to to los is always to move forward is it possible to add a strafe ie if theres a tree in the way not sure theres a perfect solution but an idea.

also it appears navigate doesn't have any avoidance coding would be nice if it would try and strafe around an object.. would be really nice if it had a subroutine to learn and record as avoid area it gets stuck (this was a feature or wowglider years ago had learning code it was awesome
I just saw this the other day actually too will be a fix next version.
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

A very slight rise but I could start the campfire manually without a problem all around the camp.

- - - Updated - - -

I am pulling in an area with a hill that is 8 higher than the valley I am pulling into. Z=100 in the pull section. All mobs are in LOS. It still runs past nearby mobs with same name to pull one further away. It is especially true after the immediate area is cleared.
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

pm me the zone and the exact location you are pulling from also send me your pull section from your ini file and kissasssit_info file
 
Re: KissAssist 6 Updated 08/12/2013 v6.7.5

Is there a way to make kiss only rez toon corpses' on your posse friend's list?

updated question:

Is it possible to add that Rez option into Kissassist?

No it will try to rez any pc corpse withing range

This is becoming a big issue...its a nearly guaranteed way for other people to notice the use of ka. Not only do healers try to rez IMMEDIATELY upon someone else's death, but its continual as well. Both I and a couple others who use KA on my server have been caught doing this. For a program with a first priority of being undetectable, this is a major problem. I know that Maskoi said 'no' to changing this once, but I highly suggest revisiting the suggestion.
 
Re: KissAssist 6 Updated 08/12/2013 v6.7.5

This is becoming a big issue...its a nearly guaranteed way for other people to notice the use of ka. Not only do healers try to rez IMMEDIATELY upon someone else's death, but its continual as well. Both I and a couple others who use KA on my server have been caught doing this. For a program with a first priority of being undetectable, this is a major problem. I know that Maskoi said 'no' to changing this once, but I highly suggest revisiting the suggestion.

Are you macroing in a group with people you don't know? I'm confused how/why this would be a problem.
I've never had any of my toons try to rez someone who wasn't in my group. So, I have to ask why this is a problem.
 
Re: KissAssist 6 Updated 08/12/2013 v6.7.5

Are you macroing in a group with people you don't know? I'm confused how/why this would be a problem.
I've never had any of my toons try to rez someone who wasn't in my group. So, I have to ask why this is a problem.

KA will rez anyone in range. In crowded zones it can be an issue. I don't even use rez because of this.
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

Rez. I am adding a rez radius ini file entry for it and another check to help cut down on this next version.
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

It already does group, can do guild, can't do raid can do xtarget.
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

that would require maskoi to need to think ! wait he just needs beer ! Adding a Ini Section for MQ2REZ into Kiss assist to designate whom to rez would be best ?
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

I'm having the same issue with rezzing strangers. but I use fastheal. lol. I hope noobhaxor fixes it in fastheal too!
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

haha noob used my rez code
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

is there a way to get the pullertank to sit and med when there are no mobs in range for him to pull? not a big deal but i got an almost perfect area and if he would just sit his but down for 2 minutes in between spawns he might not have to take a med break at all :P
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

Why not just have him use Rest? no need for him to med at all. you can set it up either as a downshit or in the ini.
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

If he were to set it up as a downshit, the macro would override it.
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

they would fight each other and mq2melee usually fires first but setting it up in kiss is the easiest
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

Why not just have him use Rest? no need for him to med at all. you can set it up either as a downshit or in the ini.

If he were to set it up as a downshit, the macro would override it.
that IS why I said "or", not "and" :P

Mask is right about it being easier to set up in ka, but I've found that its actually much better as a downshit...many classes are end dependent and need a burst of end on long fights/chain pulls...simply droping out of combat is enough to trigger the downshit, whereas ka wont fire an end-regen disc til theres nothing on the etw. BIG difference.
 
Re: KissAssist 6 Updated 09/07/2013 v6.8

I think he fixed it, I upgraded to the 2.99 fastheal and it's working good, I don't like that it still loads the nukeheals though, even though I set them to 101 so they wouldn't be used.

I have been having issues with kiss lately and I'm wondering if anyone else is.

1 When I load up the ranger he uses swarm of vespines over and over even though it's been used. so he could cast it twice per mob even though it's not required, when I look in the mq window it's spamming trying to use swarm of vespines every second. The refresh is over a minute thankfully.

2. My wizzy is set to buffs=1 but he will not do his clickies and his aa Harvest of druzzil has also stopped working. He will harvest with the spell one but not the AA.

3. Any toons I have meleeing are getting close as FK to the mobs, then they are spinning around like ballerinas when they want to reposition? They turn 360 in place constantly, and I'm not sure why or what to do about it, it's super suspicious.

4. When I log in a mage it will also spam the pet attack button for some reason, i Just have never seen kiss act this way.

5. When I bend over and loot mobs kiss is depressing the done button already and I don't even have kiss loaded on my main toon. Anyone else having the or other issues? Is there something I'm forgetting to update, etc? I am using kiss v. 6.8.2 and mq2melee from the 9.18.2013 compile.

Wizzy kiss.
Rich (BB code):
[General]
KissAssistVer=6.8.2
Role=assist
CampRadius=30
CampRadiusExceed=400
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=20
MedOn=1
MedStart=45
MedCombat=0
LootOn=0
RezAcceptOn=1
AcceptInvitesOn=0
GroupWatchOn=0
EQBCOn=0
MiscGem=10
HoTTOn=0
IRCOn=0
CampfireOn=0
[Buffs]
BuffsOn=1
Buffs1=Harvest of Druzzil|mana|30
Buffs2=Stalwart Fear Amethyst
Buffs3=Belt of the Expansive Mind
Buffs4=Eye of klonda
Buffs5=armor of the stonescale rk. II
Buffs6=path of fire nimbus
Buffs7=Bleakmist Guard RK. II
Buffs8=Bucolic Harvest RK. II|mana|50 
Buffs9=NULL
Buffs10=NULL
Buffs11=NULL
Buffs12=NULL
Buffs13=NULL
Buffs14=NULL
Buffs15=NULL
Buffs16=NULL
Buffs17=NULL
Buffs18=NULL
Buffs19=NULL
Buffs20=NULL
RebuffOn=1
[Melee]
AssistAt=85
MeleeOn=0
FaceMobOn=0
MeleeDistance=900
StickHow=!fRONT
AutoFireOn=0
[DPS]
DPSOn=1
DPSSkip=1
DPSInterval=1
DPS1=Ethereal Weave RK. II|95
DPS2=Thricewoven Mana Rk. II|92
DPS3=Ethereal Hoarfrost Rk. II|89
DPS4=Concussive Salvo rk. II|86
DPS5=Ethereal Incandescence Rk. II|83
DPS6=NULL
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=NULL
DPS11=NULL
DPS12=NULL
DPS13=NULL
DPS14=NULL
DPS15=NULL
DPS16=NULL
DPS17=NULL
DPS18=NULL
DPS19=NULL
DPS20=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
Heals9=NULL
Heals10=NULL
XTarHeal=0
[Pet]
PetOn=0
PetSpell=YourPetSpell
PetFocus=NULL
PetShrinkOn=0
PetShrinkSpell=Tiny Companion
PetBuffsOn=0
PetBuffs1=NULL
PetBuffs2=NULL
PetBuffs3=NULL
PetBuffs4=NULL
PetBuffs5=NULL
PetBuffs6=NULL
PetBuffs7=NULL
PetBuffs8=NULL
[Burn]
BurnText=blank blank blank
Burn1=Fundament: Second Spire of Arcanum
Burn2=Empowered Focus of Arcanum
Burn3=Fury of Ro
Burn4=Fury of Kerafyrm
Burn5=Prolonged Destruction
Burn6=Improved Twincast
Burn7=Silent Casting
Burn8=NULL
Burn9=NULL
Burn10=NULL
Burn11=NULL
Burn12=NULL
[Pull]
PullWith=Melee
MaxRadius=400
MaxZRange=350
PullWait=0
LoSFailOn=1
PullMyHPs=25
[AFKTools]
AFKToolsOn=0
AFKGMAction=/quit
AFKPCRadius=150
AFKHelp=AFKGMAction=0 Off, 1 Pause Macro, 2 End Macro, 3 Unload MQ2, 4 Quit Game
CampOnDeath=0
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=92
[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSpell=Ethereal Incandescence Rk. II|Mob
[AE]
AEOn=0
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL
[Cures]
CuresOn=0
Cures=NULL


Ranger kiss.

Rich (BB code):
[General]
KissAssistVer=6.8.2
Role=assist
CampRadius=30
CampRadiusExceed=400
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=25
MedCombat=0
LootOn=0
RezAcceptOn=0
AcceptInvitesOn=1
GroupWatchOn=1
EQBCOn=0
IRCOn=0
MiscGem=8
HoTTOn=0
CampfireOn=0
[Buffs]
BuffsOn=1
Buffs1=Strength of the bosquestalker rk. II
Buffs2=shout of the predator rk. II
Buffs3=shared cloak of spurs rk. II
Buffs4=spurcoat rk. II
Buffs5=Deafening weapons rk. II
Buffs6=sunbeam bow
Buffs7=belt of the expansive mind
Buffs8=hoop of the horizon
Buffs9=gooey earstud
Buffs10=component shoulders
Buffs11=face of menace
Buffs12=shiny green ring
Buffs13=NULL
Buffs14=NULL
Buffs15=NULL
Buffs16=NULL
Buffs17=NULL
Buffs18=NULL
Buffs19=NULL
Buffs20=NULL
RebuffOn=1
[Melee]
AssistAt=95
MeleeOn=1
FaceMobOn=1
MeleeDistance=90
StickHow=snaproll
AutoFireOn=0
[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSpell=Gift of Mana Spell
[AE]
AEOn=0
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL
[DPS]
DPSOn=1
DPSSkip=2
DPSInterval=2
DPS1=Swarm of vespines rk. II|95
DPS2=bitter wind|92
DPS3=Focused rain of arrows RK. II|89
DPS4=Vileoak ash rk. II|86
DPS5=NULL
DPS6=NULL
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=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
XTarHeal=0
[Cures]
CuresOn=0
Cures=NULL
[Burn]
BurnText=Decepticons Attack
Burn1=NULL
Burn2=NULL
Burn3=NULL
Burn4=NULL
Burn5=NULL
Burn6=NULL
[Pull]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=0
[AFKTools]
AFKHelp=AFKGMAction=0 Off, 1 Pause Macro, 2 End Macro, 3 Unload MQ2, 4 Quit Game
AFKToolsOn=0
AFKGMAction=1
AFKPCRadius=150
CampOnDeath=0
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=92
 
Re: KissAssist 6 Updated 09/07/2013 v6.8

change the melee stickhow to behind, and see if that fixes it, I had the same issue with just my beastlord where he would spin in circles, and did that and it fixed it
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

Swarm of vespines - this is a whackadoodle spell with 2 parts and has a duration of 0. Kiss doesn't know what to do with it. It will have to be hard coded next version use a different spell for now.

Rich (BB code):
Swarm of Vespines    
Description
1: Add effect: Vespine Swarm
2: Add effect: Cloud of Guardian Vespines
don't like StickHow=snaproll see what below works best for you
Rich (BB code):
StickHow=behind
StickHow=behindonce
StickHow=pin

On your wiz reboot your computer, Not casting AA's and items is a classic symptom of MQ2cast Memory space being borked.

Mq2 pressing random buttons on your mage and looter. no clue reboot the computer first see it still doing it.
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

Not sure if anyone else has noticed, or had this issue, but I have 2 characters with basically the same name, and one just has an h at the end instead (example: tehe and teheh)

I've been watching kiss go, and i have a few things that only cast on the MA, and my MA happens to be the character without the extra letter, and all the MA related thing (including heals!) go to the other character unless i move that other character further away from the group.

not sure if there is a way to fix this other than renaming?
 
Re: KissAssist 6 Updated 09/07/2013 v6.8.1

Are they both the same class?
 
KissAssist Release KissAssist 6 Updated 1/1/2014 v6.8.8

Users who are viewing this thread

Back
Top
Cart