• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Question - Help with kissassist hunter macro. (1 Viewer)

Broole

New member
Joined
Aug 11, 2011
RedCents
I'm trying to get kissassist to function with a Ranger to collect skins in a low level zone, but I'm having a hard time getting him to pull correctly. If I set her to melee, she runs up and follows for a short while without attacking, then gets distracted and targets another mob repeating this. I am now trying to pull with a spell, since I read older posts suggesting that but I'm confused by the syntax.

Here is what I am trying based on the help post that said:

PullWith=Melee/AA/Spell/Disc/Ranged Item Declare what you want to pull mobs with. Melee will attack the mob to pull. AA/Spell/Disc will run up to about 65% range and cast on the mob to pull.​

So I trying this and every variation I can think of with no success:

PullWith=Spell=Flame Lick

Also, I want to just want to kill certain mobs, and ignore all the guards, quest NPCs etc. Since there are more than 10 mobs I want to ignore, can I just ignore ALL and the use the pull list to specify just the mobs I want like this:

MobsToPull=List up to 25 mobs. Can be partial names Example: rat,snake,bear or ALL for all mobs
lion
wisp
griffon
beetle
MobsToIgnore=List up to 10 mobs. Use full names i.e. a green snake,a blue tiger,a wide eye ooze or NULL
ALL​

Here is my entire ini just in case it helps:

[General]
KissAssistVer=4.5.3
Role=Hunter
CampRadius=20
CampRadiusExceed=400
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=25
MedCombat=0
LootOn=1
RezAcceptOn=1
AcceptInvitesOn=1
GroupWatchOn=0
EQBCOn=0
MiscGem=8
[Buffs]
BuffsOn=1
Buffs1=Warder's Protection
Buffs2=Thorncoat
Buffs3=Skin Like Nature
Buffs4=Spirit of Wolf
Buffs5=Chloroplast
Buffs6=NULL
Buffs7=NULL
Buffs8=NULL
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=95
MeleeOn=1
FaceMobOn=1
MeleeDistance=75
StickHow=snaproll
AutoFireOn=0
[DPS]
DPSOn=1
DPSSkip=25
DPSInterval=2
DPS1=NULL
DPS2=NULL
DPS3=NULL
DPS4=NULL
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
Heals6=NULL
Heals7=NULL
Heals8=NULL
Heals9=NULL
Heals10=NULL
[Burn]
BurnText=Decepticons Attack
Burn1=NULL
Burn2=NULL
Burn3=NULL
Burn4=NULL
Burn5=NULL
Burn6=NULL
[Pull]
PullWith=Spell=Flame Lick
MaxRadius=400
MaxZRange=100
LoSFailOn=0
PullWait=0
[AFKTools]
AFKToolsOn=1
AFKGMAction=/quit
AFKPCRadius=150
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=92
 
Here a link to all the syntax

Just need the spell name
Rich (BB code):
PullWith=Flame Lick
An example of my Cooling chamber settings for reference
Rich (BB code):
[The Cooling Chamber]
MezImmune=List up to 10 mobs. Use full names i.e. a green snake,a blue tiger,a wide eye ooze or NULL
MobsToPull=human,zombie,banshee,skeleton,specter,elf,ghoul
MobsToIgnore=Rodrick Cleanheart,Thorbin the Elder,
 
Here a link to all the syntax

Just need the spell name
Rich (BB code):
PullWith=Flame Lick
An example of my Cooling chamber settings for reference
Rich (BB code):
[The Cooling Chamber]
MezImmune=List up to 10 mobs. Use full names i.e. a green snake,a blue tiger,a wide eye ooze or NULL
MobsToPull=human,zombie,banshee,skeleton,specter,elf,ghoul
MobsToIgnore=Rodrick Cleanheart,Thorbin the Elder,

Thanks. I already have the help file bookmarked, and printed out. My issue is/was that the help file has this for an example for pulling with a bow:

[Pull]
PullWith=PullWith=Extravagant Infused Recurve Bow|Ethereal Arrow
MaxRadius=400
MaxZRange=200
LosFailOn=0​

The multiple "pullwith=" made me think I had to have it twice.

Now my problem is that the macro works fine with mobs pathing towards me, but if it targets a mob running away, it keeps trying to move up to get into range to cast, then gives up.
 
Fixed the typo on the help page. Sorry about the confusion

Around line 2173 find the following code
Rich (BB code):
Make range smaller to creep closer to mob if los or moving
/varcalc PullDist ${PullDist}*.6
and replace it with this
Rich (BB code):
| Make range smaller to creep closer to mob if los or moving
/if (${Select[${Role},hunter]}) {
    /varcalc PullDist ${PullDist}*.3
} else {
    /varcalc PullDist ${PullDist}*.6
}
 
Question - Help with kissassist hunter macro.

Users who are viewing this thread

Back
Top