• 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

Problem - Pet attack reliant on DPS section

Status
Not open for further replies.

draaco2

Member
Joined
Aug 17, 2014
RedCents
297¢
I would recommend adding a variable to the [Pet] section....something like PetAttack = [0/1]|[% to send pet]

As a low level BL, I didn't cast spells on the mobs, just buffs and it took a bit to figure out what I needed to change to get my pet to start attacking. Recommend moving this dependency from the [DPS] section to [Pet] section, and adding a variable for when to sent pet in to attack.

Want to say, I'm not trying to nitpick. Kissassist is AMAZING and has changed my life. <3
 
Last edited by a moderator:
There is the petasssit role where the toon will just cast spells and send in the pet but combat or dps is required to send in the pet. If the pet does most teh damage you will get little or no XP.
 
What is your petcombat variable set to in pet section of config? Not home today, so can't review code. But if I remember right, any attacking pet class should have a config variable in pet section to specificly enable petcombat.

I agree that this should be the absolute guideline if a pet attacks during combat, and should NOT be dependant in any way of dpson.

Let me talk to Maskoi, then we will see if he wants me changing the dependency for dpson.
 
Here's my ini. Thanks guys!

Rich (BB code):
[General]
KissAssistVer=8.1.5
Role=Assist
CampRadius=30
CampRadiusExceed=400
ReturnToCamp=1
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=25
MedCombat=0
LootOn=0
RezAcceptOn=0
AcceptInvitesOn=1
GroupWatchOn=1
EQBCOn=0
IRCOn=0
MiscGem=8
HoTTOn=0
CampfireOn=0

[SpellSet]
LoadSpellSet=0
SpellSetName=KissAssist

[Buffs]
BuffsOn=1
Buffs1=Spiritual Brawn|Melee
Buffs2=Spiritual Radiance|Me
Buffs3=NULL
Buffs4=NULL
Buffs5=NULL
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
CheckBuffsTimer=20

[Melee]
AssistAt=95
MeleeOn=1
FaceMobOn=1
MeleeDistance=75
StickHow=snaproll
AutoFireOn=0

[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSpell1=NULL
GoMSpell2=NULL

[AE]
AEOn=0
AERadius=50
AE1=NULL
AE2=NULL
AE3=NULL
AE4=NULL
AE5=NULL

[DPS]
DPSOn=1
DPSSkip=20
DPSInterval=2
DPS1=Venom of the Snake|90
DPS2=NULL
DPS3=NULL
DPS4=NULL
DPS5=NULL
DPS6=NULL
DPS7=NULL
DPS8=NULL
DPS9=NULL
DPS10=NULL
DPS11=NULL
DPS12=NULL
DPS13=NULL
DPS14=NULL
DPS15=NULL

[Aggro]
AggroOn=0
Aggro1=NULL
Aggro2=NULL
Aggro3=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
XTarHeal=0

[Cures]
CuresOn=0
Cures1=NULL
Cures2=NULL
Cures3=NULL

[Pet]
PetOn=1
PetSpell=Spirit of Khurenz
PetFocus=NULL
PetShrinkOn=0
PetShrinkSpell=Tiny Companion
PetBuffsOn=1
PetBuffs1=Spirit of Flame
PetBuffs2=Omakin's Quickening
PetBuffs3=NULL
PetBuffs4=NULL
PetBuffs5=NULL
PetBuffs6=NULL
PetBuffs7=NULL
PetBuffs8=NULL
PetCombatOn=outer
PetBreakMezSpell=NULL
PetRampPullWait=0
PetSuspend=0
PetToysGave=

[Burn]
BurnText=Decepticons Attack
BurnAllNamed=0
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
MaxRadius=350
MaxZRange=50
PullWait=0
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2

[AFKTools]
AFKHelp=AFKGMAction=0 Off, 1 Pause Macro, 2 End Macro, 3 Unload MQ2, 4 Quit Game
AFKToolsOn=0
AFKGMAction=1
AFKPCRadius=150
CampOnDeath=0
ClickBacktoCamp=0

[Merc]
Help=To use: Turn off Auto Assist in Manage Mercenary Window
MercOn=0
MercAssistAt=92
 
Last edited by a moderator:
Maybe try changing
Rich (BB code):
PetCombatOn=outer
to
Rich (BB code):
PetCombatOn=1
not sure if its a copy/paste issue or if the macro is generating the
Rich (BB code):
PetCombatOn=outer
 
That is the exact issue i wanted the user to check on right there......

PetCombatOn=outer is invalid...... its 1 for ON 0 for OFF

PetCombatOn=1 or PetCombatOn=0

Try this.. it should resolve the issue. Report back so i can close the ticket upon confirmation please.

If you ever have doubt or question a config's value.. or need to know permisable config values.... RTFM

For Pete's sake.... please post your config using CODE tags .. otherwise its just a mess of an eyesore lol..... converting it for you.
 
That is the exact issue i wanted the user to check on right there......

PetCombatOn=outer is invalid...... its 1 for ON 0 for OFF

PetCombatOn=1 or PetCombatOn=0

I noticed that PetCombat=outer is the default when setting up a new character, it should probably be =0
 
I noticed that PetCombat=outer is the default when setting up a new character, it should probably be =0

yes... when creating a ini file for the first time on a toon... some of the loadini calls are creating entries without values and just creating value of data scope type (local/outer.. etc).

Line for petcombat:

/call LoadIni Pet PetCombatOn int outer 1

should make the ini entry value 1.. and not OUTER as the data type scope suggests.
 
The issue with initial ini entry creation for PetCombatOn has been corrected in production code.

Since this problem was in regard to functionality not working because PetCombatOn value was not configured correctly due to coding issue for its initial creation... this ticke can be closed now.
 
Problem - Pet attack reliant on DPS section
Status
Not open for further replies.

Users who are viewing this thread

Back
Top
Cart