• 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- 2 questions

Joined
Dec 17, 2006
RedCents
23¢
Hi,
I was wondering if i can use Ranged attack to pull with ? Tried setting up my ranger to pull with Ranged didn't work, tried Range Attack and Range as well, nothing worked, she pulls fine if I set it up on a spell though

Also is there a way to let my toon run around kill stuff without attempting to return to the "camp"? i set it up as pullertank and return to camp = 0, would still attempt to return to camp. I was thinking something like go up to mob, kill it, look for another mob, go to it, kill it, etc
 
1. You are probably setting it up or spelling your items wrong. Format is weapon|ammo i.e. PullWith=Extravagant Infused Recurve Bow|Ethereal Arrow
2. Try hunter mode to run around and kill stuff. /mac kissassist hunter
 
Thanks for the answer,
I tried hunter but if the mob dies before reaching me it just sits there (headshot proc)

Also, general question: MQ2Melee(i think) used to face/chase mob when i turn auto attack on, its not doing that anymore. is there an option i need to toggle?
 
Sorry for having too many questions, it was working perfect before this new patch and now everything is messed up :(

I setup the ranger as puller, run the macro and it would just sit there cycling through nearby mobs over and over.

My INI
Rich (BB code):
[General]
KissAssistVer=4.4
Role=Puller
CampRadius=20
CampRadiusExceed=400
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=25
MedCombat=0
LootOn=0
RezAcceptOn=0
AcceptInvitesOn=1
GroupWatchOn=0
EQBCOn=0
[Buffs]
BuffsOn=1
Buffs1=Eyes of the Peregrine
Buffs2=Gnarl of the Predator
Buffs3=Consumed by the Hunt
Buffs4=Spirit of Eagle
Buffs5=Strength of the Gladewalker Rk. II
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
[Melee]
AssistAt=95
MeleeOn=1
FaceMobOn=1
MeleeDistance=150
StickHow=0
AutoFireOn=1
[DPS]
DPSOn=1
DPSSkip=20
DPSInterval=2
DPS1=NULL
DPS2=Flaming Arrow|80
DPS3=Snare|30
DPS4=Icefall Chill|90
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=Elegant Defiant Bow|CLASS 4 Steel Serrated Tip arrow
MaxRadius=400
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
[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
[Mez]
MezOn=0
MezRadius=50
MezMinLevel=Min Mez Spell Level
MezMaxLevel=Max Mez Spell Level
MezStopHPs=80
MezSpell=Your Mez Spell
 
MQ2 is still a little buggy. Issues are beginning to pop up and get reported. It may take a day or 2 for the MQ2 devs to fix them. It the pulling was working before and not now its probably a glitch that still needs to be fixed.

I will test the pulling out a little later today see if I can find the problem.

Your /stick issue is this setting StickHow=0 set it to StickHow=snaproll
 
Turns out the "Looking for close mobs" issue only happens in sunderock springs.

downloaded the 23/3a compile and 24/3 compile and they both messed Kissassist up a little, toon would med through combat even though medcombat is 0.
And i already posted the problem with pulling in the compile thread. ranger tags a mob and just stands there, doesn't run it back to camp
 
Turns out the "Looking for close mobs" issue only happens in sunderock springs.

downloaded the 23/3a compile and 24/3 compile and they both messed Kissassist up a little, toon would med through combat even though medcombat is 0.
And i already posted the problem with pulling in the compile thread. ranger tags a mob and just stands there, doesn't run it back to camp

Are you on a progression server?
 
Already did that, also deleted the ini file and let kissassist make a new one and only change pullwith and role, still same issue.
Also tried with my other toon, a bst, still would only pull the mob and stand there.

if i let my merc/my other toon engage and pull aggro the puller will eventually go ahead and pull another mob
 
Not sure what is going on. Been pulling the last 2 days no issues. Did you try Role=pullertank. Also do you have the latest version of KissAssist 4.4?

Find #define DEBUGPULL "/squelch /echo" at the top of the macro and change it too #define DEBUGPULL "/echo"
You will see the debug spam and may get a better idea where it is stalling for you.
 
Find this and delete it but you will end up with a bunch of itemson your cursor. :)

Rich (BB code):
        /if (${Me.FreeInventory}==0) {
            /echo Inventory is full. Looting OFF
            /varset LootOn 0
        }

I am getting bad count from ${Me.FreeInventory} on the free accounts. It seems to be counting the high level slots that don't exist.

To correct change code to:
Rich (BB code):
        /if (${Me.FreeInventory}<7) {
            /echo Inventory is full. Looting OFF
            /varset LootOn 0
        }
 
Kissassist- 2 questions

Users who are viewing this thread

Back
Top
Cart