• 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

Question - Staying put...

Jilazee

Member
Joined
Jan 6, 2016
RedCents
Afternoon all.

I have two questions.
Do the KA settings superseed the settings defined within MQ2Melee? What about settings not defined with the KA ini file? Just trying to work out where I set different settings and which would be priority.

What would be the settings needed to keep my tank in a stationary position while at a camp?
Scenario. I'm camping a small room with a single static spawn, the room has a door. Occasionally I get adds from outside the room and over the course of time my tank creeps slowly towards the door. The tank is an SK so draws agro with spells so I'd like him to remain stationary and draw the mob in with spells before engaging in melee. Is this possible?

[General]
KissAssistVer=8.4.2
Role=Tank
CampRadius=1
CampRadiusExceed=100
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=70
MedOn=1
MedStart=25
MedCombat=0
LootOn=0
RezAcceptOn=1
AcceptInvitesOn=1
GroupWatchOn=0
EQBCOn=1
IRCOn=0
MiscGem=8
[Melee]
AssistAt=98
MeleeOn=1
FaceMobOn=1
MeleeDistance=70
StickHow=off
AutoFireOn=0

Thanks for any help.
 
change
Rich (BB code):
CampRadius=1
to
Rich (BB code):
CampRadius=5
not sure 1 is viable

- - - Updated - - -

I have used =5 ALOT to farm epic drops when I stand ON the PH spot and just kill whatever is near me and not move, works great when in places like Sol where lava will kill you for wandering...
 
I used a downshit to return my pullertank to within 5 of the camp location and sit if he has no target, no extended target, KA is running and he isn't sitting already. I'll add the exact syntax this evening
 
KA checks if your 15 units away from your camp spot before trying to return and then it has 10 unit margin it checks for, when returning, to see if you are at your camp location. Darkie's idea is probably the easiest fix.
 
Rich (BB code):
downshit0=/if (!${Target.Type.Equal[NPC]} && !${Me.XTarget} && ${Me.CombatState.NotEqual[Combat]} && ${Macro.Name.Equal[KissAssist.mac]} && !${Me.State.Equal[Sit]} && !${Me.Casting.ID} && !${Me.Moving} && !${Me.Invis} && !${Me.Mount.ID}) /multiline ; /moveto loc ${CampYLoc} ${CampXLoc} mdist 10 ; /timed 5s /sit
 
CampRadius=1 is a fail anything under 20 and you are going to have problems
Rich (BB code):
CampRadius=20
 
Question - Staying put...

Users who are viewing this thread

Back
Top
Cart