Modbot Users thread

dr00d69

Member
Joined
Feb 20, 2007
Messages
209
Reaction score
11
Points
18
Hey all!

I have been 6-8 boxing use modbot and must say this is the best macro I've seen for multiboxing. I've used all the ones on MQ2's forums and must say modbot is the best.

Although I have a fully functional box team I know I am missing out on some stuff I am not to proficient at such as Doevents and scripts that can be set up in the macro.

I was wondering if anyone would mind posting their scripts they use in the macro so I can learn from them.

If anyone wants help from what I have learned from modbot I would love to try and give it a try.

I currently box a SK, SHM, DRU, RNG, ROG, BRD, ENC, and a CLR. IF anyone would like to take a look at my ini's let me know and I can send them to you.

Here is the link to the MQ2 forum post by the person who updates it and maintains it. IF you have not donated to MQ2 why haven't you? WTF.
http://macroquest2.com/phpBB2/viewtopic.php?t=15313

Thanks
~Dr00d
 
Last edited:
  • Like
Reactions: EQDAB
i have cle, enc, mnk, rog that works very well, I suggest u use tortoisesvn for your ini, it makes things simpler for changing / updating stuff.
I'd be happy to take a look at your ini if you want, I was planning at some point to make a dedicated script post on mq2 vip boards but didnt find the time.
 
  • Like
Reactions: EQDAB
Ok I'll post all of my INI's for 2 reasons
1) maybe others can use it
2) others can look through mine and see what can be improved.

I am still not so good with scripts if you could post some samples (besides what is on the wiki etc that would rock, I need more examples to work and learn from)

Rogue--can never get thief's eyes to work well. its an alt-c ability.
Code:
[Settings]
DoMelee=TRUE
DoHeals=TRUE
DoBuffs=TRUE
DoDebuffs=TRUE
DoEvents=TRUE
DoPet=FALSE
DoSit=FALSE
DoLoot=FALSE
DoFW=FALSE
DoForage=FALSE
DoAfk=FALSE
MasterList=
TankName=
ExcludeList=a dusty barrel|a dark coffin|a bitten victim|a hollow tree|                                                       
Radius=50
SitAggroRadiusCheck=75
AfkMessage=Not now, thanks
FollowDistance=20
FollowStick=20 hold uw
PetCast=
PetAggro=FALSE
DoMount=FALSE
MountCast=
DoPull=FALSE
DoCures=FALSE
DeathSlot=chest
DoAura=FALSE
AuraCast=
ForageIni=forage.ini

[Melee]
OffTank=FALSE
ACLeash=75
ACAssistPct=99
ACManaPct=0
ACAnnounce=/bc
ACMeleeCmd=/melee plugin=1 pickpocket=0 melee=200 range=0 stickrange=200 resume=20 disarm=1 evade=0 facing=1 hide=1 sneak=1 backstab=50 enrage=1
ACBefore=/if ({ACMATarget} && {Spawn[{ACMATarget}].Distance3D}<={ACLeash} && {Me.CombatAbilityReady[Daggerfall]} && {Me.Invis} && {Me.Sneaking} && {Me.PctEndurance}>40 && !{Me.Moving}) /call mbscript SneakAttack
ACAfter=/if (!{ADMobCount} && {DoLoot} && {LootMobs}) /call LootMobs

[AdvHeal]
AHCount=0

[AdvDebuff]
ADCount=0
ADMobMax=18
ADCheckTime=0
ADAggroOnly=0
ADHold=0|1|1|   1=on 0=off|Debuff spell #|Time to wait for debuff|

[AdvBuff]
ABCount=2
ABMobMax=12
ABCheckTime=2s
ABProactive=TRUE

ABGem1=script
ABSpell1=HideSneak
ABSpellFoci1=
ABDurMod1=0
ABSpellAlias1=hidesneak
ABAnnounce1=/bc
ABSpellMinMana1=0
ABTarCnt1=1
ABTarType1=self cbt idle
ABRecast1=FALSE

ABGem1=ability
ABSpell1=Thief's Eyes
ABSpellFoci1=
ABDurMod1=0
ABSpellAlias1=eyes

ABAnnounce1=/bc
ABSpellMinMana1=0
ABTarCnt1=1
ABTarType1=self cbt 
ABRecast1=FALSE
ABGem2=
ABSpell2=
ABSpellFoci2=
ABDurMod2=0
ABSpellAlias2=
ABAnnounce2=
ABSpellMinMana2=0
ABTarCnt2=0
ABTarType2=tank war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self mypet grp pet cbt idle
ABRecast2=FALSE



[AdvEvent]
AECount=0

[AdvCure]
AQCount=0

[AdvPull]
APCheckTimer=0
APRadius=100
APMobMax=1
APScript=Pull
APBefore=
APAfter=
APRangedMod=0
APCheckTime=0
APPath=
APRetPath=
APAnnounce=
APRetries=1

[Script-makecamp]
Commands=5
C1=/bc Trying to find a sweet spot /evilgrin
C2=/multiline ; /delay 7;/stick off;/tar {TankName}
C3=/multiline ; /delay 2s;/stick 3 behindonce
C4=/multiline ; /delay 12;/stick off;/keypress back hold
C5=/multiline ; /keypress back;/varset FollowFlag 0;/makecamp on;/varset MakeCampX {Me.X};/varset MakeCampY {Me.Y};/varset CampStatus 1;/if (!{DoLoot}) /mb doloot on

[Script-lfsell]
Commands=3
C1=/varset Timer 10m
C2=/call mbwayplay ldon b f
C3=/mb follow {FollowName}

[Script-lfpull]
Commands=2
C1=/varset Timer 3m
C2=/call mbwayplay lfpull b

[Script-HideSneak]
Commands=4
C1=/if ({FollowFlag} && {Me.Sneaking}) /doability sneak
C2=/if (!{FollowFlag} && !{ACState} && !{ACMATarget} && !{MiscCheckTimer}<10 && {Select[{MakeCamp},on]} && {Me.AbilityReady[Hide]} && !{Me.Moving} && !{Melee.Combat}) /multiline ; /doability Hide;/delay 5
C3=/if (!{FollowFlag} && !{ACState} && !{ACMATarget} && !{MiscCheckTimer}<10 && {Select[{MakeCamp},on]} && {Me.AbilityReady[Sneak]} && !{Me.AbilityReady[Hide]} && !{Me.Moving} && !{Melee.Combat} && {Me.Invis}) /multiline ; /doability Sneak;/delay 5
C4=/if ({ACState} && {ACMATarget}=={Target.ID} && !{Me.Moving} && {Me.AbilityReady[Backstab]} && !{ACMobProb}) /varset ACMobProb 1

[Script-SneakAttack]
Commands=11
C1=/if ({Melee.Enable}) /melee plugin=0
C2=/if (!{Melee.Enable} && {Timer}<5) /multiline ; /melee plugin=1;/return
C3=/if ({Me.CombatAbilityReady[Daggerfall]}) /keypress 1
C4=/if (!{Me.Moving} && !{Stick.MoveBehind} && {Stick.Distance}<={Math.Calc[{Spawn[{ACMATarget}].MaxRangeTo}]}) /stick {Math.Calc[{Spawn[{ACMATarget}].MaxRangeTo}-2]} hold behind id {ACMATarget}
C5=/if ({Target.ID}!={ACMATarget}) /multiline ; /target id {ACMATarget};/delay 5
C6=/if ({Melee.BackAngle}>60 || {Melee.BackAngle}<-60) /goto :Top
C7=/if ({Target.Distance3D}>={Spawn[{ACMATarget}].MaxRangeTo}-2) /stick {Math.Calc[{Spawn[{ACMATarget}].MaxRangeTo}-5]} hold behind id {ACMATarget}
C8=/if ({Target.Distance3D}>={Spawn[{ACMATarget}].MaxRangeTo}-3) /goto :Top
C9=/delay 5
C10=/if ({Me.AbilityReady[Backstab]}) /doability backstab
C11=/melee plugin=1

[Script-Pull]
Commands=1
C1=/if ({Target.ID}) /doability ''Throw Stone''

Bard MB dopull is pretty shakey I could definetly use help with better pulling scripts etc

Code:
[Settings]
DoMelee=TRUE
DoHeals=TRUE
DoBuffs=TRUE
DoDebuffs=TRUE
DoEvents=FALSE
DoPet=FALSE
DoSit=FALSE
DoLoot=FALSE
DoFW=FALSE
DoForage=FALSE
DoAfk=FALSE
MasterList=
TankName=
ExcludeList=a dusty box|a bitten victim|a hollow tree|Projection of Tactics|#Projection of Tactics|
Radius=150
SitAggroRadiusCheck=75
AfkMessage=Not now, thanks
FollowDistance=20
FollowStick=20 hold uw
PetCast=
PetAggro=FALSE
PetAssist=0
DoMount=FALSE
MountCast=
DoPull=FALSE
PetFoci=
DoCures=FALSE
DeathSlot=mainhand
DoAura=TRUE
AuraCast=Aura of the Muse|gem9
ForageIni=forage.ini
PetShrinkSpell=

[Melee]
OffTank=FALSE
ACLeash=200
ACAssistPct=97
ACManaPct=0
ACAnnounce=/bc
ACMeleeCmd=/melee plugin=1 melee=200 enrage=1 infuriate=1 range=0 standup=1
ACBefore=
ACAfter=

[AdvHeal]
AHCount=0

[AdvDebuff]
ADCount=3
ADMobMax=60
ADCheckTime=0
ADAgroOnly=FALSE
ADGem1=6
ADSpell1=Aelfric's Last Lullaby
ADSpellFoci1=
ADDurMod1=0
ADSpellAlias1=mez
ADAnnounce1=/bc
ADSpellMinMana1=0
ADSpellRecast1=2
ADSpellDelay1=0
ADTarCnt1=2
ADTarType1=12
ADTarBegHP1=200
ADTarEndHP1=90
ADSpellCastonResist1=

ADGem2=7
ADSpell2=Requiem of Time
ADSpellFoci2=
ADDurMod2=0
ADSpellAlias2=slow
ADAnnounce2=/bc
ADSpellMinMana2=0
ADSpellRecast2=0
ADSpellDelay2=0
ADTarCnt2=1
ADTarType2=1
ADTarBegHP2=100
ADTarEndHP2=80
ADSpellCastonResist2=

ADGem3=alt
ADSpell3=Boastful Bellow
ADSpellFoci3=
ADDurMod3=0
ADSpellAlias3=pullspell
ADAnnounce3=/bc
ADSpellMinMana3=0
ADSpellRecast3=2
ADSpellDelay3=0
ADTarCnt3=1
ADTarType3=1
ADTarBegHP3=90
ADTarEndHP3=100
ADSpellCastonResist3=

ADGem4=2
ADSpell4=Vulka`s Chant of Disease
ADSpellFoci4=
ADDurMod4=0
ADSpellAlias4=dsedot
ADAnnounce4=/bc
ADSpellMinMana4=0
ADSpellRecast4=2
ADSpellDelay4=0
ADTarCnt4=1
ADTarType4=1
ADTarBegHP4=99
ADTarEndHP4=0
ADSpellCastonResist4=

ADGem5=4
ADSpell5=War March of Muram
ADSpellFoci5=
ADDurMod5=0
ADSpellAlias5=haste
ADAnnounce5=/bc
ADSpellMinMana5=0
ADSpellRecast5=0
ADSpellDelay5=0
ADTarCnt5=1
ADTarType5=1
ADTarBegHP5=100
ADTarEndHP5=0
ADSpellCastonResist5=

ADGem6=1
ADSpell6=Vulka`s Chant of Frost
ADSpellFoci6=
ADDurMod6=0
ADSpellAlias6=colddot
ADAnnounce6=/bc
ADSpellMinMana6=0
ADSpellRecast6=2
ADSpellDelay6=0
ADTarCnt6=1
ADTarType6=1
ADTarBegHP6=99
ADTarEndHP6=0
ADSpellCastonResist6=

ADGem7=
ADSpell7=
ADSpellFoci7=
ADDurMod7=0
ADSpellAlias7=
ADAnnounce7=
ADSpellMinMana7=0
ADSpellRecast7=0
ADSpellCastonResist7=
ADSpellDelay7=0
ADTarCnt7=0
ADTarType7=0
ADTarBegHP7=0
ADTarEndHP7=0
ADAggroOnly=0
ADHold=0|1|1|   1=on 0=off|Debuff spell #|Time to wait for debuff|
ADIfSpellImmune1=
ADIfSpellImmune2=
ADIfSpellImmune3=

[AdvBuff]
ABCount=8
ABMobMax=50
ABCheckTime=8
ABProactive=FALSE

ABGem1=1
ABSpell1=War March of Muram
ABSpellFoci1=
ABDurMod1=0
ABSpellAlias1=haste
ABAnnounce1=/bc
ABSpellMinMana1=0
ABTarCnt1=1
ABTarType1=brd cbt

ABGem2=2
ABSpell2=Eriki's Psalm of Power
ABSpellFoci2=
ABDurMod2=0
ABSpellAlias2=overhaste
ABAnnounce2=/bc
ABSpellMinMana2=0
ABTarCnt2=1
ABTarType2=brd cbt

ABGem3=3
ABSpell3=Verse of Vesagran
ABSpellFoci3=
ABDurMod3=0
ABSpellAlias3=mit
ABAnnounce3=/bc
ABSpellMinMana3=0
ABTarCnt3=1
ABTarType3=brd cbt

ABGem4=4
ABSpell4=Psalm of Veeshan
ABSpellFoci4=
ABDurMod4=0
ABSpellAlias4=pov
ABAnnounce4=/bc
ABSpellMinMana4=0
ABTarCnt4=1
ABTarType4=brd

ABGem5=5
ABSpell5=Erollisi's Cantata
ABSpellFoci5=
ABDurMod5=0
ABSpellAlias5=mana
ABAnnounce5=/bc
ABSpellMinMana5=0
ABTarCnt5=1
ABTarType5=brd

ABGem6=8
ABSpell6=Selo's Accelerating Chorus
ABSpellFoci6=
ABDurMod6=0
ABSpellAlias6=pullsong
ABAnnounce6=/bc
ABSpellMinMana6=0
ABTarCnt6=1
ABTarType6=brd


ABGem7=8
ABSpell7=Purifying Chorus
ABSpellFoci7=
ABDurMod7=0
ABSpellAlias7=pc
ABAnnounce7=/bc
ABSpellMinMana7=0
ABTarCnt7=0
ABTarType7=brd cbt
ABRecast1=FALSE
ABRecast2=FALSE
ABRecast3=FALSE
ABRecast4=FALSE
ABRecast5=FALSE
ABRecast6=FALSE
ABRecast7=FALSE
ABRecast8=FALSE
ABGem8=
ABSpell8=
ABSpellFoci8=
ABDurMod8=0
ABSpellAlias8=
ABAnnounce8=
ABSpellMinMana8=0
ABTarCnt8=0
ABTarType8=tank war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self mypet grp pet cbt idle

[AdvEvent]
AECount=0

[AdvPull]
APCheckTimer=20
APRadius=150
APSpell=
APRangedMod=
APBefore=
APAfter=
APMobMax=3
APScript=pull
APAgroRadius=100
APCheckTime=10
APPath=
APRetPath=
APAnnounce=/bc INCOMING!!!!!!111!1!!!
APRetries=1

[AdvCure]
AQCount=0
[Script-Pull]
Commands=3
C1=/bc PULLING!
C2=/call CastCall {Me.CleanName} ''cast pullspell {Target.ID}''
C3=/bc Pull Complete, Mob inc, hold on bishes!!!1!!1

shaman--works well although talisman of panther is slow, but I found out its b/c he is casting a spell he sucks at and fizzles alot. Should be better when he skills up

Code:
[Settings]
DoMelee=FALSE
DoHeals=TRUE
DoBuffs=TRUE
DoDebuffs=TRUE
DoEvents=TRUE
DoPet=TRUE
DoSit=TRUE
DoLoot=FALSE
DoFW=FALSE
DoForage=FALSE
DoAfk=FALSE
DoMount=FALSE
MountCast=Ornate Barding|item
MasterList=
TankName=
ExcludeList=
Radius=100
SitAggroRadiusCheck=75
AfkMessage=Not now, thanks
FollowDistance=12
FollowStick=12 hold uw
PetCast=Farrel's Companion|gem9 -invis
PetAggro=FALSE
PetAssist=1
DoPull=FALSE
PetFoci=FALSE
ForageIni=forage.ini
DoAura=FALSE
AuraCast=
DeathSlot=chest
PetShrinkSpell=
SummonFood=
SummonDrink=
DoCures=FALSE

[Melee]
OffTank=FALSE
ACLeash=50
ACAssistPct=97
ACManaPct=10
ACAnnounce=/bc
ACMeleeCmd=/melee on melee=1 petassist=on petrange=100
ACBefore=
ACAfter=

[AdvHeal]
AHCount=6
AHCheckTime=1 
AHHealOOBC=FALSE

AHGem1=alt
AHSpell1=Call of the Ancients
AHSpellFoci1=
AHDurMod1=50
AHSpellMinMana1=0
AHSpellAlias1=
AHAnnounce1=/bc
AHTarCnt1=3
AHClass1=pc pet hp65 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

AHGem2=alt
AHSpell2=Ancestral Aid
AHSpellFoci2=
AHDurMod2=0
AHSpellMinMana2=0
AHSpellAlias2=aid
AHAnnounce2=/bc
AHTarCnt2=3
AHClass2=pc group hp70 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec
AHSpellMinMana2=0

AHGem3=6
AHSpell3=Yoppa's Mending 
AHSpellFoci3= 
AHDurMod3=0 
AHAnnounce3=/bc 
AHTarCnt3=1 
AHClass3=pc hp60 war shd pal rng mnk rog brd bst ber shm45 clr dru wiz mag enc nec 
AHSpellMinMana4=5 
AHSpellAlias4=fastheal 

AHGem4=7 
AHSpell4=Spiritual Serenity 
AHSpellFoci4= 
AHDurMod4=65
AHSpellMinMana4=0
AHAnnounce4=/bc 
AHTarCnt4=1 
AHClass4=pc pet hp85 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec pet40
AHSpellAlias4=hot 

AHGem5=alt
AHSpell5=Resplendent Cure
AHSpellFoci5=
AHDurMod5=0
AHSpellMinMana5=0
AHSpellAlias5=rc
AHAnnounce5=
AHTarCnt5=0
AHClass5=pc group hp0 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec
AHHealMode=0|0|12
AHInterruptLevel=2
AHClassPriority=enc,wiz,mag,nec,clr,dru,shm,pal,shd,war,bst,rng,ber,rog,brd,mnk
AHAllowDismount=TRUE
AHSpellMinMana3=0
AHSpellAlias3=
AHGem6=
AHSpell6=
AHSpellFoci6=
AHDurMod6=0
AHSpellMinMana6=0
AHSpellAlias6=
AHAnnounce6=
AHTarCnt6=0
AHClass6=pc pet group hp0 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec tnt mypet self

[AdvDebuff]
ADCount=6
ADMobMax=15
ADCheckTime=1

ADGem1=2 
ADSpell1=Balance of Discord
ADSpellFoci1= 
ADDurMod1=0
ADSpellAlias1=slow 
ADAnnounce1=/bc 
ADSpellMinMana1=20 
ADSpellRecast1=2
ADSpellDelay1=0
ADTarCnt1=1
ADTarType1=10
ADTarBegHP1=100
ADTarEndHP1=20
ADSpellCastonResist1=

ADGem2=3 
ADSpell2=Malosinia
ADSpellFoci2= 
ADDurMod2=0
ADSpellAlias2=debmalo
ADAnnounce2=/bc 
ADSpellMinMana2=30 
ADSpellRecast2=0 
ADSpellDelay2=1
ADTarCnt2=1 
ADTarType2=1
ADTarBegHP2=95 
ADTarEndHP2=50
ADSpellCastonResist2=

ADGem3=4
ADSpell3=Curse of Sisslak
ADSpellFoci3= 
ADDurMod3=0
ADSpellAlias3=dot 
ADAnnounce3=/bc 
ADSpellMinMana3=30 
ADSpellRecast3=1
ADSpellDelay3=0 
ADTarCnt3=1 
ADTarType3=1 
ADTarBegHP3=90 
ADTarEndHP3=60
ADSpellCastonResist3=

ADGem4=9
ADSpell4=Blood of Yoppa
ADSpellFoci4=
ADDurMod4=0
ADSpellAlias4=dot2
ADAnnounce4=
ADSpellMinMana4=0
ADSpellRecast4=0
ADSpellDelay4=0
ADTarCnt4=1
ADTarType4=0
ADTarBegHP4=0
ADTarEndHP4=0
ADSpellCastonResist4=

ADGem5=alt
ADSpell5=Spirit Call
ADSpellFoci5=
ADDurMod5=0
ADSpellAlias5=pups
ADAnnounce5=
ADSpellMinMana5=0
ADSpellRecast5=0
ADSpellDelay5=0
ADTarCnt5=0
ADTarType5=0
ADTarBegHP5=0
ADTarEndHP5=0
ADSpellCastonResist5=

ADGem6=alt
ADSpell6=Virulent Paralysis
ADSpellFoci6=
ADDurMod6=0
ADSpellMinMana6=0
ADSpellRecast6=5
ADSpellDelay6=0
ADTarCnt6=1
ADTarType6=12
ADTarBegHP6=100
ADTarEndHP6=60
ADSpellAlias6= 
ADAnnounce6=/bc Shammy ghetto mez inc -
ADSpellCastonResist6=
ADAggroOnly=0
ADHold=0|1|1|   1=on 0=off|Debuff spell #|Time to wait for debuff|
ADIfSpellImmune1=
ADIfSpellImmune2=
ADIfSpellImmune3=
ADIfSpellImmune4=
ADIfSpellImmune5=
ADIfSpellImmune6=

[AdvBuff]
ABCount=25
ABMobMax=18 
ABCheckTime=1s
ABProactive=TRUE

ABGem1=9
ABSpell1=Talisman of the Diaku
ABSpellFoci1= 
ABDurMod1=50
ABSpellAlias1=grpstr|grpdiaku
ABAnnounce1=/bc 
ABSpellMinMana1=1 
ABTarCnt1=1 
ABTarType1=self

ABGem2=9
ABSpell2=Talisman of Wunshi 
ABSpellFoci2= 
ABDurMod2=50
ABSpellAlias2=grpwunshi
ABAnnounce2=/bc 
ABSpellMinMana2=40 
ABTarCnt2=1 
ABTarType2=self

ABGem3=9 
ABSpell3=Talisman of the Wrulan 
ABSpellFoci3= 
ABDurMod3=50
ABSpellAlias3=grpagi|grpwrulan|
ABAnnounce3=/bc 
ABSpellMinMana3=40 
ABTarCnt3=1 
ABTarType3=self

ABGem4=9 
ABSpell4=Talisman of Fortitude 
ABSpellFoci4= 
ABDurMod4=50
ABSpellAlias4=grpsta|grpfort|
ABAnnounce4=/bc 
ABSpellMinMana4=40 
ABTarCnt4=1 
ABTarType4=self

ABGem5=9 
ABSpell5=Spirit of the Stoic One
ABSpellFoci5= 
ABDurMod5=50
ABSpellAlias5=grpregen
ABAnnounce5=/bc 
ABSpellMinMana5=40 
ABTarCnt5=1 
ABTarType5=self shd rog brd dru clr enc wiz pal rng shm nec

ABGem6=9 
ABSpell6=Talisman of Sense 
ABSpellFoci6= 
ABDurMod6=50
ABSpellAlias6=grpsense 
ABAnnounce6=/bc 
ABSpellMinMana6=40 
ABTarCnt6=1 
ABTarType6=self

ABGem7=8
ABSpell7=Talisman of Panther
ABSpellFoci7= 
ABDurMod7=50
ABSpellAlias7=panth
ABAnnounce7=/bc 
ABSpellMinMana7=20 
ABTarCnt7=0 
ABTarType7=self grp cbt

ABGem8=9
ABSpell8=Spirit of Bih`Li 
ABSpellFoci8= 
ABDurMod8=50
ABSpellAlias8=grpsow|sow| 
ABAnnounce8=/bc 
ABSpellMinMana8=40 
ABTarCnt8=0
ABTarType8=self

ABGem9=9
ABSpell9=Talisman of Might
ABSpellFoci9= 
ABDurMod9=50
ABSpellAlias9=grpmight
ABAnnounce9=/bc 
ABSpellMinMana9=1 
ABTarCnt9=1 
ABTarType9=self

ABGem10=item
ABSpell10=Faithful Templar Belt
ABSpellFoci10=
ABDurMod10=0
ABSpellAlias10=tempbelt
ABAnnounce10=
ABSpellMinMana10=0
ABTarCnt10=1
ABTarType10=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec grp

ABGem11=9
ABSpell11=Levitation
ABSpellFoci11=
ABDurMod11=50
ABSpellAlias11=lev|levi|
ABAnnounce11=
ABSpellMinMana11=0
ABTarCnt11=0
ABTarType11=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec pet

ABGem12=9
ABSpell12=Focus of Soul
ABSpellFoci12=
ABDurMod12=50
ABSpellAlias12=focus|fo7|
ABAnnounce12=/bc
ABSpellMinMana12=0
ABTarCnt12=0
ABTarType12=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec pet

ABGem13=9
ABSpell13=Endurance of the Boar
ABSpellFoci13=
ABDurMod13=50
ABSpellAlias13=boar|sta|
ABAnnounce13=
ABSpellMinMana13=0
ABTarCnt13=0
ABTarType13=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec pet

ABGem14=9
ABSpell14=Replenishment
ABSpellFoci14=
ABDurMod14=50
ABSpellAlias14=replen
ABAnnounce14=
ABSpellMinMana14=0
ABTarCnt14=0
ABTarType14=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec pet

ABGem15=9
ABSpell15=Agility of the Wrulan
ABSpellFoci15=
ABDurMod15=50
ABSpellAlias15=agi|wrulan|
ABAnnounce15=
ABSpellMinMana15=0
ABTarCnt15=0
ABTarType15=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec pet

ABGem16=9
ABSpell16=Strength of the Diaku
ABSpellFoci16=
ABDurMod16=50
ABSpellAlias16=str|diaku|
ABAnnounce16=
ABSpellMinMana16=0
ABTarCnt16=0
ABTarType16=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec pet

ABGem17=9
ABSpell17=Swift like the Wind
ABSpellFoci17=
ABDurMod17=50
ABSpellAlias17=shmhaste|sltw|swift|
ABAnnounce17=
ABSpellMinMana17=0
ABTarCnt17=0
ABTarType17=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec pet

ABGem18=9
ABSpell18=Spirit of Sense
ABSpellFoci18=
ABDurMod18=50
ABSpellAlias18=sense
ABAnnounce18=
ABSpellMinMana18=0
ABTarCnt18=0
ABTarType18=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec pet

ABGem19=9
ABSpell19=Spirit of Perseverance
ABSpellFoci19=
ABDurMod19=50
ABSpellAlias19=regen
ABAnnounce19=
ABSpellMinMana19=0
ABTarCnt19=0
ABTarType19=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec pet

ABGem20=9
ABSpell20=Spirit of Might
ABSpellFoci20=
ABDurMod20=50
ABSpellAlias20=might
ABAnnounce20=
ABSpellMinMana20=0
ABTarCnt20=0
ABTarType20=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec pet

ABGem21=9
ABSpell21=Wunshi's Focusing
ABSpellFoci21=
ABDurMod21=50
ABSpellAlias21=wunshi
ABAnnounce21=
ABSpellMinMana21=0
ABTarCnt21=0
ABTarType21=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec pet

ABGem22=9
ABSpell22=Spirit of Fortitude
ABSpellFoci22=
ABDurMod22=50
ABSpellAlias22=fort
ABAnnounce22=/bc
ABSpellMinMana22=0
ABTarCnt22=0
ABTarType22=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec pet

ABGem23=5
ABSpell23=Champion
ABSpellFoci23=
ABDurMod23=50
ABSpellAlias23=champbuff
ABAnnounce23=/bc
ABSpellMinMana23=0
ABTarCnt23=1
ABTarType23=self cbt

ABGem24=8
ABSpell24=Talisman of the Panther2
ABSpellFoci24=
ABDurMod24=50
ABSpellAlias24=Panth2
ABAnnounce24=/bc
ABSpellMinMana24=20
ABTarCnt24=0
ABTarType24=self grp cbt

ABGem25=1
ABSpell25=Lingering Sloth
ABSpellFoci25= 
ABDurMod25=50
ABSpellAlias25=sloth|
ABAnnounce25=/bc 
ABSpellMinMana25=1 
ABTarCnt25=1 
ABTarType25=shd

ABRecast1=FALSE
ABRecast2=FALSE
ABRecast3=FALSE
ABRecast4=FALSE
ABRecast5=FALSE
ABRecast6=FALSE
ABRecast7=FALSE
ABRecast8=TRUE
ABRecast9=FALSE
ABRecast10=FALSE
ABRecast11=FALSE
ABRecast12=FALSE
ABRecast13=FALSE
ABRecast14=FALSE
ABRecast15=FALSE
ABRecast16=FALSE
ABRecast17=FALSE
ABRecast18=FALSE
ABRecast19=FALSE
ABRecast20=FALSE
ABRecast21=FALSE
ABRecast22=FALSE
ABRecast23=FALSE
ABRecast24=FALSE
ABGem25=
ABRecast25=FALSE

[AdvEvent]
AECount=3
AECheckTime=1

AEGem1=alt 
AESpell1=Cannibalization 
AESpellFoci1= 
AEDurMod1=0 
AEDelay1=0 
AEEventMinMana1=1 
AEEventMinHP1=60
AEMinMana1=1 
AEMaxMana1=80
AEMinHP1=0 
AEMaxHP1=100 
AETarType1=self
AESpellAlias1=canni5 
AEAnnounce1=/bc 

AEGem2=script
AESpell2=canni
AESpellFoci2=
AEDurMod2=0 
AEDelay2=0
AEEventMinMana2=1 
AEEventMinHP2=35 
AEMinMana2=1 
AEMaxMana2=90 
AEMinHP2=35
AEMaxHP2=100
AETarType2=self
AESpellAlias2=canni 
AEAnnounce2= 

AEGem3=alt
AESpell3=Ancestral Guard
AESpellFoci3= 
AEDurMod3=0 
AEDelay3=0 
AEEventMinMana3=1 
AEEventMinHP3=10 
AEMinMana3=1 
AEMaxMana3=100
AEMinHP3=5
AEMaxHP3=30
AETarType3=self
AESpellAlias3=guard 
AEAnnounce3=/bc

[AdvPull]
APCheckTimer=0
APRadius=100
APSpell=
APRangedMod=0
APCheckTime=0
APMobMax=1
APScript=
APPath=
APRetPath=
APBefore=
APAfter=
APAnnounce=
APRetries=1

[Script-Canni] 
Commands=1 
C1=/if (({Me.CombatState.Equal[COMBAT]} || {Me.CombatState.Equal[DEBUFFED]} || {Me.CombatState.Equal[COOLDOWN]} || {Me.Mount.ID}) && {Cast.Ready[Ancestral Bargain]}) /casting Ancestral Bargain|gem1
[AdvCure]
AQCount=0

Shadowknight---I have the bard pull and would love to have the SK target the incoming faster and starting gtting agro, it can be slow sometimes. Not sure what im doing wrong to make him target the mob so slowly

Code:
[Settings] 
DoMelee=TRUE
DoHeals=False
DoBuffs=TRUE
DoDebuffs=TRUE
DoEvents=FALSE 
DoCures=FALSE 
DoPull=TRUE
DoPet=TRUE 
DoSit=true
DoLoot=FALSE
DoFW=FALSE 
DoForage=FALSE 
DoAfk=FALSE 
DoMount=FALSE 
MountCast=Abyssal Steed|ability
DoAura=FALSE 
AuraCast= 
MasterList=
TankName=self
ExcludeList=#Projection of Body|#Projection of Arcana|#Projection of Mind|Projection of Body|
Radius=50
SitAggroRadiusCheck=75 
AfkMessage=leave a message at the beep!
DeathSlot=chest
FollowDistance=20 
FollowStick=20 hold uw 
PetCast=Son of Decay|gem9|smii 
PetAggro=FALSE 
PetAssist=1 
PetFoci= 
ForageIni=forage.ini
PetShrinkSpell=Tiny Companion|gem9

[Melee] 
OffTank=FALSE
ACLeash=100
ACAssistPct=101
ACManaPct=0 
ACAnnounce=/bc 
ACMeleeCmd=/melee plugin=1
ACBefore= 
ACAfter= 
[AdvHeal] 
AHCount=0 

[AdvDebuff] 
ADCount=7 
ADMobMax=30
ADCheckTime=2 

ADGem1=6 
ADSpell1=Challenge for Power
ADSpellFoci1= 
ADDurMod1=0 
ADSpellAlias1=acdebuff 
ADAnnounce1=/bc 
ADSpellMinMana1=10 
ADSpellRecast1=0 
ADSpellCastonResist1= 
ADSpellDelay1=0 
ADTarCnt1=1 
ADTarType1=1
ADTarBegHP1=100
ADTarEndHP1=40

ADGem2=1 
ADSpell2=Cascading Darkness 
ADSpellFoci2= 
ADDurMod2=0 
ADSpellAlias2=snare 
ADAnnounce2=/bc 
ADSpellMinMana2=10 
ADSpellRecast2=2 
ADSpellCastonResist2=3
ADSpellDelay2=20 
ADTarCnt2=1 
ADTarType2=1 
ADTarBegHP2=98
ADTarEndHP2=0 

ADGem3=8 
ADSpell3=Blacktalon Bite Rk. II
ADSpellFoci3= 
ADDurMod3=0 
ADSpellAlias3=bite 
ADAnnounce3=/bc 
ADSpellMinMana3=10 
ADSpellRecast3=3 
ADSpellCastonResist3= 
ADSpellDelay3=50
ADTarCnt3=1 
ADTarType3=1 
ADTarBegHP3=95 
ADTarEndHP3=5 

ADGem4=7
ADSpell4=Theft of hate
ADSpellFoci4= 
ADDurMod4=0 
ADSpellAlias4=atkdebuff 
ADAnnounce4=/bc 
ADSpellMinMana4=10 
ADSpellRecast4=0 
ADSpellCastonResist4= 
ADSpellDelay4=0 
ADTarCnt4=1 
ADTarType4=1 
ADTarBegHP4=95 
ADTarEndHP4=10 

ADGem5=3 
ADSpell5=Bond of the Blacktalon
ADSpellFoci5= 
ADDurMod5=0 
ADSpellAlias5=bond 
ADAnnounce5=/bc 
ADSpellMinMana5=10 
ADSpellRecast5=0 
ADSpellCastonResist5=0
ADSpellDelay5=0 
ADTarCnt5=1 
ADTarType5=1 
ADTarBegHP5=90 
ADTarEndHP5=10

ADGem6=5 
ADSpell6=Touch of Draygun 
ADSpellFoci6= 
ADDurMod6=0 
ADSpellAlias6=tap
ADAnnounce6=/bc
ADSpellMinMana6=10 
ADSpellRecast6=4 
ADSpellCastonResist6=0
ADSpellDelay6=0 
ADTarCnt6=1 
ADTarType6=1 
ADTarBegHP6=90 
ADTarEndHP6=10



ADAggroOnly=0
ADHold=0|1|1|  
ADIfSpellImmune1=
ADIfSpellImmune2=
ADIfSpellImmune3=
ADIfSpellImmune4=
ADIfSpellImmune5=
ADIfSpellImmune6=
ADGem7=
ADSpell7=
ADSpellFoci7=
ADDurMod7=0
ADSpellAlias7=
ADAnnounce7=
ADSpellMinMana7=0
ADSpellRecast7=0
ADSpellCastonResist7=
ADSpellDelay7=0
ADTarCnt7=0
ADTarType7=0
ADTarBegHP7=0
ADTarEndHP7=0
ADIfSpellImmune7=


[AdvBuff] 
ABCount=6 
ABMobMax=40
ABCheckTime=1
ABProactive=TRUE 

ABGem1=9 
ABSpell1=Cloak of Discord
ABSpellFoci1=
ABDurMod1=0
ABSpellAlias1=selfbuff
ABAnnounce1=/bc 
ABSpellMinMana1=10 
ABTarCnt1=1 
ABTarType1=self 

ABGem2=9 
ABSpell2=Shroud of the Nightborn
ABSpellFoci2=
ABDurMod2=0 
ABSpellAlias2=proc 
ABAnnounce2=/bc 
ABSpellMinMana2=10 
ABTarCnt2=1 
ABTarType2=self 

ABGem3=item
ABSpell3=Trickster's Chalice
ABSpellFoci3=
ABDurMod3=0 
ABSpellAlias3=formi
ABAnnounce3=/bc
ABSpellMinMana3=10 
ABTarCnt3=1 
ABTarType3=self 

ABGem4=item
ABSpell4=Verok's Bauble of Aberration
ABSpellFoci4=
ABDurMod4=0
ABSpellAlias4=Verok
ABAnnounce4=/bc
ABSpellMinMana4=10 
ABTarCnt4=1 
ABTarType4=self

ABGem5=item
ABSpell5=Prismatic Ring of Resistance
ABSpellFoci5=
ABDurMod5=0
ABSpellAlias5=prism
ABAnnounce5=/bc
ABSpellMinMana5=10
ABTarCnt5=1
ABTarType5=self

ABGem6=4
ABSpell6=Decrepit Skin
ABSpellFoci6=
ABDurMod6=0
ABSpellAlias6=dskin
ABAnnounce6=/bc
ABSpellMinMana6=10
ABTarCnt6=1
ABTarType6=self cbt

ABRecast1=TRUE
ABRecast2=TRUE
ABRecast3=TRUE
ABRecast4=TRUE
ABRecast5=TRUE
ABRecast6=TRUE

[AdvEvent] 
AECount=0 
[AdvPull] 
APCheckTimer=0
APRadius=75
APMobMax=30
APScript=pull
APBefore= 
APAfter= 
APCheckTime=0
APPath=
APRetPath=
APAnnounce=/bc INCOMING!!!!!!!!!!!!!!!!!!!!!
APRetries=4
[AdvCure] 
AQCount=0
[Script-pull]
Commands=3
C1=/bc Pulling!
C2=/call Castcall {Me.CleanName} ''cast snare {Target.ID}''
c3=/killthis
C4=/bc Incoming Monster!

Cleric--works pretty good, would be nice to have a script or event that automatically rezzes? Anyone have something like this?

Code:
[Settings]
DoMelee=FALSE
DoHeals=TRUE
DoBuffs=TRUE
DoDebuffs=TRUE
DoEvents=TRUE
DoPet=FALSE
DoSit=TRUE
DoLoot=false
DoFW=FALSE
DoForage=FALSE
DoAfk=FALSE
DoMount=TRUE
MountCast=Small White Drum|item
MasterList=
TankName=
ExcludeList=
Radius=100
SitAggroRadiusCheck=75
AfkMessage=afk for a bit leave a message =)
FollowDistance=12
FollowStick=12 hold uw
PetCast=Unswerving Hammer of Retribution|gem7
PetAggro=FALSE
PetAssist=0
DoPull=FALSE
PetFoci=
DoCures=TRUE
ForageIni=forage.ini
DoAura=TRUE
AuraCast=Aura of the Pious|gem9
DeathSlot=chest
PetShrinkSpell=
[Melee]
OffTank=FALSE
ACLeash=100
ACAssistPct=98
ACManaPct=30
ACAnnounce=/bc
ACMeleeCmd=/melee plugin=1
ACBefore=
ACAfter=

[AdvHeal]
AHCount=6
AHCheckTime=1
AHHealOOBC=TRUE

AHGem1=alt
AHSpell1=Divine Arbitration
AHSpellFoci1=
AHDurMod1=0
AHSpellMinMana1=0
AHSpellAlias1=da
AHAnnounce1=/bc 
AHTarCnt1=1
AHClass1=pc group hp25 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

AHGem2=4
AHSpell2=Word of Vivification
AHSpellFoci2=
AHDurMod2=0
AHSpellMinMana2=2
AHSpellAlias2=gheal
AHAnnounce2=/bc 
AHTarCnt2=3
AHClass2=pc group hp70 war shd pal rng rog ber shm clr dru wiz mag enc nec grp

AHGem3=alt
AHSpell3=Celestial Regeneration
AHSpellFoci3=
AHDurMod3=65
AHSpellMinMana3=0
AHSpellAlias3=ghot
AHAnnounce3=/bc 
AHTarCnt3=3
AHClass3=pc group hp60 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

AHGem4=1
AHSpell4=Pious Light
AHSpellFoci4=
AHDurMod4=0
AHSpellMinMana4=0
AHSpellAlias4=fast
AHAnnounce4=/bc 
AHTarCnt4=1
AHClass4=pc hp50 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

AHGem5=2
AHSpell5=Complete Heal
AHSpellFoci5=
AHDurMod5=0
AHSpellMinMana5=20
AHSpellAlias5=CH
AHAnnounce5=/bc 
AHTarCnt5=1
AHClass5=pc hp85 war shd pal rng

AHGem3=5
AHSpell3=Sacred Remedy
AHSpellFoci3=
AHDurMod3=0
AHSpellMinMana3=0
AHSpellAlias3=fast
AHAnnounce3=/bc 
AHTarCnt3=1
AHClass3=pc hp30 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

AHGem6=3
AHSpell6=sacred Elixir
AHSpellFoci6=
AHDurMod6=65
AHSpellMinMana6=20
AHSpellAlias6=hot
AHAnnounce6=/bc
AHTarCnt6=1
AHClass6=pc hp98 war shd pal rng enc dru brd
AHHealMode=0|0|12
AHInterruptLevel=2
AHClassPriority=enc,wiz,mag,nec,clr,dru,shm,pal,shd,war,bst,rng,ber,rog,brd,mnk
AHAllowDismount=TRUE

[AdvDebuff]
ADCount=2
ADMobMax=15
ADCheckTime=2

ADGem1=7
ADSpell1=Mark of the Blameless
ADSpellFoci1=
ADDurMod1=0
ADSpellAlias1=mark
ADAnnounce1=/bc [+]Mark of the Blameless on %t![+]
ADSpellMinMana1=35
ADSpellRecast1=0
ADSpellDelay1=0
ADTarCnt1=1
ADTarType1=1
ADTarBegHP1=98
ADTarEndHP1=40
ADSpellCastonResist1=

ADGem2=5
ADSpell2=Reproval
ADSpellFoci2=
ADDurMod2=0
ADSpellAlias2=reproval
ADAnnounce2=/bc 
ADSpellMinMana2=45
ADSpellRecast2=0
ADSpellDelay2=0
ADTarCnt2=1
ADTarType2=1
ADTarBegHP2=98
ADTarEndHP2=40
ADSpellCastonResist1=

ADAggroOnly=1
ADHold=0|1|1|   1=on 0=off|Debuff spell #|Time to wait for debuff|
ADIfSpellImmune1=
ADSpellCastonResist2=
ADIfSpellImmune2=

[AdvBuff]
ABCount=9
ABMobMax=12
ABCheckTime=8
ABProactive=TRUE

ABGem1=6
ABSpell1=Yaulp VII
ABSpellFoci1=
ABDurMod1=0
ABSpellAlias1=yaulpspell
ABAnnounce1=
ABSpellMinMana1=0
ABTarCnt1=1
ABTarType1=self cbt

ABGem2=9
ABSpell2=Armor of the Pious
ABSpellFoci2=
ABDurMod2=65
ABSpellAlias2=
ABAnnounce2=
ABSpellMinMana2=0
ABTarCnt2=0
ABTarType2=self

ABGem3=9
ABSpell3=Tenacity
ABSpellFoci3=
ABDurMod3=65
ABSpellAlias3=ten|tenacity|
ABAnnounce3=/bc
ABSpellMinMana3=20
ABTarCnt3=1
ABTarType3=war shd pal rng mnk rog brd bst ber mypet pet

ABGem4=9
ABSpell4=Symbol of Elushar
ABSpellFoci4=
ABDurMod4=65
ABSpellAlias4=elushar|symbol|
ABAnnounce4=/bc
ABSpellMinMana4=20
ABTarCnt4=1
ABTarType4=shm clr dru wiz mag enc nec self

ABGem5=9
ABSpell5=Aura of Purpose
ABSpellFoci5=
ABDurMod5=65
ABSpellAlias5=BoD|Devotion|AoD|spellhaste|devo|
ABAnnounce5=/bc
ABSpellMinMana5=0
ABTarCnt5=1
ABTarType5=self grp

ABGem6=9
ABSpell6=Conviction
ABSpellFoci6=
ABDurMod6=65
ABSpellAlias6=Conviction|conv|viction|vic|
ABAnnounce6=/bc
ABSpellMinMana6=0
ABTarCnt6=0
ABTarType6=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec pet

ABGem7=9
ABSpell7=Virtue
ABSpellFoci7=
ABDurMod7=65
ABSpellAlias7=virt
ABAnnounce7=/bc
ABSpellMinMana7=0
ABTarCnt7=0
ABTarType7=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec pet
ABRecast1=FALSE
ABRecast2=FALSE
ABRecast3=FALSE
ABRecast4=FALSE
ABRecast5=FALSE
ABRecast6=FALSE
ABRecast7=FALSE
ABGem8=
ABSpell8=
ABSpellFoci8=
ABDurMod8=0
ABSpellAlias8=
ABAnnounce8=
ABSpellMinMana8=0
ABTarCnt8=0
ABTarType8=tank war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self mypet grp pet cbt idle
ABRecast8=FALSE
ABGem9=
ABSpell9=
ABSpellFoci9=
ABDurMod9=0
ABSpellAlias9=
ABAnnounce9=
ABSpellMinMana9=0
ABTarCnt9=0
ABTarType9=tank war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self mypet grp pet cbt idle
ABRecast9=FALSE

[AdvEvent]
AECount=1
AECheckTime=8
AEGem1=5
AESpell1=Divine Barrier
AESpellFoci1=
AEDurMod1=0
AEDelay1=0
AEEventMinMana1=1
AEEventMinHP1=1
AEMinMana1=1
AEMaxMana1=100
AEMinHP1=1
AEMaxHP1=19
AETarType1=self cbt
AESpellAlias1=divine
AEAnnounce1=/bc

[AdvPull]
APCheckTimer=0
APRadius=100
APSpell=
APRangedMod=0
APCheckTime=0
APMobMax=1
APScript=
APPath=
APRetPath=
APBefore=
APAfter=
APAnnounce=
APRetries=1
[AdvCure]
AQCount=0
[Script-makecamp]
Commands=0
C1=NULL

druid, works well. i tweaked this alot to maximize druids powers, althought it does not automatically cure using RC which is weird i thought that cures were built into the macro.

Code:
[Settings]
DoMelee=FALSE
DoHeals=TRUE
DoBuffs=TRUE
DoDebuffs=TRUE
DoEvents=TRUE
DoCures=TRUE
DoPull=FALSE
DoPet=FALSE
DoSit=TRUE
DoLoot=FALSE
DoFW=FALSE
DoForage=FALSE
ForageIni=forage.ini
DoAfk=FALSE
DoMount=false
MountCast=Black Rope Bridle|item
DoAura=TRUE
AuraCast=Aura of Life|gem9
MasterList=
TankName=
Radius=100
SitAggroRadiusCheck=75
AfkMessage=Not now, thanks
DeathSlot=Chest
FollowDistance=20
FollowStick=20 hold uw
PetCast=
PetAggro=FALSE
PetAssist=0
PetFoci=
PetShrinkSpell=
[Melee]
OffTank=FALSE
ACLeash=50
ACAssistPct=98
ACManaPct=70
ACAnnounce=/bc
ACMeleeCmd=/melee plugin=1
ACBefore=
ACAfter=
[AdvHeal]
AHCount=5
AHCheckTime=1
AHHealOOBC=TRUE

AHGem1=1
AHSpell1=Pure Life
AHSpellFoci1=
AHDurMod1=0
AHSpellMinMana1=0
AHSpellAlias1=purelife
AHAnnounce1=/bc 
AHTarCnt1=1
AHClass1=pc hp50 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

AHGem2=2
AHSpell2=Moonshadow
AHSpellFoci2=
AHDurMod2=0
AHSpellMinMana2=20
AHSpellAlias2=moon
AHAnnounce2=/bc 
AHTarCnt2=1
AHClass2=pc group hp40 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

AHGem3=alt
AHSpell3=Convergence of Spirits
AHSpellFoci3=
AHDurMod3=0
AHSpellMinMana3=0
AHSpellAlias3=cos
AHAnnounce3=/bc 
AHTarCnt3=1
AHClass3=pc hp55 war shd pal 

AHGem4=alt
AHSpell4=Spirit of the Wood
AHSpellFoci4=
AHDurMod4=0
AHSpellMinMana4=0
AHSpellAlias4=sotw
AHAnnounce4=/bc 
AHTarCnt4=0
AHClass4=pc group hp55 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

AHGem5=alt
AHSpell5=Nature's Boon
AHSpellFoci5=
AHDurMod5=0
AHSpellMinMana5=0
AHSpellAlias5=Nboon
AHAnnounce5=/bc 
AHTarCnt5=1
AHClass5=pc group hp85 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec
AHHealMode=0|0|12
AHInterruptLevel=2
AHClassPriority=enc,wiz,mag,nec,clr,dru,shm,pal,shd,war,bst,rng,ber,rog,brd,mnk
AHAllowDismount=TRUE

[AdvDebuff]
ADCount=3
ADMobMax=59
ADCheckTime=2
ADAggroOnly=1
ADHold=0|1|1|

ADGem1=5
ADSpell1=Blistering Sunray
ADSpellFoci1=
ADDurMod1=0
ADSpellAlias1=sunray
ADAnnounce1=/bc
ADSpellMinMana1=30
ADSpellRecast1=0
ADSpellDelay1=5
ADTarCnt1=1
ADTarType1=1
ADTarBegHP1=98
ADTarEndHP1=10
ADSpellCastonResist1=

ADGem2=4
ADSpell2=Icefall Breath
ADSpellFoci2=
ADDurMod2=0
ADSpellAlias2=cnuke
ADAnnounce2=/bc
ADSpellMinMana2=30
ADSpellRecast2=2
ADSpellDelay2=0
ADTarCnt2=1
ADTarType2=1
ADTarBegHP2=98
ADTarEndHP2=70
ADSpellCastonResist2=

ADGem3=3
ADSpell3=Solstice Strike
ADSpellFoci3=
ADDurMod3=0
ADSpellAlias3=fnuke1
ADAnnounce3=/bc 
ADSpellMinMana3=20 
ADSpellRecast3=1
ADSpellDelay3=0
ADTarCnt3=1
ADTarType3=12
ADTarBegHP3=97
ADTarEndHP3=10
ADSpellCastonResist3=
ADIfSpellImmune1=
ADIfSpellImmune2=
ADIfSpellImmune3=

[AdvBuff]
ABCount=10

ABGem1=9
ABSpell1=Mask of the Hunter
ABSpellFoci1= 
ABDurMod1=50
ABSpellAlias1=
ABAnnounce1=/bc 
ABSpellMinMana1=1
ABTarCnt1=1 
ABTarType1=self


ABGem2=item
ABSpell2=Verok's Bauble of Aberration
ABSpellFoci2= 
ABDurMod2=0
ABSpellAlias2=verok
ABAnnounce2=/bc 
ABSpellMinMana2=0
ABTarCnt2=1 
ABTarType2=self


ABGem3=9
ABSpell3=Blessing of Oak
ABSpellFoci3= 
ABDurMod3=0
ABSpellAlias3=oak
ABAnnounce3=/bc 
ABSpellMinMana3=1 
ABTarCnt3=0
ABTarType3=self grp


ABGem4=8
ABSpell4=Viridifloral Shield
ABSpellFoci4= 
ABDurMod4=0
ABSpellAlias4=thorns
ABAnnounce4=/bc 
ABSpellMinMana4=1 
ABTarCnt4=1 
ABTarType4=shd pal war


ABGem5=9
ABSpell5=Protection of Seasons
ABSpellFoci5= 
ABDurMod5=0
ABSpellAlias5=poseasons
ABAnnounce5=/bc 
ABSpellMinMana5=1 
ABTarCnt5=1 
ABTarType5=self grp


ABGem6=7
ABSpell6=Skin of the Reptile
ABSpellFoci6= 
ABDurMod6=0
ABSpellAlias6=reptile
ABAnnounce6=/bc 
ABSpellMinMana6=20
ABTarCnt6=1 
ABTarType6=pc shd cbt

ABGem7=alt
ABSpell7=Wrath of the Wild
ABSpellFoci7= 
ABDurMod7=0
ABSpellAlias7=wild
ABAnnounce7=/bc 
ABSpellMinMana7=0
ABTarCnt7=1 
ABTarType7=pc shd cbt idle

ABGem8=item
ABSpell8=Amulet of Necropotence
ABSpellFoci8= 
ABDurMod8=0
ABSpellAlias8=AoN
ABAnnounce8=/bc 
ABSpellMinMana8=0
ABTarCnt8=1 
ABTarType8=self cbt idle

ABGem9=9
ABSpell9=Direwild Skin
ABSpellFoci9= 
ABDurMod9=0
ABSpellAlias9=direskin
ABAnnounce9=/bc 
ABSpellMinMana9=0
ABTarCnt9=1 
ABTarType9=enc clr dru shm wiz

ABGem10=9
ABSpell10=Mammoth's Strength
ABSpellFoci10= 
ABDurMod10=0
ABSpellAlias10=mammy
ABAnnounce10=/bc 
ABSpellMinMana10=0
ABTarCnt10=1 
ABTarType10=shd rog brd rng pet mypet 


ABMobMax=60
ABCheckTime=5
ABProactive=TRUE
ABRecast1=FALSE
ABRecast2=FALSE
ABRecast3=FALSE
ABRecast4=FALSE
ABRecast5=false
ABRecast6=FALSE
ABRecast7=TRUE
ABRecast8=FALSE
ABRecast9=FALSE
ABRecast10=FALSE



[AdvEvent]
AECount=0
[AdvPull]
APCheckTime=0
APRadius=40
APMobMax=1
APScript=
APPath=
APRetPath=
APBefore=
APAfter=
APAnnounce=
APRetries=1
[AdvCure]
AQCount=0
AQCheckTime=

AQGem1=alt
AQSpell1=Radiant Cure
AQSpellFoci1=
AQSpellCureType1=All
AQSpellMinMana1=0
AQSpellRecast1=3
AQTarCnt1=1
AQTarType1=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec cbt idle
AQSpellAlias1=rc
AQAnnounce1=/bc

Enchanter--I wish it would drop whatever its doing and mez all the adds ASAP sometime it takes a bit and char sometimes goes down. Also since I got the new pet spell it wont cast pet on its own which sux, it worked well with the old spell and ive rechecked spelling wtc.

Code:
[Settings]
DoMelee=FALSE
DoHeals=FALSE
DoBuffs=TRUE
DoDebuffs=TRUE
DoEvents=TRUE
DoPull=FALSE
DoPet=TRUE
DoSit=TRUE
DoLoot=FALSE
DoFW=FALSE
DoForage=FALSE
DoAfk=FALSE
DoMount=FALSE
MountCast=collapsable roboboar|item
MasterList=
TankName=
ExcludeList=
Radius=100
SitAggroRadiusCheck=75
AfkMessage=Not now, thanks
FollowDistance=20
FollowStick=20 hold uw
PetCast=Ellowind`s Animation|gem9
PetAggro=FALSE
PetAssist=1
PetFoci=
DoCures=FALSE
DeathSlot=chest
DoAura=FALSE
AuraCast=
ForageIni=forage.ini
PetShrinkSpell=


[Melee]
OffTank=FALSE
ACLeash=50
ACAssistPct=98
ACManaPct=70
ACAnnounce=/bc
ACMeleeCmd=/melee plugin=1
ACBefore=
ACAfter=

[AdvHeal]
AHCount=0

[AdvDebuff]
ADCount=8
ADMobMax=30
ADCheckTime=0

ADGem1=2
ADSpell1=Circle of Dreams
ADSpellFoci1=
ADDurMod1=0
ADSpellAlias1=aemez
ADAnnounce1=/bc
ADSpellMinMana1=0
ADSpellRecast1=0
ADSpellDelay1=0
ADTarCnt1=4
ADTarType1=12
ADTarBegHP1=200
ADTarEndHP1=90
ADSpellCastonResist1=

ADGem2=alt
ADSpell2=Stasis
ADSpellFoci2=
ADDurMod2=0
ADSpellAlias2=stasis
ADAnnounce2=/bc
ADSpellMinMana2=0
ADSpellRecast2=1
ADSpellDelay2=0
ADTarCnt2=3
ADTarType2=12
ADTarBegHP2=200
ADTarEndHP2=90
ADSpellCastonResist2=

ADGem3=1
ADSpell3=Bewilderment
ADSpellFoci3=
ADDurMod3=0
ADSpellAlias3=mez
ADAnnounce3=/bc
ADSpellMinMana3=40
ADSpellRecast3=3
ADSpellDelay3=0
ADTarCnt3=2
ADTarType3=12
ADTarBegHP3=200
ADTarEndHP3=80
ADSpellCastonResist3=tash

ADGem4=item
ADSpell4=Serpent of Vindication
ADSpellFoci4=
ADDurMod4=0
ADSpellAlias4=slowstick
ADAnnounce4=/bc
ADSpellMinMana4=40
ADSpellRecast4=3
ADSpellDelay4=0
ADTarCnt4=1
ADTarType4=11
ADTarBegHP4=200
ADTarEndHP4=50
ADSpellCastonResist4=tash

ADGem5=3
ADSpell5=Echo of Tashan
ADSpellFoci5=
ADDurMod5=0
ADSpellAlias5=tash
ADAnnounce5=/bc
ADSpellMinMana5=80
ADSpellRecast5=2
ADSpellDelay5=20
ADTarCnt5=1
ADTarType5=1
ADTarBegHP5=101
ADTarEndHP5=70
ADSpellCastonResist5=

ADGem6=4
ADSpell6=Fractured Consciousness
ADSpellFoci6=
ADDurMod6=0
ADSpellAlias6=spasm
ADAnnounce6=/bc
ADSpellMinMana6=80
ADSpellRecast6=2
ADSpellDelay6=20
ADTarCnt6=1
ADTarType6=11
ADTarBegHP6=101
ADTarEndHP6=70
ADSpellCastonResist6=

ADGem7=5
ADSpell7=Psychosis
ADSpellFoci7=
ADDurMod7=0
ADSpellAlias7=dd1
ADAnnounce7=/bc
ADSpellMinMana7=40
ADSpellRecast7=2
ADSpellDelay7=5
ADTarCnt7=1
ADTarType7=1
ADTarBegHP7=95
ADTarEndHP7=10
ADSpellCastonResist7=

ADGem8=9
ADSpell8=Arcane Noose
ADSpellFoci8=
ADDurMod8=0
ADSpellAlias8=encdot
ADAnnounce8=/bc
ADSpellMinMana8=40
ADSpellRecast8=2
ADSpellDelay8=20
ADTarCnt8=1
ADTarType8=1
ADTarBegHP8=98
ADTarEndHP8=50
ADSpellCastonResist8=
ADAggroOnly=0
ADHold=0|1|1|   1=on 0=off|Debuff spell #|Time to wait for debuff|
ADIfSpellImmune1=
ADIfSpellImmune2=
ADIfSpellImmune3=
ADIfSpellImmune4=
ADIfSpellImmune5=
ADIfSpellImmune6=
ADIfSpellImmune7=
ADIfSpellImmune8=



[AdvBuff]
ABCount=8
ABMobMax=54
ABCheckTime=8
ABProactive=TRUE

ABGem1=item
ABSpell1=Faithful Templar Belt
ABSpellFoci1=
ABDurMod1=0
ABSpellAlias1=fbelt
ABAnnounce1=/bc
ABSpellMinMana1=0
ABTarCnt1=1
ABTarType1=self

ABGem2=9
ABSpell2=Sorcerous Shield
ABSpellFoci2=
ABDurMod2=0
ABSpellAlias2=myhp
ABAnnounce2=/bc
ABSpellMinMana2=40
ABTarCnt2=1
ABTarType2=self

ABGem3=6
ABSpell3=Draconic Rune
ABSpellFoci3=
ABDurMod3=0
ABSpellAlias3=selfrune
ABAnnounce3=/bc
ABSpellMinMana3=40
ABTarCnt3=3
ABTarType3=self 

ABGem4=8
ABSpell4=Speed of Ellowind
ABSpellFoci4=
ABDurMod4=0
ABSpellAlias4=1haste
ABAnnounce4=/bc
ABSpellMinMana4=30
ABTarCnt4=1
ABTarType4=shd pal rog brd rng ber pet mypet

ABGem5=7
ABSpell5=Voice of Clairvoyance
ABSpellFoci5=
ABDurMod5=0
ABSpellAlias5=god
ABAnnounce5=/bc
ABSpellMinMana5=40
ABTarCnt5=1
ABTarType5=self grp

ABGem6=9
ABSpell6=Radiant Visage
ABSpellFoci6=
ABDurMod6=0
ABSpellAlias6=cha
ABAnnounce6=/bc
ABSpellMinMana6=40
ABTarCnt6=1
ABTarType6=self

ABGem7=9
ABSpell7=Rune of Salik
ABSpellFoci7=
ABDurMod7=0
ABSpellAlias7=rune
ABAnnounce7=/bc
ABSpellMinMana7=40
ABTarCnt7=0
ABTarType7=self 

ABGem8=9
ABSpell8=Mayhem
ABSpellFoci8=
ABDurMod8=0
ABSpellAlias8=mayhem
ABAnnounce8=/bc
ABSpellMinMana8=40
ABTarCnt8=0
ABTarType8=self cbt
ABRecast1=FALSE
ABRecast2=FALSE
ABRecast3=FALSE
ABRecast4=FALSE
ABRecast5=FALSE
ABRecast6=FALSE
ABRecast7=FALSE
ABRecast8=FALSE



[AdvEvent]
AECount=0

[AdvPull]
APCheckTimer=0
APRadius=100
APSpell=
APRangedMod=0
APBefore=
APAfter=
APMobMax=1
APScript=AdvPull
APCheckTime=0
APPath=
APRetPath=
APAnnounce=
APRetries=1

[AdvCure]
AQCount=0
[Script-makecamp]
Commands=0
C1=NULL

Those are my ini's I hope someone can learn fro mthem and I hope people can help me make them more effective, thanks all
 
  • Like
Reactions: EQDAB
nice to see something pop up here about modbot - been using it for quite some time. i play my sk and modbot for shaman - and now getting my bard into the mix. I too need to work more on scripts and events and such. will try and post some my ini's this weekend sometime.
 
  • Like
Reactions: EQDAB
I used modbot for a while and got it working pretty well, but I liked autobot better because it maintains the buffs automatically. Id be willing to give it another shot and see if we can get some better ideas rolling for these macros.
 
  • Like
Reactions: EQDAB
there is a flag in the ini for auto rebuff ... plus i believe you have to have netbots running on all toons otherwise it will trigger the rebuff by the "worn" off message - which if i remember correctly will cause the multiple re-buff casts.

just actually downloaded the newest mac release of this-hoping to do some playing around with it this weekend.
 
Last edited:
  • Like
Reactions: EQDAB
I used modbot for a while and got it working pretty well, but I liked autobot better because it maintains the buffs automatically. Id be willing to give it another shot and see if we can get some better ideas rolling for these macros.


Modbot seems to be much more efficient for this since it uses netbots to automatically detect through its server when buffs need to be cast, n0t just worn off messages which are pretty buggy.
 
let see some more INI's pplz!

Also why was this thread moved out of the macro section?
 
Here are the INI's I use for my toons:

Here is my wizard's ini (edited out some of the advbuffs because it would be painfully obvious with the right click gear I have.)

Code:
[SIZE="1"][Settings]
DoMelee=FALSE
DoHeals=FALSE
DoBuffs=TRUE
DoDebuffs=TRUE
DoEvents=FALSE
DoCures=FALSE
DoPull=FALSE
DoPet=FALSE
DoSit=FALSE
DoLoot=FALSE
DoFW=FALSE
DoForage=FALSE
ForageIni=forage.ini
DoAfk=FALSE
DoMount=false
MountCast=Ornate Barding|item
DoAura=FALSE
AuraCast=
MasterList=
TankName=
Radius=100
SitAggroRadiusCheck=75
AfkMessage=Not now, thanks
DeathSlot=
FollowDistance=20
FollowStick=20 hold uw

PetCast=
PetAggro=FALSE
PetAssist=0
PetFoci=
PetShrinkSpell=

[Melee]
OffTank=FALSE
ACLeash=50
ACAssistPct=00
ACManaPct=101
ACAnnounce=/bc
ACMeleeCmd=/melee plugin=0
ACBefore=
ACAfter=

[AdvHeal]
AHCount=0

[AdvDebuff]
ADCount=3
ADMobMax=20
ADCheckTime=2
ADAggroOnly=1
ADHold=0|1|1|   1=on 0=off|Debuff spell #|Time to wait for debuff|

ADGem1=8
ADSpell1=Atol's Spectral Shackles
ADSpellFoci1=
ADDurMod1=0
ADSpellAlias1=snare
ADAnnounce1=/bc
ADSpellMinMana1=1
ADSpellRecast1=5
ADSpellCastonResist1=
ADSpellDelay1=0
ADTarCnt1=1
ADTarType1=11
ADTarBegHP1=100
ADTarEndHP1=20
ADIfSpellImmune1=

ADGem2=6
ADSpell2=Cloudburst Strike Rk. II
ADSpellFoci2=
ADDurMod2=0
ADSpellAlias2=bolts
ADAnnounce2=
ADSpellMinMana2=10
ADSpellRecast2=2
ADSpellCastonResist2=
ADSpellDelay2=10
ADTarCnt2=1
ADTarType2=1
ADTarBegHP2=95
ADTarEndHP2=60
ADIfSpellImmune2=

ADGem3=5
ADSpell3=Ball Lightning Rk. III
ADSpellFoci3=
ADDurMod3=0
ADSpellAlias3=ball
ADAnnounce3=
ADSpellMinMana3=10
ADSpellRecast3=10
ADSpellCastonResist3=
ADSpellDelay3=5
ADTarCnt3=1
ADTarType3=1
ADTarBegHP3=60
ADTarEndHP3=5
ADIfSpellImmune3=


[AdvBuff]
ABCount=5
ABMobMax=70
ABCheckTime=2
ABProactive=TRUE

ABGem7=6
ABSpell7=Bulwark of the Crystalwing
ABSpellFoci7=
ABDurMod7=0
ABSpellAlias7=crystalwing
ABAnnounce7=/bc
ABSpellMinMana7=5
ABTarCnt7=1
ABTarType7=self cbt idle
ABRecast7=FALSE

ABGem8=7
ABSpell8=Elemental Barrier
ABSpellFoci8=
ABDurMod8=0
ABSpellAlias8=elemental
ABAnnounce8=/bc
ABSpellMinMana8=0
ABTarCnt8=1
ABTarType8=self cbt idle
ABRecast8=FALSE

ABGem9=8
ABSpell9=Resistant Armor
ABSpellFoci9=
ABDurMod9=0
ABSpellAlias9=resistant
ABAnnounce9=/bc
ABSpellMinMana9=0
ABTarCnt9=1
ABTarType9=self cbt idle
ABRecast9=FALSE

ABGem10=9
ABSpell10=Laminae of the crystalwing rk. II
ABSpellFoci10=
ABDurMod10=0
ABSpellAlias10=laminae
ABAnnounce10=/bc
ABSpellMinMana10=0
ABTarCnt10=1
ABTarType10=self cbt idle
ABRecast10=FALSE

ABGem11=Alt
ABSpell11=Improved Familiar
ABSpellFoci11=
ABDurMod11=0
ABSpellAlias11=flappy
ABAnnounce11=/bc
ABSpellMinMana11=0
ABTarCnt11=1
ABTarType11=self cbt idle
ABRecast11=FALSE

[AdvEvent]
AECount=0

[AdvPull]
APCheckTime=0
APRadius=40
APMobMax=1
APScript=
APPath=
APRetPath=
APBefore=
APAfter=
APAnnounce=
APRetries=1

[AdvCure]
AQCount=0[/SIZE]

Here is my paladin's INI file (edited out auto buffs just to not make it obvious...)
Code:
[SIZE="1"][Settings]
DoMelee=TRUE
DoHeals=false
DoBuffs=TRUE
DoDebuffs=TRUE
DoEvents=FALSE
DoCures=FALSE
DoPull=FALSE
DoPet=FALSE
DoSit=FALSE
DoLoot=FALSE
DoFW=FALSE
DoForage=FALSE
ForageIni=forage.ini
DoAfk=FALSE
DoMount=FALSE
MountCast=

DoAura=TRUE
AuraCast=Blessed Aura|gem9

MasterList=
TankName=
Radius=50
SitAggroRadiusCheck=75

AfkMessage=Not now, thanks
DeathSlot=
FollowDistance=20
FollowStick=20 hold uw

[Melee]
OffTank=FALSE
ACLeash=20
ACAssistPct=100
ACManaPct=70
ACAnnounce=/bc
ACMeleeCmd=/melee plugin=1
ACBefore=
ACAfter=

[AdvHeal]
AHCount=0

[AdvDebuff]
ADCount=2
ADMobMax=20
ADCheckTime=2
ADAggroOnly=1
ADHold=0|1|1|   1=on 0=off|Debuff spell #|Time to wait for debuff|

ADGem1=5
ADSpell1=Trial for Honor
ADSpellFoci1=
ADDurMod1=0
ADSpellAlias1=trial
ADAnnounce1=
ADSpellMinMana1=1
ADSpellRecast1=4
ADSpellCastonResist1=
ADSpellDelay1=4
ADTarCnt1=1
ADTarType1=1
ADTarBegHP1=100
ADTarEndHP1=20
ADIfSpellImmune1=

ADGem2=6
ADSpell2=Lesson of Contrition
ADSpellFoci2=
ADDurMod2=0
ADSpellAlias2=Contrition
ADAnnounce2=
ADSpellMinMana2=5
ADSpellRecast2=5
ADSpellCastonResist2=
ADSpellDelay2=13
ADTarCnt2=1
ADTarType2=1
ADTarBegHP2=100
ADTarEndHP2=2
ADIfSpellImmune2=

[AdvBuff]
ABCount=0
ABMobMax=18
ABCheckTime=30
ABProactive=TRUE

[AdvEvent]
AECount=0

[AdvPull]
APCheckTime=0
APRadius=40
APMobMax=1
APScript=
APPath=
APRetPath=
APBefore=
APAfter=
APAnnounce=
APRetries=1

[AdvCure]
AQCount=0[/SIZE]

Here is my chanters INI file:
Code:
[SIZE="1"][Settings]
DoMelee=FALSE
DoHeals=FALSE
DoBuffs=TRUE
DoDebuffs=TRUE
DoEvents=FALSE
DoPull=FALSE
DoPet=FALSE
DoSit=FALSE
DoLoot=FALSE
DoFW=FALSE
DoForage=FALSE
DoAfk=FALSE
DoMount=FALSE
MountCast=
MasterList=
TankName=
ExcludeList=a dusty box|a dark coffin|a bitten victim|a hollow tree|
Radius=150
SitAggroRadiusCheck=75
AfkMessage=Not now, thanks
FollowDistance=20
FollowStick=20 hold uw

PetCast=
remPetCast=
PetAggro=FALSE
PetAssist=0
PetFoci=

DoCures=FALSE
DeathSlot=mainhand
DoAura=FALSE
AuraCast=Illusionist's Aura|gem9
ForageIni=forage.ini
PetShrinkSpell=


[Melee]
OffTank=FALSE
ACLeash=50
ACAssistPct=0
ACManaPct=101
ACAnnounce=/bc
ACMeleeCmd=/melee plugin=0
ACBefore=
ACAfter=

[AdvHeal]
AHCount=0

[AdvDebuff]
ADCount=5
ADMobMax=30
ADCheckTime=5

ADGem1=1
ADSpell1=Mystify
ADSpellFoci1=
ADDurMod1=0
ADSpellAlias1=mez
ADAnnounce1=/bc
ADSpellMinMana1=10
ADSpellRecast1=2
ADSpellDelay1=0
ADTarCnt1=1
ADTarType1=12
ADTarBegHP1=100
ADTarEndHP1=80
ADSpellCastonResist1=Mystifying Flash

ADGem2=3
ADSpell2=Desolate Deeds
ADSpellFoci2=
ADDurMod2=0
ADSpellAlias2=slow
ADAnnounce2=/bc
ADSpellMinMana2=5
ADSpellRecast2=3
ADSpellDelay2=0
ADTarCnt2=1
ADTarType2=11
ADTarBegHP2=100
ADTarEndHP2=20
ADSpellCastonResist2=tash

ADGem3=4
ADSpell3=Shattered Consciousness
ADSpellFoci3=
ADDurMod3=0
ADSpellAlias3=cripple
ADAnnounce3=/bc
ADSpellMinMana3=20
ADSpellRecast3=2
ADSpellDelay3=0
ADTarCnt3=1
ADTarType3=11
ADTarBegHP3=100
ADTarEndHP3=10
ADSpellCastonResist3=tash

ADGem4=2
ADSpell4=Din of Tashan Rk. II
ADSpellFoci4=
ADDurMod4=0
ADSpellAlias4=tash
ADAnnounce4=/bc
ADSpellMinMana4=5
ADSpellRecast4=3
ADSpellDelay4=0
ADTarCnt4=1
ADTarType4=0
ADTarBegHP4=100
ADTarEndHP4=10
ADSpellCastonResist4=tash

ADGem5=8
ADSpell5=Mystifying Flash
ADSpellFoci5=
ADDurMod5=0
ADSpellAlias5=flash
ADAnnounce5=/bc
ADSpellMinMana5=5
ADSpellRecast5=3
ADSpellDelay5=0
ADTarCnt5=0
ADTarType5=0
ADTarBegHP5=100
ADTarEndHP5=10
ADSpellCastonResist5=tash

ADAggroOnly=1
ADHold=0|1|1|   1=on 0=off|Debuff spell #|Time to wait for debuff|
ADIfSpellImmune1=
ADIfSpellImmune2=
ADIfSpellImmune3=
ADIfSpellImmune4=
ADIfSpellImmune5=

[AdvBuff]
ABCount=6
ABMobMax=10
ABCheckTime=5
ABProactive=TRUE

ABGem1=5
ABSpell1=Guard of Druzzil
ABSpellFoci1=
ABDurMod1=0
ABSpellAlias1=druzzil
ABAnnounce1=/bc
ABSpellMinMana1=35
ABTarCnt1=1
ABTarType1=grp
ABRecast1=FALSE

ABGem2=7
ABSpell2=Speed of Erradien
ABSpellFoci2=
ABDurMod2=0
ABSpellAlias2=haste
ABAnnounce2=/bc
ABSpellMinMana2=20
ABTarCnt2=1
ABTarType2=pal rng brd
ABRecast2=FALSE

ABGem3=6
ABSpell3=Seer's Cognizance Rk. II
ABSpellFoci3=
ABDurMod3=0
ABSpellAlias3=regen
ABAnnounce3=/bc
ABSpellMinMana3=20
ABTarCnt3=1
ABTarType3=self grp
ABRecast3=FALSE

ABGem4=7
ABSpell4=Spellbound Shield
ABSpellFoci4=
ABDurMod4=0
ABSpellAlias4=shield
ABAnnounce4=/bc
ABSpellMinMana4=0
ABTarCnt4=1
ABTarType4=self cbt idle
ABRecast4=FALSE

ABGem5=8
ABSpell5=Rune of Erradien
ABSpellFoci5=
ABDurMod5=0
ABSpellAlias5=erradien
ABAnnounce5=/bc
ABSpellMinMana5=0
ABTarCnt5=1
ABTarType5=self cbt idle
ABRecast5=false

ABGem6=9
ABSpell6=Opalescent Rune
ABSpellFoci6=
ABDurMod6=0
ABSpellAlias6=rune
ABAnnounce6=/bc
ABSpellMinMana6=0
ABTarCnt6=1
ABTarType6=self cbt idle
ABRecast6=false

[AdvEvent]
AECount=0

[AdvPull]
APCheckTimer=0
APRadius=100
APSpell=
APRangedMod=0
APBefore=
APAfter=
APMobMax=1
APScript=AdvPull
APCheckTime=0
APPath=
APRetPath=
APAnnounce=
APRetries=1

[AdvCure]
AQCount=0[/SIZE]

Finally my cleric's ini file:
Code:
[SIZE="1"]
[Settings]
DoMelee=FALSE
DoHeals=TRUE
DoBuffs=FALSE
DoDebuffs=TRUE
DoEvents=FALSE
DoCures=TRUE
DoPull=FALSE
DoPet=FALSE
DoSit=FALSE
DoLoot=FALSE
DoFW=FALSE
DoForage=FALSE
ForageIni=forage.ini
DoAfk=FALSE
DoMount=FALSE
MountCast=
DoAura=FALSE
AuraCast=
MasterList=
TankName=
Radius=100
SitAggroRadiusCheck=75
AfkMessage=Not now, thanks
DeathSlot=
FollowDistance=20
FollowStick=20 hold uw

PetCast=
PetAggro=FALSE
PetAssist=0
PetFoci=
PetShrinkSpell=

[Melee]
OffTank=FALSE
ACLeash=50
ACAssistPct=100
ACManaPct=70
ACAnnounce=/bc
ACMeleeCmd=/melee plugin=0
ACBefore=
ACAfter=

[AdvHeal]
AHCount=4
AHCheckTime=2
AHHealOOBC=FALSE
AHHealMode=0|0|12
AHInterruptLevel=2
AHClassPriority=enc,wiz,mag,nec,clr,dru,shm,pal,shd,war,bst,rng,ber,rog,brd,mnk
AHAllowDismount=TRUE

AHGem1=1
AHSpell1=Eleventh-Hour
AHSpellFoci1=
AHDurMod1=0
AHSpellMinMana1=0
AHSpellAlias1=remedy
AHAnnounce1=/bc
AHTarCnt1=1
AHClass1=pc group hp40 enc

AHGem2=2
AHSpell2=Solemn Light
AHSpellFoci2=
AHDurMod2=0
AHSpellMinMana2=0
AHSpellAlias2=light
AHAnnounce2=/bc
AHTarCnt2=1
AHClass2=pc hp55 war shd pal rng mnk rog brd bst ber shm45 clr dru wiz mag enc nec

AHGem3=4
AHSpell3=Sacred Elixir
AHSpellFoci3=
AHDurMod3=0
AHSpellMinMana3=0
AHSpellAlias3=elixir
AHAnnounce3=/bc
AHTarCnt3=1
AHClass3=pc group hp90 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

AHGem4=3
AHSpell4=Complete heal
AHSpellFoci4=
AHDurMod4=0
AHSpellMinMana4=0
AHSpellAlias4=CH
AHAnnounce4=/bc
AHTarCnt4=1
AHClass4=pc hp75 war shd pal rng mnk rog brd bst ber

[AdvDebuff]
ADCount=1
ADMobMax=20
ADCheckTime=2
ADAggroOnly=1
ADHold=0|1|1|   1=on 0=off|Debuff spell #|Time to wait for debuff|

ADGem1=5
ADSpell1=Mark of the Martyr
ADSpellFoci1=
ADDurMod1=0
ADSpellAlias1=kings
ADAnnounce1=/bc
ADSpellMinMana1=0
ADSpellRecast1=3
ADSpellCastonResist1=
ADSpellDelay1=5
ADTarCnt1=1
ADTarType1=11
ADTarBegHP1=100
ADTarEndHP1=15
ADIfSpellImmune1=

[AdvBuff]
ABCount=0

[AdvEvent]
AECount=0

[AdvPull]
APCheckTime=0
APRadius=40
APMobMax=1
APScript=
APPath=
APRetPath=
APBefore=
APAfter=
APAnnounce=
APRetries=1

[AdvCure]
AQCount=0
[/SIZE]

Hope this helps at least one if not more with their modbot stuffs :)
 
  • Like
Reactions: EQDAB
I have noticed my bots start doing a sit dance at times. They will sit and then stand before they even touch the ground. they keep doing this until I turn off sitting with /dosit off. Has anyone else run into this?
 
  • Like
Reactions: EQDAB
That would be in Debuff section. Look at the wizard ini above in the AdvDebuff section, that should provide a good basis. I don't have a mage, or I would be able to help you more.
 
  • Like
Reactions: EQDAB
yes debuff handles nukes. Look at my druid ini in the first page of this thread, it has some nukes in there

thanks for the replies guys lets keep this thread going and see some more ini's
 
I am bumping this thread I made 3 years ago. I am getting back into EQ and starting over again. Will update my new ini's I make for my new chars.

Would still love to see more ini's and scripted events that people are using.

thanks


MODS: can this thread be put back in macro forum where I initially posted it?
thanks you


-dr00d69
 
Last edited:
  • Like
Reactions: EQDAB
hey drood, I am working out the kinks n stuff myself on some chars. So that being said im gonna put up my 2 druid ini that seem to work fine. They will group heal, RC, dd/dot seem to be working np. Bout only issue i have is that it seems to want to lag in assisting the MA. Not sure why because he will immediately pick up the heals vs waiting like 20sec to assist in doing dmg.

I set up basically same ini just with different values so that i could name them diff and have one to primarily heal, and one to primarily do dmg.

dmg

Code:
[Settings]
DoMelee=TRUE
DoHeals=TRUE
DoBuffs=TRUE
DoDebuffs=TRUE
DoEvents=TRUE
DoPet=FALSE
DoSit=TRUE
DoLoot=FALSE
DoFW=FALSE
DoForage=FALSE
DoAfk=FALSE
DoMount=FALSE
MountCast=Verdant Hedgerow Leaf|item
MasterList=${NetBots.Client}
TankName=
ExcludeList=
Radius=100
SitAggroRadiusCheck=75
AfkMessage=Not now, thanks
FollowDistance=12
FollowStick=12 hold uw
PetCast=
PetAggro=FALSE
PetAssist=0
DoPull=FALSE
PetFoci=
DoCures=FALSE
DeathSlot=FALSE
DoAura=TRUE
AuraCast=
ForageIni=forage.ini
PetShrinkSpell=
NetworkINI=
TraderName=
GoMNuke=Alias of debuff for GoM 
GoRMNuke=
GoERMNuke=
GoAERMNuke=

[Melee]
OffTank=FALSE
ACLeash=50
ACAssistPct=95
ACManaPct=101
ACAnnounce=/bc
ACMeleeCmd=/melee plugin=1
ACBefore=
ACAfter=

[AdvHeal]
AHCount=4
AHCheckTime=0
AHHealOOBC=TRUE
AHInterruptLevel=2
AHClassPriority=pal,shd,war,enc,wiz,mag,nec,bst,rng,ber,rog,brd,mnk,clr,dru,shm
AHAllowDismount=TRUE
 
AHGem1=4
AHSpell1=Survival of the Propitious
AHSpellFoci1=
AHDurMod1=0
AHSpellMinMana1=10
AHSpellAlias1=Survival
AHAnnounce1=/g Survival inc
AHTarCnt1=2
AHClass1=pc group hp30 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

AHGem2=3
AHSpell2=Lunamelioration
AHSpellFoci2=
AHDurMod2=0
AHSpellMinMana2=10
AHSpellAlias2=group
AHAnnounce2=/g Group Heal inc
AHTarCnt2=2
AHClass2=pc group hp70 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

AHGem3=2
AHSpell3=Adrenaline Blast
AHSpellFoci3=
AHDurMod3=0
AHSpellMinMana3=03
AHSpellAlias3=quickie
AHAnnounce3=
AHTarCnt3=1
AHClass3=pc group hp15 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

AHGem4=1
AHSpell4=Benevida
AHSpellFoci4=
AHDurMod4=0
AHSpellMinMana4=03
AHSpellAlias4=fast
AHAnnounce4=
AHTarCnt4=1
AHClass4=pc group hp40 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec
AHHealMode=0|0|12
AHPreCondition1=TRUE
AHPreCondition2=TRUE
AHPreCondition3=TRUE
AHPreCondition4=TRUE

[AdvDebuff]
ADCount=7
ADMobMax=10
ADCheckTime=0
ADAggroOnly=1

ADGem1=6
ADSpell1=Nature's Incenerating Wrath
ADSpellFoci1=
ADDurMod1=0
ADSpellAlias1=fdot
ADAnnounce1=
ADSpellMinMana1=30
ADSpellRecast1=2
ADSpellDelay1=18
ADTarCnt1=1
ADTarType1=1
ADTarBegHP1=99
ADTarEndHP1=04

ADGem2=alt
ADSpell2=Storm Strike
ADSpellFoci2=
ADDurMod2=0
ADSpellAlias2=aadd
ADAnnounce2=
ADSpellMinMana2=03
ADSpellRecast2=0
ADSpellDelay2=30
ADTarCnt2=1
ADTarType2=1
ADTarBegHP2=99
ADTarEndHP2=04

ADGem3=12
ADSpell3=Horde of Scoriae
ADSpellFoci3=
ADDurMod3=0
ADSpellAlias3=dot
ADAnnounce3=
ADSpellMinMana3=30
ADSpellRecast3=1
ADSpellDelay3=54
ADTarCnt3=1
ADTarType3=1
ADTarBegHP3=99
ADTarEndHP3=04

ADGem4=11
ADSpell4=Sunbrand
ADSpellFoci4=
ADDurMod4=0
ADSpellAlias4=fdot
ADAnnounce4=
ADSpellMinMana4=30
ADSpellRecast4=1
ADSpellDelay4=30
ADTarCnt4=1
ADTarType4=1
ADTarBegHP4=99
ADTarEndHP4=04

ADGem5=8
ADSpell5=Sunrise Blessing
ADSpellFoci5=
ADDurMod5=0
ADSpellAlias5=dd
ADAnnounce5=
ADSpellMinMana5=30
ADSpellRecast5=0
ADSpellDelay5=12
ADTarCnt5=1
ADTarType5=1
ADTarBegHP5=99
ADTarEndHP5=04

ADGem6=5
ADSpell6=Remote Sunflare
ADSpellFoci6=
ADDurMod6=0
ADSpellAlias6=dd
ADAnnounce6=
ADSpellMinMana6=30
ADSpellRecast6=1
ADSpellCastonResist6=
ADSpellDelay6=24
ADTarCnt6=1
ADTarType6=1
ADTarBegHP6=99
ADTarEndHP6=04

ADGem7=7
ADSpell7=Argent Frost
ADSpellFoci7=
ADDurMod7=0
ADSpellAlias7=dd
ADAnnounce7=
ADSpellMinMana7=30
ADSpellRecast7=0
ADSpellCastonResist7=
ADSpellDelay7=6
ADTarCnt7=1
ADTarType7=1
ADTarBegHP7=99
ADTarEndHP7=04

ADHold=0|1|1|   1=on 0=off|Debuff spell #|Time to wait for debuff|
ADIfSpellImmune1=
ADIfSpellImmune2=
ADIfSpellImmune3=
ADIfSpellImmune4=
ADIfSpellImmune5=
ADIfSpellImmune6=
ADSpellCastonResist1=
ADUseHoTT1=0
ADPreCondition1=TRUE
ADSpellCastonResist2=
ADUseHoTT2=0
ADPreCondition2=TRUE
ADSpellCastonResist3=
ADUseHoTT3=0
ADPreCondition3=TRUE
ADSpellCastonResist4=
ADUseHoTT4=0
ADPreCondition4=TRUE
ADSpellCastonResist5=
ADUseHoTT5=0
ADPreCondition5=TRUE
ADUseHoTT6=0
ADPreCondition6=TRUE
ADIfSpellImmune7=
ADUseHoTT7=0
ADPreCondition7=TRUE

[AdvBuff]
ABCount=8
ABMobMax=12
ABCheckTime=8
ABProactive=TRUE

ABGem1=10
ABSpell1=Untamed Growth
ABSpellFoci1=
ABDurMod1=0
ABSpellAlias1=growth
ABAnnounce1=
ABSpellMinMana1=50
ABTarCnt1=1
ABTarType1=cbt tank

ABGem2=9
ABSpell2=Shell of the Reptile
ABSpellFoci2=
ABDurMod2=0
ABSpellAlias2=shell
ABAnnounce2=
ABSpellMinMana2=30
ABTarCnt2=1
ABTarType2=cbt war shd

ABGem3=10
ABSpell3=Mask of the Arboreal
ABSpellFoci3=
ABDurMod3=0
ABSpellAlias3=mask
ABAnnounce3=
ABSpellMinMana3=03
ABTarCnt3=1
ABTarType3=self

ABGem4=9
ABSpell4=Blessing of the Timbercore
ABSpellFoci4=
ABDurMod4=0
ABSpellAlias4=skin
ABAnnounce4=
ABSpellMinMana4=03
ABTarCnt4=2
ABTarType4=group war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

ABGem5=8
ABSpell5=Legacy of Bonebriar
ABSpellFoci5=
ABDurMod5=0
ABSpellAlias5=grpthorns
ABAnnounce5=
ABSpellMinMana5=03
ABTarCnt5=2
ABTarType5=group war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

ABGem6=7
ABSpell6=Bonebriar Coat
ABSpellFoci6=
ABDurMod6=0
ABSpellAlias6=selfthorns
ABAnnounce6=
ABSpellMinMana6=03
ABTarCnt6=1
ABTarType6=self

ABGem7=6
ABSpell7=Mammoth's Force
ABSpellFoci7=
ABDurMod7=0
ABSpellAlias7=atk
ABAnnounce7=
ABSpellMinMana7=03
ABTarCnt7=1
ABTarType7=war pal shd rng rog mnk bst ber brd 

ABRecast1=FALSE
ABRecast2=FALSE
ABRecast3=FALSE
ABRecast4=FALSE
ABRecast5=FALSE
ABRecast6=FALSE
ABRecast7=FALSE
ABRecast8=FALSE
ABRecast9=FALSE
ABRecast10=FALSE
ABRecast11=FALSE
ABRecast12=FALSE
ABSpellIcon1=
ABSpellIcon2=
ABSpellIcon3=
ABSpellIcon4=
ABSpellIcon5=
ABSpellIcon6=
ABSpellIcon7=
ABSpellIcon8=
ABGem8=
ABSpell8=
ABSpellFoci8=
ABDurMod8=0
ABSpellAlias8=
ABAnnounce8=
ABSpellMinMana8=0
ABTarCnt8=0
ABTarType8=tank war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self mypet grp pet cbt idle

[AdvEvent]
AECount=0
AECheckTime=8
AEGem1=
AESpell1=
AESpellFoci1=
AEDurMod1=0
AEDelay1=0
AEEventMinMana1=0
AEEventMinHP1=3
AEMinMana1=1
AEMaxMana1=100
AEMinHP1=1
AEMaxHP1=10
AETarType1=self
AESpellAlias1=
AEAnnounce1=
AECustom1=
AECustom2=
AECustom3=

[AdvPull]
APCheckTimer=0
APRadius=100
APSpell=
APRangedMod=0
APMobMax=1
APScript=AdvPull
APBefore=
APAfter=
APCheckTime=0
APPath=
APAnnounce=
APRetPath=
APRetries=1

[AdvCure]
AQCount=1
AQCheckTime=8

AQGem1=alt
AQSpell1=Radiant Cure
AQSpellCntr1=15
AQSpellFoci1=
AQSpellCureType1=Poisoned Diseased Cursed all
AQSpellMinMana1=0
AQSpellRecast1=0
AQTarCnt1=1
AQTarType1=cbt idle
AQSpellAlias1=RC
AQAnnounce1=/bc

and healing
Code:
[Settings]
DoMelee=False
DoHeals=TRUE
DoBuffs=TRUE
DoDebuffs=TRUE
DoEvents=TRUE
DoPet=FALSE
DoSit=TRUE
DoLoot=FALSE
DoFW=FALSE
DoForage=FALSE
DoAfk=FALSE
DoMount=FALSE
MountCast=Verdant Hedgerow Leaf|item
MasterList=${NetBots.Client}
TankName=
ExcludeList=
Radius=100
SitAggroRadiusCheck=75
AfkMessage=Not now thanks
FollowDistance=12
FollowStick=12 hold uw
PetCast=
PetAggro=FALSE
PetAssist=0
DoPull=FALSE
PetFoci=
DoCures=FALSE
DeathSlot=FALSE
DoAura=TRUE
AuraCast=
ForageIni=forage.ini
PetShrinkSpell=
NetworkINI=
TraderName=
GoMNuke=Alias of debuff for GoM 
GoRMNuke=
GoERMNuke=
GoAERMNuke=

[Melee]
OffTank=FALSE
ACLeash=50
ACAssistPct=95
ACManaPct=101
ACAnnounce=/bc
ACMeleeCmd=/melee plugin=1
ACBefore=
ACAfter=

[AdvHeal]
AHCount=4
AHCheckTime=0
AHHealOOBC=TRUE
AHInterruptLevel=2
AHClassPriority=pal,shd,war,enc,wiz,mag,nec,bst,rng,ber,rog,brd,mnk,clr,dru,shm
AHAllowDismount=TRUE
 
AHGem1=4
AHSpell1=Survival of the Propitious
AHSpellFoci1=
AHDurMod1=0
AHSpellMinMana1=10
AHSpellAlias1=Survival
AHAnnounce1=/bc Survival inc
AHTarCnt1=2
AHClass1=pc group hp30 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

AHGem2=3
AHSpell2=Lunamelioration
AHSpellFoci2=
AHDurMod2=0
AHSpellMinMana2=10
AHSpellAlias2=group
AHAnnounce2=/bc Group Heal inc
AHTarCnt2=2
AHClass2=pc group hp80 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

AHGem3=2
AHSpell3=Adrenaline Blast
AHSpellFoci3=
AHDurMod3=0
AHSpellMinMana3=03
AHSpellAlias3=quickie
AHAnnounce3=/bc quickie
AHTarCnt3=1
AHClass3=pc hp20 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

AHGem4=1
AHSpell4=Benevida
AHSpellFoci4=
AHDurMod4=0
AHSpellMinMana4=03
AHSpellAlias4=fast
AHAnnounce4=/bc healing
AHTarCnt4=1
AHClass4=pc hp90 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec
AHHealMode=0|0|12
AHPreCondition1=TRUE
AHPreCondition2=TRUE
AHPreCondition3=TRUE
AHPreCondition4=TRUE

[AdvDebuff]
ADCount=6
ADMobMax=20
ADCheckTime=0
ADAggroOnly=1

ADGem1=alt
ADSpell1=Storm Strike
ADSpellFoci1=
ADDurMod1=0
ADSpellAlias1=aadd
ADAnnounce1=/bc storming
ADSpellMinMana1=0
ADSpellRecast1=0
ADSpellDelay1=30
ADTarCnt1=1
ADTarType1=1
ADTarBegHP1=97
ADTarEndHP1=04

ADGem2=8
ADSpell2=Sunrise Blessing
ADSpellFoci2=
ADDurMod2=0
ADSpellAlias2=dd
ADAnnounce2=/bc dd/hott
ADSpellMinMana2=30
ADSpellRecast2=0
ADSpellDelay2=12
ADTarCnt2=1
ADTarType2=1
ADTarBegHP2=97
ADTarEndHP2=04

ADGem3=5
ADSpell3=Remote Sunflare
ADSpellFoci3=
ADDurMod3=0
ADSpellAlias3=dd2
ADAnnounce3=/bc dd/hott
ADSpellMinMana3=50
ADSpellRecast3=1
ADSpellCastonResist3=
ADSpellDelay3=24
ADTarCnt3=1
ADTarType3=1
ADTarBegHP3=97
ADTarEndHP3=04

ADGem4=12
ADSpell4=Horde of Scoriae
ADSpellFoci4=
ADDurMod4=0
ADSpellAlias4=dot
ADAnnounce4=/bc dot
ADSpellMinMana4=50
ADSpellRecast4=1
ADSpellDelay4=54
ADTarCnt4=1
ADTarType4=1
ADTarBegHP4=97
ADTarEndHP4=04

ADGem5=11
ADSpell5=Sunbrand
ADSpellFoci5=
ADDurMod5=0
ADSpellAlias5=fdot
ADAnnounce5=/bc fdot
ADSpellMinMana5=50
ADSpellRecast5=1
ADSpellDelay5=30
ADTarCnt5=1
ADTarType5=1
ADTarBegHP5=97
ADTarEndHP5=04

ADGem6=7
ADSpell6=Argent Frost
ADSpellFoci6=
ADDurMod6=0
ADSpellAlias6=ddfrost
ADAnnounce6=/bc ddfrost
ADSpellMinMana6=50
ADSpellRecast6=0
ADSpellCastonResist6=
ADSpellDelay6=6
ADTarCnt6=1
ADTarType6=1
ADTarBegHP6=97
ADTarEndHP6=04

ADHold=0|1|1|   1=on 0=off|Debuff spell #|Time to wait for debuff|
ADIfSpellImmune1=
ADIfSpellImmune2=
ADIfSpellImmune3=
ADIfSpellImmune4=
ADIfSpellImmune5=
ADIfSpellImmune6=
ADSpellCastonResist1=
ADUseHoTT1=0
ADPreCondition1=TRUE
ADSpellCastonResist2=
ADUseHoTT2=1
ADPreCondition2=TRUE
ADSpellCastonResist3=
ADUseHoTT3=1
ADPreCondition3=TRUE
ADSpellCastonResist4=
ADUseHoTT4=0
ADPreCondition4=TRUE
ADSpellCastonResist5=
ADUseHoTT5=0
ADPreCondition5=TRUE
ADUseHoTT6=0
ADPreCondition6=TRUE
ADIfSpellImmune7=
ADUseHoTT7=0
ADPreCondition7=TRUE

[AdvBuff]
ABCount=8
ABMobMax=12
ABCheckTime=8
ABProactive=TRUE

ABGem1=10
ABSpell1=Untamed Growth
ABSpellFoci1=
ABDurMod1=0
ABSpellAlias1=growth
ABAnnounce1=/bc growthing tank
ABSpellMinMana1=50
ABTarCnt1=1
ABTarType1=cbt tank

ABGem2=9
ABSpell2=Shell of the Reptile
ABSpellFoci2=
ABDurMod2=0
ABSpellAlias2=shell
ABAnnounce2=/bc shell
ABSpellMinMana2=30
ABTarCnt2=1
ABTarType2=cbt war shd

ABGem3=10
ABSpell3=Mask of the Arboreal
ABSpellFoci3=
ABDurMod3=0
ABSpellAlias3=mask
ABAnnounce3=/bc mask
ABSpellMinMana3=03
ABTarCnt3=1
ABTarType3=self

ABGem4=9
ABSpell4=Blessing of the Timbercore
ABSpellFoci4=
ABDurMod4=0
ABSpellAlias4=skin
ABAnnounce4=
ABSpellMinMana4=03
ABTarCnt4=2
ABTarType4=group war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

ABGem5=8
ABSpell5=Legacy of Bonebriar
ABSpellFoci5=
ABDurMod5=0
ABSpellAlias5=grpthorns
ABAnnounce5=/bc throrns
ABSpellMinMana5=03
ABTarCnt5=2
ABTarType5=group war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec

ABGem6=7
ABSpell6=Bonebriar Coat
ABSpellFoci6=
ABDurMod6=0
ABSpellAlias6=selfthorns
ABAnnounce6=/bc coat
ABSpellMinMana6=03
ABTarCnt6=1
ABTarType6=self

ABGem7=6
ABSpell7=Mammoth's Force
ABSpellFoci7=
ABDurMod7=0
ABSpellAlias7=atk
ABAnnounce7=/bc str
ABSpellMinMana7=03
ABTarCnt7=1
ABTarType7=war pal shd rng rog mnk bst ber brd 

ABRecast1=FALSE
ABRecast2=FALSE
ABRecast3=FALSE
ABRecast4=FALSE
ABRecast5=FALSE
ABRecast6=FALSE
ABRecast7=FALSE
ABRecast8=FALSE
ABRecast9=FALSE
ABRecast10=FALSE
ABRecast11=FALSE
ABRecast12=FALSE
ABSpellIcon1=
ABSpellIcon2=
ABSpellIcon3=
ABSpellIcon4=
ABSpellIcon5=
ABSpellIcon6=
ABSpellIcon7=
ABSpellIcon8=
ABGem8=
ABSpell8=
ABSpellFoci8=
ABDurMod8=0
ABSpellAlias8=
ABAnnounce8=
ABSpellMinMana8=0
ABTarCnt8=0
ABTarType8=tank war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self mypet grp pet cbt idle

[AdvEvent]
AECount=0
AECheckTime=8
AEGem1=
AESpell1=
AESpellFoci1=
AEDurMod1=0
AEDelay1=0
AEEventMinMana1=0
AEEventMinHP1=3
AEMinMana1=1
AEMaxMana1=100
AEMinHP1=1
AEMaxHP1=10
AETarType1=self
AESpellAlias1=
AEAnnounce1=
AECustom1=
AECustom2=
AECustom3=

[AdvPull]
APCheckTimer=0
APRadius=100
APSpell=
APRangedMod=0
APMobMax=1
APScript=AdvPull
APBefore=
APAfter=
APCheckTime=0
APPath=
APAnnounce=
APRetPath=
APRetries=1

[AdvCure]
AQCount=1
AQCheckTime=8

AQGem1=alt
AQSpell1=Radiant Cure
AQSpellCntr1=15
AQSpellFoci1=
AQSpellCureType1=Poisoned Diseased Cursed all
AQSpellMinMana1=0
AQSpellRecast1=0
AQTarCnt1=1
AQTarType1=cbt idle
AQSpellAlias1=RC
AQAnnounce1=/bc Radiant Cure to %T

AECount=0
[AdvPull]
APCheckTime=0
APRadius=40
APMobMax=1
APScript=
APPath=
APRetPath=
APBefore=
APAfter=
APAnnounce=
APRetries=1
[AdvCure]
AQCount=0

These should work, i do not have any holy/downs for the druid. If anyone has a pally set up so that it will pick up 2 mobs long enough for one to be mezzed I would really like that. Same with an enc set up to compare mine too. I am messing up my holy/downs for those 2 something fierce :)
 
  • Like
Reactions: EQDAB
take a peek at my ini's i posted years ago on the 2nd post of this thread. those ini's worked so well for me, 6 and 8 boxing.
 
I love ModBot and advocate its use to anyone that will listen. My ini files;

Warrior

Code:
[Settings] 
 DoMelee=TRUE
 DoHeals=FALSE
 DoBuffs=TRUE
 DoDebuffs=TRUE
 DoEvents=FALSE
 DoCures=FALSE
 DoPull=FALSE
 DoPet=FALSE
 DoSit=FALSE
 DoLoot=FALSE
 DoFW=FALSE
 DoForage=FALSE
 DoAfk=FALSE
 DoMount=FALSE
 MountCast=
 DoAura=TRUE
 AuraCast=
 MasterList=
 TankName=
 Radius=50
 SitAggroRadiusCheck=55
 AfkMessage=Not now, thanks
 DeathSlot=FALSE
 FollowDistance=20
 FollowStick=20 hold uw
 PetCast=
 PetAggro=False
 PetAssist=0
 ForageIni=forage.ini
 NetworkINI=
 TraderName=

 [Melee] 
 OffTank=FALSE
 ACLeash=35
 ACAssistPct=100
 ACManaPct=50
 ACAnnounce=
 ACMeleeCmd=/melee plugin=1 taunt=1 stickrange=100 facing=1
 ACAnnounce=
 ACBefore=
 ACAfter=/stick 12

 [AdvHeal]
 AHCount=0

 [AdvDebuff]
 ADCount=2
 ADMobMax=50
 ADCheckTime=2
 ADAggroOnly=0
 ADHold=0|1|1|   1=on 0=off|Debuff spell #|Time to wait for debuff|

ADGem1=alt
ADSpell1=Area Taunt
ADSpellFoci1=
ADDurMod1=0
ADSpellAlias1=AT
ADAnnounce1=/bc Taunting All Area
ADSpellMinMana1=0
ADSpellRecast1=0
ADSpellDelay1=0
ADTarCnt1=3
ADTarType1=11
ADTarBegHP1=100
ADTarEndHP1=5
ADSpellCastonResist1=
ADIfSpellImmune1=
ADUseHoTT1=false
ADPreCondition1=TRUE

ADGem2=disc
ADSpell2=Staunch Defense Rk. II
ADSpellFoci2=
ADDurMod2=0
ADSpellAlias2=brace
ADAnnounce2=/bc
ADSpellMinMana2=0
ADSpellRecast2=4
ADSpellCastonResist2=
ADSpellDelay2=0
ADTarCnt2=1
ADTarType2=11
ADTarBegHP2=100
ADTarEndHP2=5
ADIfSpellImmune2=
ADUseHoTT2=false
ADPreCondition2=TRUE

 [AdvBuff]
 ABCount=11
 ABMobMax=50
 ABCheckTime=8
 ABProactive=TRUE

 ABGem1=item
 ABSpell1=Amber Ring of Dark Journeys
 ABSpellFoci1=
 ABDurMod1=0
 ABSpellAlias1=defring
 ABAnnounce1=/bc
 ABSpellMinMana1=0
 ABTarCnt1=1
 ABTarType1=self
 ABRecast1=FALSE
 ABSpellIcon1=Form of Defense VI

 ABGem2=item
 ABSpell2=Deepwater Initiate's Cloak
 ABSpellFoci2=
 ABDurMod2=0
 ABSpellAlias2=gearcloak
 ABAnnounce2=/bc
 ABSpellMinMana2=0
 ABTarCnt2=1
 ABTarType2=self
 ABRecast2=FALSE
 ABSpellIcon2=Illusionary Spikes I



ABGem5=item
ABSpell5=Bone Mask of the Ancient Iksar
ABSpellFoci5=
ABDurMod5=0
ABSpellAlias5=crown
ABAnnounce5=/bc
ABSpellMinMana5=0
ABTarCnt5=1
ABTarType5=self idle
ABRecast5=FALSE
ABSpellIcon5=Illusion: Ancient Iksar

ABGem6=disc
ABSpell6=Champion's Aura
ABSpellFoci6=
ABDurMod6=0
ABSpellAlias6=aurawar
ABAnnounce6=/bc
ABSpellMinMana6=0
ABTarCnt6=1
ABTarType6=self aura cbt idle
ABRecast6=TRUE
ABSpellIcon6=Champion's Aura Effect



ABGem8=item
ABSpell8=Cloudburst Chainmail Mantle
ABSpellFoci8=
ABDurMod8=0
ABSpellAlias8=ohaste
ABAnnounce8=/bc
ABSpellMinMana8=0
ABTarCnt8=1
ABTarType8=self cbt idle
ABRecast8=FALSE
ABSpellIcon8=Taelosian Guard

ABGem9=item
ABSpell9=Prismatic Hukus Ring
ABSpellFoci9=
ABDurMod9=0
ABSpellAlias9=
ABAnnounce9=/bc
ABSpellMinMana9=0
ABTarCnt9=1
ABTarType9=self cbt idle
ABRecast9=FALSE
ABSpellIcon9=Might of Stone I

ABGem10=disc
ABSpell10=Champion's Aura
ABSpellFoci10=
ABDurMod10=0
ABSpellAlias10=
ABAnnounce10=
ABSpellMinMana10=0
ABTarCnt10=1
ABTarType10=self aura cbt idle
ABRecast10=FALSE
ABSpellIcon10=Champion's Aura Effect

ABGem11=item
ABSpell11=Fellowship Registration Insignia
ABSpellFoci11=
ABDurMod11=0
ABSpellAlias11=fire
ABAnnounce11=
ABSpellMinMana11=0
ABTarCnt11=0
ABTarType11=self
ABRecast11=TRUE
ABSpellIcon11=

ABGem3=
ABSpell3=
ABSpellFoci3=
ABDurMod3=0
ABSpellAlias3=
ABAnnounce3=
ABSpellMinMana3=0
ABTarCnt3=0
ABTarType3=tank war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self mypet grp pet cbt idle
ABRecast3=FALSE
ABSpellIcon3=

ABGem4=
ABSpell4=
ABSpellFoci4=
ABDurMod4=0
ABSpellAlias4=
ABAnnounce4=
ABSpellMinMana4=0
ABTarCnt4=0
ABTarType4=tank war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self mypet grp pet cbt idle
ABRecast4=FALSE
ABSpellIcon4=

ABGem7=
ABSpell7=
ABSpellFoci7=
ABDurMod7=0
ABSpellAlias7=
ABAnnounce7=
ABSpellMinMana7=0
ABTarCnt7=0
ABTarType7=tank war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self mypet grp pet cbt idle
ABRecast7=FALSE
ABSpellIcon7=

[AdvEvent]
AECount=1
AECustom1=you feel a gaze of deadly power
AECustom2=205746693.00638560
AECustom3=561994693.00186730

AECheckTime=8
AEGem1=
AESpell1=
AESpellFoci1=
AEDurMod1=0
AEDelay1=0
AEEventMinMana1=0
AEEventMinHP1=0
AEMinMana1=0
AEMaxMana1=0
AEMinHP1=0
AEMaxHP1=0
AETarType1=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self tnt
AESpellAlias1=
AEAnnounce1=/bc
AETarCnt1=1

[AdvPull]
APCheckTime=0
APRadius=40
APMobMax=1
APScript=
APPath=
APRetPath=
APBefore=
APAfter=
APAnnounce=
APRetries=1
[AdvCure]
AQCount=0

[Script-AECustomEvent1]
Commands=1
C1=/casting ''Mirrored Mask|item''

Berserker;

Code:
 [Settings] 
 DoMelee=TRUE
 DoHeals=FALSE
 DoBuffs=TRUE
 DoDebuffs=TRUE
 DoEvents=FALSE
 DoCures=FALSE
 DoPull=FALSE
 DoPet=FALSE
 DoSit=FALSE
 DoLoot=FALSE
 DoFW=FALSE
 DoForage=FALSE
 DoAfk=FALSE
 DoMount=FALSE
 MountCast=
 DoAura=FALSE
 AuraCast=
 MasterList=
 TankName=
 Radius=50
 SitAggroRadiusCheck=55
 AfkMessage=Tells to Monk.
 DeathSlot=FALSE
 FollowDistance=20
 FollowStick=20 hold uw
 ForageIni=forage.ini
 NetworkINI=
 TraderName=

 [Melee] 
 OffTank=FALSE
 ACLeash=50
 ACAssistPct=100
 ACManaPct=15
 ACAnnounce=
 ACMeleeCmd=/melee plugin=1 stickrange=125 facing=1
 ACBefore
 ACAnnounce=
 ACBefore=
 ACAfter=/stick 12

 [AdvHeal]
 AHCount=0

[AdvDebuff]
ADCount=5
ADMobMax=50
ADCheckTime=2
ADAggroOnly=0
ADHold=0|1|1|   1=on 0=off|Debuff spell #|Time to wait for debuff|

ADGem1=item
ADSpell1=Vengeful Taelosian Blood Axe
ADSpellFoci1=
ADDurMod1=0
ADSpellAlias1=epicz
ADAnnounce1=
ADSpellMinMana1=0
ADSpellRecast1=0
ADSpellCastonResist1=
ADSpellDelay1=0
ADTarCnt1=1
ADTarType1=0
ADTarBegHP1=95
ADTarEndHP1=0
ADIfSpellImmune1=
ADUseHoTT1=0
ADPreCondition1=TRUE

ADGem2=disc
ADSpell2=Tendon Shear Rk. II
ADSpellFoci2=
ADDurMod2=0
ADSpellAlias2=
ADAnnounce2=/bc
ADSpellMinMana2=0
ADSpellRecast2=0
ADSpellCastonResist2=
ADSpellDelay2=0
ADTarCnt2=1
ADTarType2=1
ADTarBegHP2=90
ADTarEndHP2=1
ADIfSpellImmune2=
ADUseHoTT2=0
ADPreCondition2=TRUE

ADGem3=disc
ADSpell3=Overpowering Frenzy Rk. III
ADSpellFoci3=
ADDurMod3=0
ADSpellAlias3=frenzy
ADAnnounce3=
ADSpellMinMana3=0
ADSpellRecast3=5
ADSpellCastonResist3=
ADSpellDelay3=31
ADTarCnt3=1
ADTarType3=1
ADTarBegHP3=90
ADTarEndHP3=1
ADIfSpellImmune3=
ADUseHoTT3=0
ADPreCondition3=TRUE

ADGem4=disc
ADSpell4=Jarring Smash Rk. III
ADSpellFoci4=
ADDurMod4=0
ADSpellAlias4=jarring
ADAnnounce4=
ADSpellMinMana4=0
ADSpellRecast4=10
ADSpellCastonResist4=
ADSpellDelay4=13
ADTarCnt4=1
ADTarType4=1
ADTarBegHP4=90
ADTarEndHP4=1
ADIfSpellImmune4=
ADUseHoTT4=0
ADPreCondition4=TRUE

ADGem5=disc
ADSpell5=Blood Hatchet
ADSpellFoci5=
ADDurMod5=0
ADSpellAlias5=hatchet
ADAnnounce5=
ADSpellMinMana5=0
ADSpellRecast5=2
ADSpellCastonResist5=
ADSpellDelay5=61
ADTarCnt5=1
ADTarType5=1
ADTarBegHP5=90
ADTarEndHP5=10
ADIfSpellImmune5=
ADUseHoTT5=0
ADPreCondition5=TRUE

 [AdvBuff]
 ABCount=11
 ABMobMax=50
 ABCheckTime=3
 ABProactive=TRUE

 ABGem1=item
 ABSpell1=Bladetwisting Backplate
 ABSpellFoci1=
 ABDurMod1=0
 ABSpellAlias1=spike1
 ABAnnounce1=/bc
 ABSpellMinMana1=0
 ABTarCnt1=1
 ABTarType1=self
 ABRecast1=TRUE
 ABSpellIcon1=Illusionary Spikes I

 ABGem5=script
 ABSpell5=StoneCheck
 ABSpellFoci5=
 ABDurMod5=0
 ABSpellAlias5=StoneCheck
 ABAnnounce5=/bc >> MAKING PULL ITEMS <<
 ABSpellMinMana5=0
 ABTarCnt5=1
 ABTarType5=self
 ABRecast5=TRUE
 ABSpellIcon5=

 ABGem7=item
 ABSpell7=Bone Mask of the Ancient Iksar
 ABSpellFoci7=
 ABDurMod7=0
 ABSpellAlias7=illusion
 ABAnnounce7=/bc
 ABSpellMinMana7=0
 ABTarCnt7=1
 ABTarType7=self
 ABRecast7=TRUE
 ABSpellIcon7=Illusion: Ancient Iksar

ABGem8=item
ABSpell8=Brass Pintleband
ABSpellFoci8=
ABDurMod8=0
ABSpellAlias8=def
ABAnnounce8=
ABSpellMinMana8=0
ABTarCnt8=1
ABTarType8=self
ABRecast8=TRUE
ABSpellIcon8=Form of Defense IV

ABGem9=item
ABSpell9=Platinum Earcowl
ABSpellFoci9=
ABDurMod9=0
ABSpellAlias9=ear
ABAnnounce9=
ABSpellMinMana9=0
ABTarCnt9=1
ABTarType9=self
ABRecast9=TRUE
ABSpellIcon9=Savage Guard

ABGem10=item
ABSpell10=Fellowship Registration Insignia
ABSpellFoci10=
ABDurMod10=0
ABSpellAlias10=fire
ABAnnounce10=
ABSpellMinMana10=0
ABTarCnt10=0
ABTarType10=self
ABRecast10=TRUE
ABSpellIcon10=

ABGem11=disc
ABSpell11=Bloodlust Aura
ABSpellFoci11=
ABDurMod11=0
ABSpellAlias11=baura
ABAnnounce11=/bc
ABSpellMinMana11=0
ABTarCnt11=1
ABTarType11=self aura
ABRecast11=TRUE
ABSpellIcon11=

ABGem2=
ABSpell2=
ABSpellFoci2=
ABDurMod2=0
ABSpellAlias2=
ABAnnounce2=
ABSpellMinMana2=0
ABTarCnt2=0
ABTarType2=tank war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self mypet grp pet cbt idle
ABRecast2=FALSE
ABSpellIcon2=

ABGem3=
ABSpell3=
ABSpellFoci3=
ABDurMod3=0
ABSpellAlias3=
ABAnnounce3=
ABSpellMinMana3=0
ABTarCnt3=0
ABTarType3=tank war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self mypet grp pet cbt idle
ABRecast3=FALSE
ABSpellIcon3=

ABGem4=
ABSpell4=
ABSpellFoci4=
ABDurMod4=0
ABSpellAlias4=
ABAnnounce4=
ABSpellMinMana4=0
ABTarCnt4=0
ABTarType4=tank war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self mypet grp pet cbt idle
ABRecast4=FALSE
ABSpellIcon4=

ABGem6=
ABSpell6=
ABSpellFoci6=
ABDurMod6=0
ABSpellAlias6=
ABAnnounce6=
ABSpellMinMana6=0
ABTarCnt6=0
ABTarType6=tank war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self mypet grp pet cbt idle
ABRecast6=FALSE
ABSpellIcon6=

[AdvEvent]
AECount=2
AECheckTime=4
AECustom1=944334462.00960471
AECustom2=you feel a gaze of deadly power
AECustom3=13484462.00951557
AEGem1=
AESpell1=
AESpellFoci1=
AEDurMod1=0
AEDelay1=0
AEEventMinMana1=0
AEEventMinHP1=0
AEMinMana1=0
AEMaxMana1=0
AEMinHP1=0
AEMaxHP1=0
AETarType1=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self tnt
AESpellAlias1=
AEAnnounce1=
AETarCnt1=1
AEGem2=
AESpell2=
AESpellFoci2=
AEDurMod2=0
AEDelay2=0
AEEventMinMana2=0
AEEventMinHP2=0
AEMinMana2=0
AEMaxMana2=0
AEMinHP2=0
AEMaxHP2=0
AETarType2=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self tnt
AESpellAlias2=
AEAnnounce2=
AETarCnt2=1



 [AdvPull]
 APRadius=35
 APSpell=
 APRangedMod=0
 APMobMax=4
 APScript=Pull
 APBefore=/if (({Spawn[group cleric].ID} && {Spawn[group cleric].CurrentMana}<50 || {Me.PctHPs}<85 || {Me.PctEndurance}<40 || !{Spawn[group cleric].ID} && {Spawn[group shaman].ID} && {Spawn[group shaman].CurrentMana}<30) && {Math.Distance[{Me.Y},{Me.X}:{MakeCampY},{MakeCampX}]}<40 && (!{Spawn[{APTargetID}].ID} || {ACMATarget})) /docommand ${If[${Me.PctHPs}<85,/multiline ; /delay 10s;/echo Waiting for heal,/multiline ; /makecamp return;/varset APCheckTimer 45s;/keypress centerview;/delay 10s;/return]}
 APAfter=
 APCheckTime=10
 APPath=PathFileName
 APAnnounce=/gsay Incoming -[ %t ]-
 APMobMax=1 
 APRetPath=
 APRetries=2

 [AdvCure] 
 AQCount=0

 [Script-Pull]
 Commands=6
 C1=/equipset THROW
 C2=/if ({Target.Distance3D}>30) /ranged
 C3=/if ({Target.Distance3D}<=30) /disc Tendon Shear Rk. II
 C4=/delay 3s {Me.CombatState.Equal[combat]}
 C5=/call MBMoveTo {MakeCampY} {MakeCampX}
 C6=/equipset BLUNT
 [Script-StoneCheck]
 Commands=4
 C1=/if ({FindItemCount[=Axe of the Eradicator]}>=200) /return
 C2=/disc Axe of the Eradicator
 C3=/delay 10s
 C4=/call ClearCursor
 [Script-Defense]
 Commands=0
 C1=/return
[Script-AECustomEvent1]
Commands=0
C1=/return



[Script-AECustomEvent2]
Commands=1
C1=/casting ''Mirrored Mask|item''

Rogue;

Code:
[Settings]
DoMelee=TRUE
DoHeals=FALSE
DoBuffs=TRUE
DoDebuffs=FALSE
DoEvents=FALSE
DoCures=FALSE
DoPull=FALSE
DoPet=FALSE
DoSit=false
DoLoot=FALSE
DoFW=FALSE
DoForage=FALSE
ForageIni=forage.ini
DoAfk=FALSE
DoMount=FALSE
MountCast=
MasterList=
TankName=
Radius=50
SitAggroRadiusCheck=75
AfkMessage=Not now, thanks
DeathSlot=FALSE
NetworkINI=
TraderName=
FollowDistance=20
FollowStick=20 hold uw

[Melee]
OffTank=FALSE
ACLeash=50
ACAssistPct=98
ACManaPct=101
ACAnnounce=
ACMeleeCmd=/melee plugin=1
ACBefore=
ACAfter=

[AdvHeal]
AHCount=0


[AdvDebuff] 
ADCount=4
ADMobMax=100 
ADCheckTime=1 
ADAggroOnly=0 
ADHold=0|1|1|

ADGem1=disc
ADSpell1=Pinpoint Vitals Rk. II
ADSpellFoci1=
ADDurMod1=0
ADSpellAlias1=skice
ADAnnounce1=
ADSpellMinMana1=0
ADSpellRecast1=0
ADSpellCastonResist1=
ADSpellDelay1=0
ADTarCnt1=0
ADTarType1=1
ADTarBegHP1=80
ADTarEndHP1=10
ADIfSpellImmune1=
ADUseHoTT1=0
ADPreCondition1=TRUE

ADGem2=disc
ADSpell2=Bleed Rk. II
ADSpellFoci2=
ADDurMod2=0
ADSpellAlias2=bleed
ADAnnounce2=
ADSpellMinMana2=0
ADSpellRecast2=0
ADSpellCastonResist2=
ADSpellDelay2=0
ADTarCnt2=1
ADTarType2=1
ADTarBegHP2=80
ADTarEndHP2=10
ADIfSpellImmune2=
ADUseHoTT2=0
ADPreCondition2=TRUE

ADGem3=disc
ADSpell3=Deadly Precision
ADSpellFoci3=
ADDurMod3=0
ADSpellAlias3=precision
ADAnnounce3=
ADSpellMinMana3=0
ADSpellRecast3=0
ADSpellCastonResist3=
ADSpellDelay3=0
ADTarCnt3=1
ADTarType3=1
ADTarBegHP3=80
ADTarEndHP3=10
ADIfSpellImmune3=
ADUseHoTT3=0
ADPreCondition3=TRUE

ADGem4=disc
ADSpell4=Kinesthetics Discipline
ADSpellFoci4=
ADDurMod4=0
ADSpellAlias4=kines
ADAnnounce4=
ADSpellMinMana4=0
ADSpellRecast4=0
ADSpellCastonResist4=
ADSpellDelay4=0
ADTarCnt4=1
ADTarType4=1
ADTarBegHP4=80
ADTarEndHP4=10
ADIfSpellImmune4=
ADUseHoTT4=0
ADPreCondition4=TRUE

[AdvBuff]
ABCount=5
ABMobMax=18
ABCheckTime=10

ABGem1=item
ABSpell1=Symbol of Therin
ABSpellFoci1=
ABDurMod1=0
ABSpellAlias1=rogear
ABAnnounce1=/bc
ABSpellMinMana1=0
ABTarCnt1=0
ABTarType1=self cbt idle
ABRecast1=TRUE
ABSpellIcon1=Furious Might

ABGem2=item
ABSpell2=Fabled Shrunken Goblin Skull Earring
ABSpellFoci2=
ABDurMod2=0
ABSpellAlias2=
ABAnnounce2=/bc
ABSpellMinMana2=0
ABTarCnt2=0
ABTarType2=self cbt idle
ABRecast2=TRUE
ABSpellIcon2=Aura of Rage

ABGem3=item
ABSpell3=Emlyxi's Corundus Band
ABSpellFoci3=
ABDurMod3=0
ABSpellAlias3=
ABAnnounce3=
ABSpellMinMana3=0
ABTarCnt3=0
ABTarType3=self cbt idle
ABRecast3=TRUE
ABSpellIcon3=Form of Defense IV

ABGem4=item
ABSpell4=Fellowship Registration Insignia
ABSpellFoci4=
ABDurMod4=0
ABSpellAlias4=fire
ABAnnounce4=
ABSpellMinMana4=0
ABTarCnt4=0
ABTarType4=self
ABRecast4=FALSE
ABSpellIcon4=

ABGem5=item
ABSpell5=Deepwater Knight's Cloak
ABSpellFoci5=
ABDurMod5=0
ABSpellAlias5=
ABAnnounce5=
ABSpellMinMana5=0
ABTarCnt5=1
ABTarType5=self
ABRecast5=FALSE
ABSpellIcon5=Illusionary Spikes I

[AdvEvent]
AECustom1=you feel a gaze of deadly power
AECustom2=188739385.00489387
AECustom3=988488385.00710173
AECount=0

[AdvPull]
APCheckTime=0
APRadius=40
APMobMax=1
APScript=
APPath=
APRetPath=
APBefore=
APAfter=
APAnnounce=
APRetries=1

[AdvCure]
AQCount=0

[Script-AECustomEvent1]
Commands=1
C1=/casting ''Mirrored Mask|item''

Enchanter;

Code:
[Settings]
DoMelee=TRUE
DoHeals=FALSE
DoBuffs=TRUE
DoDebuffs=TRUE
DoEvents=TRUE
DoPull=FALSE
DoPet=FALSE
DoSit=FALSE
DoLoot=FALSE
DoFW=FALSE
DoForage=FALSE
DoAfk=FALSE
DoMount=FALSE
MasterList=
TankName=
ExcludeList=
Radius=50
SitAggroRadiusCheck=55
AfkMessage=Tells to Monk.
FollowDistance=20
FollowStick=20 hold uw
PetCast=
PetAggro=FALSE
PetAssist=1
PetFoci=
DoCures=FALSE
DeathSlot=FALSE
DoAura=FALSE
AuraCast=
MountCast=Giant White Drum|item
ForageIni=forage.ini
PetShrinkSpell=
NetworkINI=
remPetCast=charm 4 4 "a rat,a young bat"
TraderName=
GoMNuke=Alias of debuff for GoM 
GoRMNuke=
GoERMNuke=

[Melee]
OffTank=FALSE
ACLeash=110
ACAssistPct=96
ACManaPct=101
ACAnnounce=/bc
ACMeleeCmd=/melee pettaunt=0
ACBefore=/pet hold
ACAfter=

[AdvHeal]
AHCount=1
AHCheckTime=0
AHHealOOBC=FALSE
AHHealMode=1|2|12
AHClassPriority=enc,wiz,mag,nec,clr,dru,shm,pal,shd,war,bst,rng,ber,rog,brd,mnk
AHAllowDismount=TRUE
AHInterruptLevel=2

AHGem1=alt
AHSpell1=Doppelganger
AHSpellFoci1=
AHDurMod1=0
AHSpellMinMana1=0
AHSpellAlias1=dop
AHAnnounce1=/bc
AHTarCnt1=1
AHClass1=pc group hp60 enc self tnt
AHPreCondition1=TRUE

AHGem2=alt
AHSpell2=Eldritch Rune
AHSpellFoci2=
AHDurMod2=0
AHSpellMinMana2=0
AHSpellAlias2=erune
AHAnnounce2=/bc
AHTarCnt2=0
AHClass2=pc group hp80 enc self
AHPreCondition2=TRUE

[AdvDebuff]
ADCount=9
ADMobMax=50
ADCheckTime=1
ADAggroOnly=0
ADHold=0|1|1|   1=on 0=off|Debuff spell #|Time to wait for debuff|

ADGem1=9
ADSpell1=Serenity Rk. II
ADSpellFoci1=
ADDurMod1=0
ADSpellAlias1=mez
ADAnnounce1=/bc [+r+]Group Mez[+x+] <<[+y+] %t [+x+]>>  with[+g+] %s [+x+]
ADSpellMinMana1=0
ADSpellRecast1=1
ADSpellDelay1=0
ADTarCnt1=3
ADTarType1=12
ADTarBegHP1=200
ADTarEndHP1=70
ADSpellCastonResist1=tash
ADHold=0|1|6|   1=on 0=off|Debuff spell #|Time to wait for debuff|
ADIfSpellImmune1=
ADUseHoTT1=10

ADGem2=8
ADSpell2=Baffle Rk. II
ADSpellFoci2=
ADDurMod2=0
ADSpellAlias2=mez
ADAnnounce2=/bc [+r+]Mezzed[+x+] <<[+y+] %t [+x+]>>  with[+g+] %s [+x+]
ADSpellMinMana2=0
ADSpellRecast2=5
ADSpellDelay2=0
ADTarCnt2=2
ADTarType2=12
ADTarBegHP2=200
ADTarEndHP2=70
ADSpellCastonResist2=tash
ADHold=0|1|6|   1=on 0=off|Debuff spell #|Time to wait for debuff|
ADIfSpellImmune2=
ADUseHoTT2=10

ADGem3=1
ADSpell3=Bark of Tashan Rk. II
ADSpellFoci3=
ADDurMod3=0
ADSpellAlias3=tash
ADAnnounce3=/bc Tash
ADSpellMinMana3=20
ADSpellRecast3=0
ADSpellCastonResist3=tash
ADSpellDelay3=0
ADTarCnt3=1
ADTarType3=11
ADTarBegHP3=200
ADTarEndHP3=70
ADIfSpellImmune3=
ADUseHoTT3=10

ADGem4=2
ADSpell4=Desolate Deeds
ADSpellFoci4=
ADDurMod4=0
ADSpellAlias4=slow
ADAnnounce4=/bc
ADSpellMinMana4=20
ADSpellRecast4=3
ADSpellDelay4=0
ADTarCnt4=1
ADTarType4=11
ADTarBegHP4=200
ADTarEndHP4=50
ADSpellCastonResist4=
ADIfSpellImmune4=
ADUseHoTT4=10

ADGem5=3
ADSpell5=Shattered Consciousness Rk. II
ADSpellFoci5=
ADDurMod5=0
ADSpellAlias5=dd
ADAnnounce5=/bc
ADSpellMinMana5=60
ADSpellRecast5=1
ADSpellDelay5=20
ADTarCnt5=1
ADTarType5=1
ADTarBegHP5=85
ADTarEndHP5=35
ADSpellCastonResist5=tash
ADIfSpellImmune5=
ADUseHoTT5=0

ADGem7=6
ADSpell7=The Downward Spiral Rk. II
ADSpellFoci7=
ADDurMod7=0
ADSpellAlias7=stun
ADAnnounce7=/bc
ADSpellMinMana7=10
ADSpellRecast7=1
ADSpellDelay7=0
ADTarCnt7=0
ADTarType7=1
ADTarBegHP7=20
ADTarEndHP7=1
ADSpellCastonResist7=
ADIfSpellImmune7=
ADUseHoTT7=0

ADGem8=5
ADSpell8=Chromarcana Rk. II
ADSpellFoci8=
ADDurMod8=0
ADSpellAlias8=pa
ADAnnounce8=/bc
ADSpellMinMana8=70
ADSpellRecast8=0
ADSpellDelay8=0
ADTarCnt8=1
ADTarType8=11
ADTarBegHP8=85
ADTarEndHP8=0
ADSpellCastonResist8=
ADIfSpellImmune8=
ADUseHoTT8=0

ADGem6=
ADSpell6=
ADSpellFoci6=
ADDurMod6=0
ADSpellAlias6=
ADAnnounce6=
ADSpellMinMana6=0
ADSpellRecast6=0
ADSpellCastonResist6=
ADSpellDelay6=0
ADTarCnt6=0
ADTarType6=0
ADTarBegHP6=0
ADTarEndHP6=0
ADIfSpellImmune6=
ADUseHoTT6=0

ADPreCondition1=TRUE
ADPreCondition2=TRUE
ADPreCondition3=TRUE
ADPreCondition4=TRUE
ADPreCondition5=TRUE
ADPreCondition6=TRUE
ADPreCondition7=TRUE
ADPreCondition8=TRUE
ADPreCondition9=TRUE

ADGem9=
ADSpell9=
ADSpellFoci9=
ADDurMod9=0
ADSpellAlias9=
ADAnnounce9=
ADSpellMinMana9=0
ADSpellRecast9=0
ADSpellCastonResist9=
ADSpellDelay9=0
ADTarCnt9=0
ADTarType9=0
ADTarBegHP9=0
ADTarEndHP9=0
ADIfSpellImmune9=
ADUseHoTT9=0

[AdvBuff]
ABCount=16
ABMobMax=50
ABCheckTime=1
ABProactive=TRUE

ABGem1=7
ABSpell1=Hastening of Novak Rk. II
ABSpellFoci1=
ABDurMod1=15
ABSpellAlias1=grphaste
ABAnnounce1=/bc
ABSpellMinMana1=30
ABTarCnt1=3
ABTarType1=war shd pal rng mnk rog brd bst ber shm clr self grp cbt idle
ABRecast1=TRUE
ABSpellIcon1=Hastening of Novak Rk. II

ABGem2=7
ABSpell2=Pearlescent Rune Rk. II
ABSpellFoci2=
ABDurMod2=40
ABSpellAlias2=Rune
ABAnnounce2=/bc
ABSpellMinMana2=20
ABTarCnt2=1
ABTarType2=self cbt idle
ABRecast2=TRUE
ABSpellIcon2=Pearlescent Rune Rk. II

ABGem3=4
ABSpell3=Voice of Forethought Rk. II
ABSpellFoci3=
ABDurMod3=40
ABSpellAlias3=grpc
ABAnnounce3=/bc
ABSpellMinMana3=20
ABTarCnt3=3
ABTarType3=shd pal rng bst shm clr dru wiz mag enc nec self cbt idle
ABRecast3=TRUE
ABSpellIcon3=Voice of Forethought Rk. II

ABGem4=4
ABSpell4=Guard of Druzzil
ABSpellFoci4=
ABDurMod4=40
ABSpellAlias4=resist
ABAnnounce4=
ABSpellMinMana4=0
ABTarCnt4=0
ABTarType4=grp self idle
ABRecast4=TRUE
ABSpellIcon4=Guard of Druzzil

ABGem5=7
ABSpell5=Baffler's Aura Rk. II
ABSpellFoci5=
ABDurMod5=0
ABSpellAlias5=aura2
ABAnnounce5=/bc
ABSpellMinMana5=10
ABTarCnt5=1
ABTarType5=self aura
ABRecast5=TRUE
ABSpellIcon5=Baffler's Aura Effect II

ABGem6=alt
ABSpell6=Group Perfect Invisibility
ABSpellFoci6=
ABDurMod6=40
ABSpellAlias6=invis
ABAnnounce6=
ABSpellMinMana6=0
ABTarCnt6=0
ABTarType6=self
ABRecast6=FALSE
ABSpellIcon6=Group Perfected Invisibility

ABGem7=7
ABSpell7=Ward of Befuddlement Rk. II
ABSpellFoci7=
ABDurMod7=50
ABSpellAlias7=ward
ABAnnounce7=
ABSpellMinMana7=0
ABTarCnt7=1
ABTarType7=self cbt idle
ABRecast7=TRUE
ABSpellIcon7=Ward of Mystifying Rk. II

ABGem8=7
ABSpell8=Speed of Novak Rk. II
ABSpellFoci8=
ABDurMod8=40
ABSpellAlias8=haste
ABAnnounce8=/bc
ABSpellMinMana8=0
ABTarCnt8=0
ABRecast8=TRUE
ABTarType8=war shd pal rng mnk rog brd bst ber mypet cbt idle
ABSpellIcon8=Speed of Novak Rk. II

ABGem9=item
ABSpell9=Staff of Eternal Eloquence
ABSpellFoci9=
ABDurMod9=0
ABSpellAlias9=epic
ABAnnounce9=
ABSpellMinMana9=0
ABTarCnt9=1
ABTarType9=self cbt idle
ABRecast9=TRUE
ABSpellIcon9=Aegis of Abstraction


ABGem11=item
ABSpell11=Flattened Ring Gear
ABSpellFoci11=
ABDurMod11=0
ABSpellAlias11=hp
ABAnnounce11=
ABSpellMinMana11=0
ABTarCnt11=1
ABTarType11=self idle
ABRecast11=TRUE
ABSpellIcon11=Form of Endurance V

ABGem13=item
ABSpell13=Moss-Stained Ring
ABSpellFoci13=
ABDurMod13=0
ABSpellAlias13=reyfin
ABAnnounce13=
ABSpellMinMana13=0
ABTarCnt13=1
ABTarType13=self idle
ABRecast13=TRUE
ABSpellIcon13=Knowledge of the Past IV

ABGem14=4
ABSpell14=Prescience Rk. II
ABSpellFoci14=
ABDurMod14=0
ABSpellAlias14=c
ABAnnounce14=/bc
ABSpellMinMana14=0
ABTarCnt14=0
ABTarType14=shd pal rng bst shm clr dru wiz mag enc nec self cbt idle
ABRecast14=TRUE
ABSpellIcon14=Prescience Rk. II

ABGem15=7
ABSpell15=Learner's Aura Rk. II
ABSpellFoci15=
ABDurMod15=0
ABSpellAlias15=aura1
ABAnnounce15=/bc
ABSpellMinMana15=10
ABTarCnt15=1
ABTarType15=self aura
ABRecast15=true
ABSpellIcon15=

ABGem16=item
ABSpell16=Fellowship Registration Insignia
ABSpellFoci16=
ABDurMod15=0
ABSpellAlias16=fire
ABAnnounce16=/bc
ABSpellMinMana16=0
ABTarCnt16=0
ABTarType16=self cbt idle
ABRecast16=FALSE
ABSpellIcon16=
ABDurMod16=0

ABGem10=
ABSpell10=
ABSpellFoci10=
ABDurMod10=0
ABSpellAlias10=
ABAnnounce10=
ABSpellMinMana10=0
ABTarCnt10=0
ABTarType10=tank war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self mypet grp pet cbt idle
ABRecast10=FALSE
ABSpellIcon10=

ABGem12=
ABSpell12=
ABSpellFoci12=
ABDurMod12=0
ABSpellAlias12=
ABAnnounce12=
ABSpellMinMana12=0
ABTarCnt12=0
ABTarType12=tank war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self mypet grp pet cbt idle
ABRecast12=FALSE
ABSpellIcon12=


[AdvEvent]
AECount=1
AECustom1=you feel a gaze of deadly power
AECustom2=694789616.0057871
AECustom3=731750616.00556778
AECheckTime=8
AEGem1=
AESpell1=
AESpellFoci1=
AEDurMod1=0
AEDelay1=0
AEEventMinMana1=0
AEEventMinHP1=0
AEMinMana1=0
AEMaxMana1=0
AEMinHP1=0
AEMaxHP1=0
AETarType1=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self tnt
AESpellAlias1=
AEAnnounce1=
AETarCnt1=1

[AdvPull]
APCheckTimer=0
APRadius=100
APSpell=
APRangedMod=0
APBefore=
APAfter=
APMobMax=1
APScript=AdvPull
APAgroRadius=55
APAggroRadius=55
APPath=
APCheckTime=0
APAnnounce=
APRetPath=
APRetries=1

[AdvCure]
AQCount=0

[Script-Defense]
Commands=0
C1=/return


[Script-AECustomEvent1]
Commands=1
C1=/casting ''Mirrored Mask|item''

Cleric;

Code:
[Settings]
DoMelee=FALSE
DoHeals=TRUE
DoBuffs=TRUE
DoDebuffs=TRUE
DoEvents=FALSE
DoCures=TRUE
DoPull=FALSE
DoPet=FALSE
DoSit=TRUE
DoLoot=FALSE
DoFW=FALSE
DoForage=FALSE
ForageIni=forage.ini
DoAfk=FALSE
DoMount=FALSE
MountCast=Mottled Worg Bridle|item
DoAura=FALS
AuraCast=
MasterList=
TankName=
ExcludeList=
Radius=85
SitAggroRadiusCheck=50
AfkMessage=Not now, thanks
DeathSlot=FALSE
FollowDistance=20
FollowStick=20 hold uw
PetCast=
PetAggro=FALSE
PetAssist=0
PetFoci=
PetShrinkSpell=
SummonFood=
SummonDrink=
NetworkINI=
GoMNuke=Alias of debuff for GoM  
GoRMNuke=
GoERMNuke=
GoAERMNuke=
TraderName=

[Melee]
OffTank=FALSE
ACLeash=50
ACAssistPct=95
ACManaPct=30
ACAnnounce=/bc
ACMeleeCmd=/melee plugin=1
ACBefore=
ACAfter=

[AdvHeal]
AHCount=12
AHCheckTime=0
AHHealOOBC=TRUE
AHHealMode=1|6|12
AHInterruptLevel=2
AHClassPriority=enc,wiz,mag,nec,clr,dru,shm,pal,shd,war,bst,rng,ber,rog,brd,mnk
AHAllowDismount=TRUE

AHGem1=11
AHSpell1=Divine Eminence Rk. II
AHSpellFoci1=
AHDurMod1=0
AHSpellMinMana1=01
AHSpellAlias1=DA
AHAnnounce1=/bc
AHTarCnt1=1
AHClass1=pc hp15 self clr
AHPreCondition1=TRUE

AHGem2=1
AHSpell2=Earnest Light Rk. II
AHSpellFoci2=
AHDurMod2=0
AHSpellMinMana2=05
AHSpellAlias2=light
AHAnnounce2=/bc
AHTarCnt2=1
AHClass2=pc hp85 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec
AHPreCondition2=TRUE

AHGem4=12
AHSpell4=Erud's Retort Rk. II
AHSpellFoci4=
AHDurMod4=0
AHSpellMinMana4=05
AHSpellAlias4=retort
AHAnnounce4=/bc
AHTarCnt4=1
AHClass4=pc hp95 war shd pal rng mnk rog brd bst ber
AHPreCondition4=TRUE

AHGem6=5
AHSpell6=Word of Resurgence Rk. II
AHSpellFoci6=
AHDurMod6=0
AHSpellMinMana6=0
AHSpellAlias6=word
AHAnnounce6=/bc
AHTarCnt6=1
AHClass6=pc group hp80
AHPreCondition6=TRUE

AHGem8=3
AHSpell8=Frenzied Renewal Rk. II
AHSpellFoci8=
AHDurMod8=0
AHSpellMinMana8=0
AHSpellAlias8=fast
AHAnnounce8=/bc
AHTarCnt8=1
AHClass8=pc hp70 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec
AHPreCondition8=TRUE

AHGem9=6
AHSpell9=Word of Awakening Rk. II
AHSpellFoci9=
AHDurMod9=0
AHSpellMinMana9=0
AHSpellAlias9=group2
AHAnnounce9=/bc
AHTarCnt9=1
AHClass9=pc group hp50 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec
AHPreCondition9=TRUE

AHGem10=alt
AHSpell10=Burst of Life
AHSpellFoci10=
AHDurMod10=0
AHSpellMinMana10=0
AHSpellAlias10=life
AHAnnounce10=/bc
AHTarCnt10=1
AHClass10=pc hp30 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec
AHPreCondition10=TRUE

AHGem11=alt
AHSpell11=Divine Arbitration
AHSpellFoci11=
AHDurMod11=0
AHSpellMinMana11=0
AHSpellAlias11=arb
AHAnnounce11=/bc
AHTarCnt11=1
AHClass11=pc hp25 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec
AHPreCondition11=TRUE

AHGem12=item
AHSpell12=Aegis of Superior Divinity
AHSpellFoci12=
AHDurMod12=0
AHSpellMinMana12=0
AHSpellAlias12=epic
AHAnnounce12=/bc
AHTarCnt12=1
AHClass12=pc hp20 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec
AHPreCondition12=TRUE

AHGem3=
AHSpell3=
AHSpellFoci3=
AHDurMod3=0
AHSpellMinMana3=0
AHSpellAlias3=
AHAnnounce3=
AHTarCnt3=0
AHClass3=pc pet group hp0 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec tnt mypet self
AHPreCondition3=TRUE

AHGem7=
AHSpell7=
AHSpellFoci7=
AHDurMod7=0
AHSpellMinMana7=0
AHSpellAlias7=
AHAnnounce7=
AHTarCnt7=0
AHClass7=pc pet group hp0 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec tnt mypet self
AHPreCondition7=TRUE

AHGem5=
AHSpell5=
AHSpellFoci5=
AHDurMod5=0
AHSpellMinMana5=0
AHSpellAlias5=
AHAnnounce5=
AHTarCnt5=0
AHClass5=pc pet group hp0 war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec tnt mypet self
AHPreCondition5=TRUE


[AdvDebuff]
ADCount=0
ADMobMax=100
ADCheckTime=2
ADAggroOnly=0
ADHold=0|1|1|   1=on 0=off|Debuff spell #|Time to wait for debuff|

ADGem1=8
ADSpell1=Glorious Denunciation Rk. II
ADSpellFoci1=
ADDurMod1=0
ADSpellAlias1=DD
ADAnnounce1=/bc
ADSpellMinMana1=0
ADSpellRecast1=10
ADSpellCastonResist1=
ADSpellDelay1=0
ADTarCnt1=1
ADTarType1=11
ADTarBegHP1=100
ADTarEndHP1=30
ADIfSpellImmune1=
ADUseHoTT1=1
ADPreCondition1=TRUE

[AdvBuff]
ABCount=12
ABMobMax=16
ABCheckTime=8
ABProactive=TRUE

ABGem1=9
ABSpell1=Armor of the Devout Rk. II
ABSpellFoci1=
ABDurMod1=0
ABSpellAlias1=selfHP
ABAnnounce1=/bc
ABSpellMinMana1=0
ABTarCnt1=1
ABTarType1=self
ABRecast1=TRUE
ABSpellIcon1=Armor of the Devout Rk. II

ABGem2=12
ABSpell2=Shining Rampart Rk. II
ABSpellFoci2=
ABDurMod2=0
ABSpellAlias2=ramp
ABAnnounce2=/bc
ABSpellMinMana2=0
ABTarCnt2=1
ABTarType2=cbt idle tank
ABRecast2=FALSE
ABSpellIcon2=Shining Rampart Rk. II

ABGem3=9
ABSpell3=Aura of Loyalty Rk. II
ABSpellFoci3=
ABDurMod3=0
ABSpellAlias3=spellhaste
ABAnnounce3=/bc
ABSpellMinMana3=0
ABTarCnt3=1
ABTarType3=self
ABRecast3=FALSE
ABSpellIcon3=Aura of Loyalty Rk. II

ABGem4=10
ABSpell4=Circle of Divinity
ABSpellFoci4= 
ABDurMod4=0 
ABSpellAlias4=clrAura
ABAnnounce4=/bc
ABSpellMinMana4=0 
ABTarCnt4=1 
ABTarType4=self cbt idle aura
ABRecast4=FALSE
ABSpellIcon4=Divinity Effect

ABGem5=alt 
ABSpell5=Blessing of Resurrection
ABSpellFoci5= 
ABDurMod5=0 
ABSpellAlias5=rezspell
ABAnnounce5=/bc
ABSpellMinMana5=0 
ABTarCnt5=0 
ABTarType5=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec
ABRecast5=FALSE
ABSpellIcon5=

ABGem6=8
ABSpell6=Hand of Reliance Rk. II
ABSpellFoci6=
ABDurMod6=0
ABSpellAlias6=grpgall
ABAnnounce6=/bc
ABSpellMinMana6=0
ABTarCnt6=1
ABTarType6=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec idle
ABRecast6=TRUE
ABSpellIcon6=Reliance Rk. II

ABGem7=9
ABSpell7=Rallied Palladium of Vie Rk. II
ABSpellFoci7=
ABDurMod7=0
ABSpellAlias7=vie
ABAnnounce7=/bc
ABSpellMinMana7=10
ABTarCnt7=0
ABTarType7=self
ABRecast7=TRUE
ABSpellIcon7=Rallied Palladium of Vie Rk. II

ABGem8=item
ABSpell8=Shiny Carapace Guard
ABSpellFoci8=
ABDurMod8=0
ABSpellAlias8=fodef
ABAnnounce8=/b
ABSpellMinMana8=0
ABTarCnt8=1
ABTarType8=self idle
ABRecast8=True
ABSpellIcon8=Form of Defense VII

ABGem9=item
ABSpell9=Mail Cloak of the Underkin
ABSpellFoci9=
ABDurMod9=0
ABSpellAlias9=spikes
ABAnnounce9=/bc
ABSpellMinMana9=0
ABTarCnt9=1
ABTarType9=self idle
ABRecast9=FALSE
ABSpellIcon9=Illusionary Spikes II

ABGem10=item
ABSpell10=Ring of Nature's Respite
ABSpellFoci10=
ABDurMod10=0
ABSpellAlias10=past4
ABAnnounce10=/bc
ABSpellMinMana10=0
ABTarCnt10=1
ABTarType10=self idle
ABRecast10=FALSE
ABSpellIcon10=Knowledge of the Past IV

ABGem11=item
ABSpell11=Striped Belt of the Wasp Drone
ABSpellFoci11=
ABDurMod11=0
ABSpellAlias11=clrsalik
ABAnnounce11=/bc
ABSpellMinMana11=0
ABTarCnt11=1
ABTarType11=self idle
ABRecast11=FALSE
ABSpellIcon11=Expanding Mind I

ABGem12=item
ABSpell12=Bone Mask of the Ancient Iksar
ABSpellFoci12=
ABDurMod12=0
ABSpellAlias12=clrillu
ABAnnounce12=/bc
ABSpellMinMana12=0
ABTarCnt12=1
ABTarType12=self idle
ABRecast12=FALSE
ABSpellIcon12=Illusion: Ancient Iksar



[AdvEvent]
AECount=1
AECheckTime=3
AECustom1=you feel a gaze of deadly power
AECustom2=188739385.00489387
AECustom3=988488385.00710173

AEGem1=
AESpell1=
AESpellFoci1=
AEDurMod1=0
AEDelay1=0
AEEventMinMana1=0
AEEventMinHP1=0
AEMinMana1=0
AEMaxMana1=0
AEMinHP1=0
AEMaxHP1=0
AETarType1=war shd pal rng mnk rog brd bst ber shm clr dru wiz mag enc nec self tnt
AESpellAlias1=
AEAnnounce1=
AETarCnt1=1

[AdvPull]
APCheckTimer=0
APRadius=100
APSpell=
APRangedMod=0
APMobMax=1
APScript=AdvPull
APBefore=
APAfter=
APCheckTime=0
APPath=
APAnnounce=
APRetPath=
APRetries=1

[AdvCure]
AQCount=2
AQCheckTime=2

AQGem1=alt
AQSpell1=Radiant Cure
AQSpellCntr1=0
AQSpellFoci1=
AQSpellCureType1=All
AQSpellMinMana1=1
AQSpellRecast1=2
AQTarCnt1=1
AQTarType1=cbt idle grp
AQSpellAlias1=cure1
AQAnnounce1=/bc

AQGem2=5
AQSpell2=Word of Resurgence Rk. II
AQSpellCntr2=0
AQSpellFoci2=
AQSpellCureType2=All
AQSpellMinMana2=1
AQSpellRecast2=2
AQTarCnt2=1
AQTarType2=cbt idle grp
AQSpellAlias2=cure2
AQAnnounce2=/bc



[Script-rezgroup] 
Commands=8 
C1=/if ({RezChkTimer}) /return 
C2=/if (!{Defined[RezChkTimer]}) /declare RezChkTimer timer outer 80
C3=/if (!{SpawnCount[corpse radius 75 group]}) /return 
C4=/target id {Spawn[corpse group].ID} 
C5=/delay 2s {Target.Type.Equal[corpse]} 
C6=/corpse 
C7=/call CastCall {Me.CleanName} ''cast rezspell {Spawn[corpse group].ID}''
C8=/varset RezChkTimer 80

[Script-AECustomEvent1]
Commands=1
C1=/casting ''Mirrored Mask|item''

I have my Masterlist set as the character I play and the same for the Tankname. Then I make sure to set the MA using the ingame group adjustment function.

The only thing I can't get working automatically is my cleric casting Rez on a group member's corpse. I just haven't looked into it for a long enough time I guess.
 
Last edited:
  • Like
Reactions: EQDAB