• 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 - Keepsing telling me ERROR: DPSOn=1 but section is empty. Turning DPS off

Skyjet2000

Member
Joined
Jul 2, 2011
RedCents
605¢
Rich (BB code):
[General]
KissAssistVer=9.1.3
Role=Assist
CampRadius=100
CampRadiusExceed=400
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
MedOn=1
MedStart=25
MedCombat=0
LootOn=0
RezAcceptOn=0
AcceptInvitesOn=1
GroupWatchOn=0
CastingInterruptOn=0
EQBCOn=0
IRCOn=0
MiscGem=8
HoTTOn=0
CampfireOn=0
[SpellSet]
LoadSpellSet=0
SpellSetName=KissAssist
[Buffs]
BuffsOn=0
Buffs1=Thorncoat
Buffs2=Strenght of Nature|ME
Buffs3=Call of Earth|ME
Buffs4=Call of Fire
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=10
PowerSource=NULL
[Melee]
AssistAt=97
MeleeOn=1
FaceMobOn=1
MeleeDistance=75
StickHow=!Front
AutoFireOn=0
UseMQ2Melee=1
[GoM]
GoMSHelp=Format - Spell|Target, MA Me or Mob, i.e. Rampaging Servant Rk. II|Mob
GoMSpell1=NULL
GoMSpell2=NULL
GoMSpell3=NULL
[AE]
AEOn=0
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
DPSSkip=20
DPSInterval=5
DPS1=Drones of Doom
DPS2=Stinging Swarm
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
DPS16=NULL
DPS17=NULL
DPS18=NULL
DPS19=NULL
DPS20=NULL
DebuffAllOn=0
[Aggro]
AggroOn=0
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
Heals1=Greater Healing|40
Heals2=NULL
Heals3=NULL
Heals4=NULL
Heals5=NULL
XTarHeal=5
XTarHeal2=4
HealGroupPetsOn=0
[Cures]
CuresOn=0
Cures1=NULL
Cures2=NULL
Cures3=NULL
Cures4=NULL
Cures5=NULL
[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
UseTribute=0
[Pull]
PullWith=Melee
MaxRadius=350
MaxZRange=50
PullWait=5
PullRoleToggle=0
ChainPull=0
ChainPullHP=90
ChainPullPause=30|2
PullLevel=0|0
[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
[GMail]
GMailHelp=Events currently support - Dead,GM,Level,Named,Leftgroup
GMailOn=0
GMail1=NULL
GMail2=NULL
GMail3=NULL
GMail4=NULL
GMail5=NULL

Am I doing something wrong? I can't figure this out. I've never had this problem before it has to be some minor error somewhere but I can't find it. Spells are scribed too.

[MQ2] ERROR: DPSOn=1 but section is empty. Turning DPS off. Please check your ini file.

Is what i'm getting every time I start the macro.
 
Rich (BB code):
DPS1=Drones of Doom
DPS2=Stinging Swarm

Its missing the HP%
Rich (BB code):
DPS1=Drones of Doom|98
DPS2=Stinging Swarm|96
 
Yea what he said, you need to put a the vertical slash and the hit point % you want it to fire off at on the mob behind your spell name (no spaces) (DPS1=spellname|80).

[DPS] Settings in Kissassist_ToonName.ini
DPSOn =0/1/2- Off/On cast normal by mob % health/On cast in absolute descending order of mob health % tag. This will cast every spell with a health tag. Prevents skipping spells that may occur when mobs die to fast. When set to 2, Mob HP % is only used to prioritize cast line-up
DPSSkip =20 - Stop casting DPS spells when mob reaches health percentag. Default 20%
DPSInterval =2 - Attaches a timer in seconds to DPS spells with 0 duration after they are cast. If you are nuking too fast you can slow down by increasing the interval. Default 2 seconds
DPS1-15 Spells/Disc/Item/AA to cast during combat.

Cast a spell just once per fight
Syntax : Your AA/Disc/Spell|mob health|Once - will only cast this spell once per battle.
Rich (BB code):
DPS1=Spell|90%|Once
 
Rich (BB code):
DPS1=Drones of Doom
DPS2=Stinging Swarm

Its missing the HP%
Rich (BB code):
DPS1=Drones of Doom|98
DPS2=Stinging Swarm|96

You see? I knew it was something trivial that I was simply missing, Absolutely embarrassing considering I am running 11 other toons correctly =(

Ah well Thanks :)
 
Problem - Keepsing telling me ERROR: DPSOn=1 but section is empty. Turning DPS off

Users who are viewing this thread

Back
Top
Cart