Notes
Basic Shaman, with some condition functionality that can be extended as it levels.
The intention is to make the configuration as good as it can possibly be within the KissAssist framework.
Melee is turned on at the moment, it'll be turned off at higher levels.
Burn section is set for burn on demand. The command
Intensity of the Resolute has a cool down period of 20 hours.
The command
RezAccept is set to 0% as the only rezzer in the group is a paladin.
Shrink is set to cast on any group member who is higher 1.91. This can be altered in the Conditions.
This Shaman in group now makes potions, so Distillate of Clarity IV potion is included. It'll only try to cast if you have some in your inventory, and it stacks.
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.
Basic Shaman, with some condition functionality that can be extended as it levels.
The intention is to make the configuration as good as it can possibly be within the KissAssist framework.
Melee is turned on at the moment, it'll be turned off at higher levels.
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).RezAccept is set to 0% as the only rezzer in the group is a paladin.
Shrink is set to cast on any group member who is higher 1.91. This can be altered in the Conditions.
This Shaman in group now makes potions, so Distillate of Clarity IV potion is included. It'll only try to cast if you have some in your inventory, and it stacks.
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=Shaman|25|FREE
Role=Assist
CampRadius=30
CampRadiusExceed=400
ReturnToCamp=0
ChaseAssist=0
ChaseDistance=25
CampfireOn=0
MedOn=1
MedStart=80
MedStop=100
MedCombat=0
RezAcceptOn=1|0
AcceptInvitesOn=1
EQBCOn=0
DanNetOn=1
ScatterOn=1
LOSBeforeCombat=1
[Buffs]
BuffsOn=1
BuffsSize=21
## ------ Auras (placeholder) ------ ##
Buffs1=NULL
## ------ Beginner Buffs ------ ##
Buffs2=command:/useitem Worn Totem|Dual|Blessing of Swiftness|Cond22
## ------ Click off the Free to play nag popup ------ ##
Buffs3=command:/notify AlertWnd ALW_Dismiss_Button leftmouseup
## ------ Group Buffs ------ ##
# -- AC / HP -- #
Buffs4=Protect|Cond6
Buffs5=Inner Fire|Cond7
# -- Stats -- #
Buffs6=Spirit of Cat|Melee|Cond8
Buffs7=Spirit of Ox|Cond9
Buffs8=Spirit Strength|Melee|Cond10
Buffs9=Rising Dexterity|Melee|Cond11
Buffs10=Spirit of Snake|Class|BRD,ENC|Cond12
# -- Resists -- #
Buffs11=Resist Cold|Cond13
Buffs12=Endure Fire|Cond14
Buffs13=Endure Disease|Cond15
Buffs14=Endure Poison|Cond16
Buffs15=Endure Magic|Cond17
# -- Regeneration -- #
Buffs16=Regeneration|Cond18
## ------ Self Buffs ------ ##
Buffs17=Form of the Bear
Buffs18=Cannibalize|mana|90|20
# -- Potions -- #
Buffs19=Distillate of Clarity IV|Dual|Elixir of Clarity IV|Cond23
# -- Utility -- #
Buffs20=Spirit of Wolf|Cond19
Buffs21=Shrink|Cond21
RebuffOn=1
CheckBuffsTimer=10
[Melee]
AssistAt=98
MeleeOn=1
FaceMobOn=2
MeleeDistance=60
StickHow=!front delaystrafe loose uw
AutoFireOn=0
UseMQ2Melee=0
TargetSwitchingOn=0
[DPS]
DPSOn=1
DPSSize=6
DPSSkip=20
DPSInterval=2
## ------ DEBUFFS ------ ##
DPS1=Malaise|99|debuffall|malo|always
DPS2=Walking Sleep|98|debuffall|slow|always
DPS3=Disempower|97|debuffall|crip
## ------ Short Duration Buffs ------ ##
DPS4=Burst of Strength|95|MA|Cond20
## ------ DOTS ------ ##
DPS5=Envenomed Breath|90
## ------ NUKES ------ ##
DPS6=Frost Strike|50
DebuffAllOn=2
[Heals]
HealsOn=2
HealsSize=1
Heals1=Healing|65
AutoRezOn=0
HealGroupPetsOn=1
[Cures]
CuresOn=0
CuresSize=1
Cures1=NULL
[Burn]
BurnAllNamed=0
UseTribute=0
BurnSize=1
Burn1=Intensity of the Resolute
[KConditions]
ConOn=1
CondSize=23
## ------ 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=${Me.GroupAssistTarget.Named}
## ------ Buff Stacking ------ ##
# ------ Group Buffs ------ #
Cond6=!${Target.Buff[Protect].ID} && ${Spell[Protect].StacksTarget}
Cond7=!${Target.Buff[Inner Fire].ID} && ${Spell[Inner Fire].StacksTarget}
Cond8=!${Target.Buff[Spirit of Cat].ID} && ${Spell[Spirit of Cat].StacksTarget}
Cond9=!${Target.Buff[Spirit of Ox].ID} && ${Spell[Spirit of Ox].StacksTarget}
Cond10=!${Target.Buff[Spirit Strength].ID} && ${Spell[Spirit Strength].StacksTarget}
Cond11=!${Target.Buff[Rising Dexterity].ID} && ${Spell[Rising Dexterity].StacksTarget}
Cond12=!${Target.Buff[Spirit of Snake].ID} && ${Spell[Spirit of Snake].StacksTarget}
Cond13=!${Target.Buff[Resist Cold].ID} && ${Spell[Resist Cold].StacksTarget}
Cond14=!${Target.Buff[Endure Fire].ID} && ${Spell[Endure Fire].StacksTarget}
Cond15=!${Target.Buff[Endure Disease].ID} && ${Spell[Endure Disease].StacksTarget}
Cond16=!${Target.Buff[Endure Poison].ID} && ${Spell[Endure Poison].StacksTarget}
Cond17=!${Target.Buff[Endure Magic].ID} && ${Spell[Endure Magic].StacksTarget}
Cond18=!${Target.Buff[Regeneration].ID} && ${Spell[Regeneration].StacksTarget}
Cond19=!${Target.Buff[Spirit of Wolf].ID} && ${Spell[Spirit of Wolf].StacksTarget}
Cond20=!${Target.Buff[Burst of Strength].ID} && ${Spell[Burst of Strength].StacksTarget}
Cond21=${Target.Height} > 1.91
# ------ Self Buffs ------ #
Cond22=!${Me.Buff[Blessing of Swiftness].ID} && ${Spell[Blessing of Swiftness].Stacks}
# ------ Potions ------ #
Cond23=${FindItemCount[=Distillate of Clarity IV]}>0 && ${Me.PctMana} < 95 && !${Me.Buff[Elixir of Clarity IV].ID} && ${Spell[Elixir of Clarity IV].Stacks}
[SpellSet]
LoadSpellSet=2
[SpellS]
Gem1=Envenomed Breath
Gem2=Frost Strike
Gem3=Burst of Strength
Gem4=Malaise
Gem5=Disempower
Gem6=Walking Sleep
Gem7=Healing
Gem8=Cannibalize