Notes
The intention is to make the configuration as good as it can possibly be within the KissAssist framework.
Basic Wizard (pew pew), with some condition functionality that can be extended as it levels.
GroupEscapeOn is set to on.
RezAccept is set to 35% as the only rezzer in the group is a paladin.
Burn section is set for burn on demand. The command
Intensity of the Resolute has a cool down period of 20 hours.
The command
The Rune Diamondskin consumes Peridot when cast. You should buy some. The ini will check if you have them in your inventory prior to casting.
This group now has a Shaman who makes potions, so Distillate of Clarity VI potion is included. It'll only try to cast if it stacks, and you have some in your inventory.
You'll likely be running out of Buff slots by now. I've added a condition to the self-buffs to check if there's an available buff slot prior to casting.
Assumptions
You are using Dannet instead of EQBC. If not, adjust the
That you have the Worn Totem from Glooming Deep.
You have already memorised all relevant spells for your level.
If you see any obvious errors, or additional abilities / features / conditions that can be added, please post below.
The intention is to make the configuration as good as it can possibly be within the KissAssist framework.
Basic Wizard (pew pew), with some condition functionality that can be extended as it levels.
GroupEscapeOn is set to on.
RezAccept is set to 35% as the only rezzer in the group is a paladin.
Burn section is set for burn on demand. The command
/burn
is required to trigger it.Intensity of the Resolute has a cool down period of 20 hours.
The command
/dgge /burn
will trigger burn for the group (Dannet).The Rune Diamondskin consumes Peridot when cast. You should buy some. The ini will check if you have them in your inventory prior to casting.
This group now has a Shaman who makes potions, so Distillate of Clarity VI potion is included. It'll only try to cast if it stacks, and you have some in your inventory.
You'll likely be running out of Buff slots by now. I've added a condition to the self-buffs to check if there's an available buff slot prior to casting.
Assumptions
You are using Dannet instead of EQBC. If not, adjust the
EQBCOn
and DanNetOn
to your preference.That you have the Worn Totem from Glooming Deep.
You have already memorised all relevant spells for your level.
If you see any obvious errors, or additional abilities / features / conditions that can be added, please post below.
INI:
[General]
KissAssistVer=12.002
CharInfo=Wizard|40|FREE
Role=Assist
CampRadius=30
CampRadiusExceed=400
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
CampfireOn=0
GroupEscapeOn=1
MedOn=1
MedStart=80
MedStop=100
MedCombat=0
RezAcceptOn=1|35
AcceptInvitesOn=1
EQBCOn=0
DanNetOn=1
ScatterOn=1
LOSBeforeCombat=1
[Buffs]
BuffsOn=1
BuffsSize=10
## ------ Auras (placeholder) ------ ##
Buffs1=NULL
## ------ Beginner Buffs ------ ##
Buffs2=command:/useitem Worn Totem|Dual|Blessing of Swiftness|Cond7
## ------ Click off the Free to play nag popup ------ ##
Buffs3=command:/notify AlertWnd ALW_Dismiss_Button leftmouseup
## ------ Self Buffs ------ ##
Buffs4=Minor Familiar
Buffs5=Greater Shielding|Cond8
Buffs6=Elemental Shield|Cond9
; Diamondskin consumes a Peridot each cast
Buffs7=Diamondskin|Cond10
Buffs8=O`Keil's Levity|Cond11
Buffs9=Harvest|mana|80
# -- Potions -- #
Buffs10=Distillate of Clarity VI|Dual|Elixir of Clarity VI|Cond12
RebuffOn=1
CheckBuffsTimer=10
[DPS]
DPSOn=1
DPSSize=4
DPSSkip=0
DPSInterval=2
## ------ Debuffs ------ ##
DPS1=Nullify Magic|95|debuffall|strip
## ------ Direct Damage ------ ##
DPS2=Thunder Strike|85|Cond5
DPS3=Lightning Shock|80
DPS4=Inferno Shock|70
DebuffAllOn=1
[Aggro]
AggroOn=1
AggroSize=1
Aggro1=Concussion|75|>
[Burn]
BurnAllNamed=0
UseTribute=0
BurnSize=1
Burn1=Intensity of the Resolute
[KConditions]
ConOn=1
CondSize=12
## ------ Basic ------ ##
Cond1=TRUE
Cond2=FALSE
## ------ Target Properties (placeholder) ------ ##
Cond3=${Target.ConColor.Equal[White]} || ${Target.ConColor.Equal[Yellow]} || ${Target.ConColor.Equal[Red]}
Cond4=${Target.Named} && (${Target.ConColor.Equal[Yellow]} || ${Target.ConColor.Equal[Red]})
Cond5=${Target.Class.CanCast} && !(${Target.Named})
Cond6=${Me.GroupAssistTarget.Named}
## ------ Buff Stacking ------ ##
# ------ Self Buffs ------ #
Cond7=!${Me.Buff[Blessing of Swiftness].ID} && ${Spell[Blessing of Swiftness].Stacks} && ${Me.FreeBuffSlots} > 0
Cond8=!${Me.Buff[Greater Shielding].ID} && ${Spell[Greater Shielding].Stacks} && ${Me.FreeBuffSlots} > 0
Cond9=!${Me.Buff[Elemental Shield].ID} && ${Spell[Elemental Shield].Stacks} && ${Me.FreeBuffSlots} > 0
Cond10=${FindItemCount[Peridot]} > 0 && !${Me.Buff[Diamondskin].ID} && ${Spell[Diamondskin].Stacks} && ${Me.FreeBuffSlots} > 0
Cond11=!${Me.Buff[O`Keil's Levity].ID} && ${Spell[O`Keil's Levity].Stacks} && ${Me.FreeBuffSlots} > 0
# ------ Potions ------ #
Cond12=${FindItemCount[=Distillate of Clarity VI]}>0 && ${Me.PctMana} < 95 && !${Me.Buff[Elixir of Clarity VI].ID} && ${Spell[Elixir of Clarity VI].Stacks} && ${Me.FreeBuffSlots} > 0
[SpellSet]
LoadSpellSet=2
[Spells]
Gem1=Thunder Strike
Gem2=Lightning Shock
Gem3=Inferno Shock
Gem4=Nullify Magic
Gem5=Concussion
Gem6=Harvest
Gem7=Diamondskin
Gem8=Lesser Evacuate