• 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 7 Updated 08/28/2014 v7.4..1

Re: KissAssist 7 Updated 07/01/2014 v7.4

oh I will have to add a |feign tag to the aggro section
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

I'm having a problem with KA sticking on my toons that have the |summon| tag. My mage will just hang and do nothing until I end the mac. Even if I run kisscheck, it just hangs there. If I remove the summon stuff, it's just fine. This was also causing my bard to hang when summoning throwing daggers.

Something like this on the mage:

Rich (BB code):
Buffs19=Summon Imperious Minion Rk. II|Summon|Summoned: Imperious Minion II|1

- - - Updated - - -

Actually, do you think I'm breaking it because I changed the buff section in my KA to 20?

- - - Updated - - -

Actually I see this in the mac:

Rich (BB code):
/declare Buffs[25]
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

Minor quibble...

Have been out of the loop for a while.
Updated the compile and Kiss to 7.4 with RGUPdate.exe (new version) , loaded up my Mage, /mac kissassist assist with pet targeted just to get new ini file.
"Couldn't open include file: C:\RedGuideMQ2\Macros\mq2cast_spell_routines.inc"
Rebooted, no help. Downloaded and updated again, no help.
Forum search turned up nada using "mq2cast_spell". Found it about an hour later in the 7.3 release thread.
Digging deeper I found it in the latest release in the /macros folder but seems it wasn't copied via RGUpdate.exe.

Should it be copied to the /macros folder with RGUpdate??
Seems like it should be.
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

its an inc file might have been missed we will check into that.
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

Howdy Maskoi,

The Fellowship fire is being continuously removed and reset. Version 7.4. Only one PC is setting it.

Thanks, otherwise no problems.
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

Im having an issue with my cleric looting, she only loots 10% of the time with no enemies around. Sometimes she will go hours with no looting, and then will just start looting randomly. I tried the /looton and since my ini has looting on doing the /looton just sets it to off so i then toggle it back on and she still wont loot. Also my eqbc window is spewing out weird stuff now just in the command window put the log from it is fine, but it almost looks like it over buffering and i will at random just drop out of eqbc and the grp stops till it reconnects on its own. Sorry for asking 3 questions in one.
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

Howdy Maskoi,

The Fellowship fire is being continuously removed and reset. Version 7.4. Only one PC is setting it.

Thanks, otherwise no problems.

This happens in certains zones that MQ2 has issues with high zone ID's. I am still working on a fix
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

I have a suggested Feature for the aggro section

Add a SecondaryPctAggro tag so you can use aggro abilities when your wizard merc is being a dumbass so instead of spamming your shit when its too late and hes getting hit be preemptive about it.

Aggro3=Terror of Poira Rk. II|80|>|Mob|SA

I've made holyflags for now

Rich (BB code):
holyshit7=/if (${Macro.Name.Equal[kissassist.mac]} && ${Me.Combat} && ${Me.SpellReady[Terror of Poira Rk. II]} && ${Melee.AggroMode} && ${Me.SecondaryPctAggro}>80) /cast "Terror of Poira Rk. II"
holyshit8=/if (${Macro.Name.Equal[kissassist.mac]} && ${Me.Combat} && ${Me.SpellReady[Terror of Desalin]} && !${Me.SpellReady[Terror of Poira Rk. II]} && ${Melee.AggroMode} && ${Me.SecondaryPctAggro}>80) /cast "Terror of Desalin"
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

I don't even know what that is.
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

I am having difficulty setting up a newby necro. I would like the pet to attack first, then the necro to cast poison bolt and life spike. Can anyone help me rewrite the .ini file? With a little help on casting I think I will be able to figure out the rest.
Thanks!
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

I don't even know what that is.

Secondary Aggro is the 2nd highest aggro on the mob you're tanking. You can see it in the aggro meter. Wouldn't it make sense to start casting your hate spells BEFORE you actually lose aggro ?

int SecondaryPctAggro Secondary Percentage aggro

http://redguides.com/docs/projects/macroquest/reference/data-types/datatype-character/

So ${Me.SecondaryPctAggro} You would use > because you only want to cast aggro stuff if that number is getting higher. This is extremely helpful when trying to keep your stupid wizard merc on burn from dieing if he has aggro its almost too late so start casting your aggro stuff before you actually lose aggro to him.
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

I am having difficulty setting up a newby necro. I would like the pet to attack first, then the necro to cast poison bolt and life spike. Can anyone help me rewrite the .ini file? With a little help on casting I think I will be able to figure out the rest.
Thanks!

You can use the one I posted here http://www.redguides.com/community/showthread.php/28760-100-necro and just change the portion with buffs, dps,aggro, and pet columns to reflect what spells you have/items since you wouldn't have stuff a level 100 would. Should take maybe 5 mins at most to just toss in text for text!
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

Anyway to make a shaman cast group shrink AA once every time the macro is started ? Or a bst
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

Not currently shrink is something I never added to Kiss because its tricky. Most people just hit their hot key.
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

Not currently shrink is something I never added to Kiss because its tricky. Most people just hit their hot key.

Could just add a UseGroupShrink line and only do it if the class = a shaman or bst. I could just do it in downshits if ${Me.Height}>2 /alt act groupshrink# i guess.
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

I have been having some trouble with my cleric clicking back to my campfire using KA 7.4. What I have discovered is he was bound in the normal zone Dead Hills. Its numeric Zone.ID is 771and its shortname is deadhills. The campfire was located in the "Into the Hills" instance. The Zone.ID for this is also 771, but the shortname is deadhills_errand. If the cleric died and went to his bind spot, KA would give an error and say that the campfire was in the same zone, it needed adult supervision, and then end the macro. My cleric never made it back, so no one was rezzed. I fixed this by simply binding in another zone, the guild lobby. Now KA clicks the cleric back and no more lost rezzes, and the macros continue unattended.

Is there a way to fix it so the cleric can bind in the normal Dead Hills, or will I have to stick with the work-around?
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

So question. A pally tank. He has undead only stuns is there anyway to make kiss use these but not try and cast them on every mob ?
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

So question. A pally tank. He has undead only stuns is there anyway to make kiss use these but not try and cast them on every mob ?

So my question, is there a TLO that allows you to determine if an NPC is undead?
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

${Target.Body.Name.Equal[Undead]} Will report true or false (tested it 30 seconds ago) Ill be adding undead only stuff to my Into the hills pally version I guess.
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

anyway to get kiss to reassist the MA if he changes targets ? A few named spawn adds you have to kill or you get too many.
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

So question. A pally tank. He has undead only stuns is there anyway to make kiss use these but not try and cast them on every mob ?

I created some code in KA that would allow you to do this. I created it for another reason, I wanted to skip certain spells based on a condition that if it tested true would just skip casting the spell and move on to the next spell. I set it up so that it would not change any of the current logic of the DPS subroutine, but it does require you to create something similar to down/holy shit in your KA ini file. If your interested I can send you a copy of it and you can see if it is something you want to use.
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

Is there a way for mages to give their pet the Brightedge weapon instead of summoned weapons? I tried just adding it to the INI, but didn't work.
 
Re: KissAssist 7 Updated 07/01/2014 v7.4

currently no. Brightedge looks like some whacky random summoned thing. I think all the weapons are hard coded to look for summoned: I will have to check it out.
 
I'm pulling with my monk, It will engage with Throw Stone which has a range of about 50. It will not work with Summoned: Shuriken of Quellious, which has a range of 100.


Rich (BB code):
[Pull]
PullWith=Throw Stone
MaxRadius=550
MaxZRange=50
PullWait=30

[Pull]
PullWith=Summoned: Shuriken of Quellious
MaxRadius=550
MaxZRange=100
PullWait=30

What am I doing wrong?
 
Kiss wants ranged|ammo format for items try this
Rich (BB code):
PullWith=Summoned: Shuriken of Quellious:PullWith=Summoned: Shuriken of Quellious
 
My bad, typo its

Rich (BB code):
PullWith=Summoned: Shuriken of Quellious|Summoned: Shuriken of Quellious
 
That worked great. With the downshits I wrote he never runs out of shurikens.

Rich (BB code):
downshit0=/if (${FindItemCount[Summoned: Shuriken of Quellious]}<6 && !${Me.Invis} && !${Me.Sitting} && !${Me.Moving} && !${Me.Combat} && !${Cursor.ID})  /casting "Silver Moon Wrist Wraps" item
downshit1=/if (${Cursor.ID}==${FindItem[Pouch of Quellious].ID}) /destroy
downshit2=/if (${Cursor.ID}==${FindItem[Summoned: Shuriken of Quellious].ID}) /autoinventory

- - - Updated - - -

The only problem with that pullwith statement is he throws twice most of the time. I'm trying to figure out how to put a delay after the first throw so it lands before the second attempt at a throw.

- - - Updated - - -

Another question is why do the toons look up in the sky the closer they get to the mob?
 
Having issue getting correct name for AA ability .. when trying to define it in BURN section of ini.

Burn3=Fundament: First Spire of the Element

Not working... also tried Burn3=First Spire

It just doesn't trigger... all other aa's in the burn go off fine... i'm probably using wrong name... help appreciated.
 
Try
Rich (BB code):
/setdps aa AA#
the number can be found in the description in the AA window
 
Hey, using Kiss on my mage, I've noticed when a nuke is resisted it waits for that nuke to refresh even if the others are available.. anything to do about this?
 
Is there a way to make the char running kiss follow MA exactly, if for instance adds spawn while killing a named, and MA swaps to adds the mage seems to stick to the named, which sometimes leads to more adds =p
 
KissAssist Release KissAssist 7 Updated 08/28/2014 v7.4..1

Users who are viewing this thread

Back
Top
Cart