• 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 - sitting question

Joined
Aug 29, 2019
RedCents
1,371¢
Ok this maybe a dumb question but I will ask it anyway. I am trying to have a single character sit when not in combat, when not at 100% health, and when not actively sitting.
So what I have :

Buffs1=command:/Sit|Cond3
Cond3=${Me.XTarget} = 0 && ${Me.PctHPs} <= 99 && !${Me.Sitting}

So every about 6 seconds or so the /sit command fires no matter if sitting or if my hp are at 100%
I'm sure it's probably something stupid and obvious so I submit it to those of you who have messed with this more than I.
Any help you can offer would be greatly appreciated!
 
have you considered just using the built-in med stuff?

> Kiss Wiki <

MedOn10/10=Off/1=On - Toggles the medding feature for mana or endurance based on the MedStart and MedCombat settings.
MedStart200-100What mana/endurance percentage to start medding at.
MedCombat00/1If this is enabled, your character will med to full during combat. Healers will heal, but melee characters won't attack.
 
I was presuming for a monk this won't do much since he doesn't have any mana, and I wasn't concerned (at least at this level) with his endurance. I didn't see anything on the medon about just the hp. Does the medstart apply for hp for a monk?
 
I was presuming for a monk this won't do much since he doesn't have any mana, and I wasn't concerned (at least at this level) with his endurance. I didn't see anything on the medon about just the hp. Does the medstart apply for hp for a monk?
gotcha.

nothing is jumping out at me about your condtion - but i would make sure conditions are turned on

you could still utilize the endurance part and keep it at some value which would guarantee a little medding.

are you pulling? you could use the groupwatch
 
Conditions are on because others are firing (was doing some work on getting it to auto feign when I figured was wise and those have worked when I got the conditions right). Technically I am just moloing and trying to make it a little less tiresome of hitting the sit key after every fight so manually pulling. Not really a big thing, just a QOL type of thing. Here is the ini as it stands right now :

[General]
KissAssistVer=12.002
Role=Assist
CampRadius=30
CampRadiusExceed=400
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=0
MedStart=20
MedStop=100
MedCombat=0
LootOn=0
RezAcceptOn=1|90
AcceptInvitesOn=1
GroupWatchOn=0
GroupWatchCheck=FALSE
CorpseRecoveryOn=0
EQBCOn=0
DanNetOn=0
DanNetDelay=20
IRCOn=0
CampfireOn=0
CharInfo=Monk|38|GOLD
DefaultUI=TRUE
DPSMeter=1
ScatterOn=0
LOSBeforeCombat=0
XTSlot=1
[Buffs]
BuffsOn=1
BuffsSize=1
Buffs1=command:/Sit|Cond3
RebuffOn=1
CheckBuffsTimer=10
PowerSource=NULL
[Melee]
AssistAt=95
MeleeOn=1
FaceMobOn=1
MeleeDistance=75
StickHow=snaproll
AutoFireOn=0
UseMQ2Melee=1
TargetSwitchingOn=0
PetTauntOverride=0
[GMail]
GMailHelp=Events currently support - Dead,Drag,GM,Level,Named,Leftgroup,Tells
GMailOn=0
GMailSize=5
GMail1=NULL
GMail2=NULL
GMail3=NULL
GMail4=NULL
GMail5=NULL
[AE]
AEOn=0
AESize=10
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL
AE6=NULL
AE7=NULL
AE8=NULL
AE9=NULL
AE10=NULL
[DPS]
DPSOn=1
DPSSize=20
DPSSkip=20
DPSInterval=2
DPS1=Round Kick|100|Mash
DPS2=Elbow Strike|100|Mash
DPS3=Tail Rake|100|Mash
DPS4=Eagle Strike|100|Mash
DPS5=Tiger Claw|100|Mash
DPS6=Disarm|100|Mash
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=feign death|99|cond1
DPS20=feign death|99|cond2
DebuffAllOn=0
[Aggro]
AggroOn=0
AggroSize=5
Aggro1=NULL
Aggro2=NULL
Aggro3=NULL
Aggro4=NULL
Aggro5=NULL
[Heals]
Help=Format Spell|% to heal at i.e. Devout Light Rk. II|50
HealsOn=1
HealInterval=0
AutoRezOn=0
HealsSize=5
Heals1=Mend|60|tap
#Heals2=feign death|30|Feign
Heals3=NULL
Heals4=NULL
Heals5=NULL
XTarHeal=0
XTarHealList=Xtar slots here Example: 5|6|7
HealGroupPetsOn=0
RezMeLast=0
[Cures]
CuresOn=0
CuresSize=5
Cures1=NULL
Cures2=NULL
Cures3=NULL
Cures4=NULL
Cures5=NULL
[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=92
[Burn]
BurnAllNamed=0
UseTribute=0
BurnSize=15
Burn1=NULL
Burn2=NULL
Burn3=NULL
Burn4=NULL
Burn5=NULL
Burn6=NULL
Burn7=NULL
Burn8=NULL
Burn9=NULL
Burn10=NULL
Burn11=NULL
Burn12=NULL
Burn13=NULL
Burn14=NULL
Burn15=NULL
[Pull]
PullWith=Melee
PullMeleeStick=0
MaxRadius=350
MaxZRange=50
UseWayPointZ=0
PullWait=5
PullRadiusToUse=90
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
PullPause=30|2
PullLevel=0|0
PullArcWidth=0
PullOnReturn=0
[PullAdvanced]
PullLocsOn=0
[AFKTools]
AFKHelp=AFKGMAction=0 Off, 1 Pause Macro, 2 End Macro, 3 Unload MQ2, 4 Quit Game
AFKToolsOn=1
AFKGMAction=1
AFKPCRadius=500
CampOnDeath=0
ClickBacktoCamp=0
[KConditions]
ConOn=1
CondSize=5
Cond1=${Me.XTarget} >= 3 && ${Me.PctHPs} <= 30
Cond2=${Me.PctHPs} <= 30 && ${Target.PctHPs} >= ${Me.PctHPs}
Cond3=${Me.XTarget} = 0 && ${Me.PctHPs} <= 99 && !${Me.Sitting}
Cond4=TRUE
Cond5=TRUE
 
Question - sitting question

Users who are viewing this thread

Back
Top
Cart