Bot macro - Customization

I have no idea that bot.mac even works correctly on progression. I have never onced logged into anything other than a live server to test anything.

It works fine on progression, it is one of the servers I play on primarily.



You're right. It wasnt on the wiki (I just added it), it was buried on one of the bot.mac posts.

Added:
/lootthis Name ItemName
Ie.
/lootthis PeteSampras Item of win
/lootthis PeteSampras Item of win
So you will target the corpse you want looted and type that. If your toon name is PeteSampras, it will target that corpse, save location and heading and invis status, go to corpse, loot that item, go back to original position, /face original heading, and reinvis if you were invised. That will work to force a one time loot of a specific item. However, you can add the following in your loot.ini to keep a list and auto loot items by character:
Code:
[Loot]
Loot_PeteSampras=trinkets-5|thingamajigs-1|top hats-4|
Loot_FrankyJ=wrist molds-2|
FrankyJ will loot 2 wrist molds
PeteSampras will loot 5 trinkets, 1 thingamajigs, and 4 top hats.

I've tried using this, but it doesn't seem to be working. I've tested even with things like Blue Diamonds to ensure it's doing what its meant to

Bot version in use v2014.0505
Loot.ini
Code:
[Loot]
Version=v2.25
LootOnRaids=FALSE
HideCorpseLooted=TRUE
LootMobs=TRUE
CorpseRadius=150
MobTooClose=50
ReportLoot=FALSE
ReportOnlyGear=FALSE
LootChannel=bc
MinValue=30
LootTradeskills=TRUE
LootDuringCombat=TRUE
OpenAllBags=TRUE
AddNewSales=TRUE
LootForage=TRUE
LootIgnoreList=Ornamentation,Chorosene,Mamba,Words of,Rune of,Etched Rune, Delphinium, Privit, Meat,Larkspur,Ornament,Velium ,Fine Steel,Salil's,Laburnum,Muscimol,Nihilite ,Oleander,
Loot_Cleric=Aderirse Bur-0|Vanadium Ore|Blue Diamond-0|
Loot_Shaman=Aderirse Bur|Vanadium Ore-0|Blue Diamond-0|
Loot_Tank=Brightly Pulsating Chronal Shear|Brilliantly Pulsating Chronal Shear|Dimly Pulsating Chronal Shear|Faintly Pulsating Chronal Shear|Pulsating Chronal Shear|Blue Diamond|Aderirse Bur-0|Vanadium Ore-0|
[A]
Aderirse Bur=Tradeskills
[B]
Blue Diamond=Sell
Brightly Pulsating Chronal Shear=Sell
etc

I was then also trying to specify for the Shaman to loot the Alchemy items, and the Tank only to loot Blue Diamonds and this also doesn't work. Syntax issue, or doesn't work with bot.mac?

So further on this - I was trying to add the items via manually editing the loot.ini but with no luck to specify for someone to only loot a certain amount of an item.

I tried using a /lootthis command, but it tells me that the command is not valid
 
Code:
MobTooClose=50

change that to 0
 
This is probably a dumb question, but can someone show me an example of stopping a buff if a non-stackable is already there?

Example: Group has shammy focus, macro is running on beastlord. He is constantly trying to focus the group.

Example2: Druid tries to skin group when they already has Cred.

Example3: Raider cast Rk. III on group, cleric only have Rk. II, this causes a spam of casts.

Thank you!

Carbja23

Small bump, anyone that can show me an example?
 
This is probably a dumb question, but can someone show me an example of stopping a buff if a non-stackable is already there?

Example: Group has shammy focus, macro is running on beastlord. He is constantly trying to focus the group.

Example2: Druid tries to skin group when they already has Cred.

Example3: Raider cast Rk. III on group, cleric only have Rk. II, this causes a spam of casts.

Thank you!

Carbja23

Small bump, anyone that can show me an example?

Try using ${Spell[THE_SPELL_NAME].Stacks} as your conditional

In other news...

Does anyone have a good paladin ini?
 
Putting it as the BuffSpellIcon should have it check all 3 ranks. It already does a .Stacks check and .Stacks doesnt check for own version of buff despite my many pleas and even writing it to do so and pasting it onto the main site. It was too much common sense to check for itself.
 
if I wanted to use a bow to pull with a warrior how would I do that?

AlertListClear=FALSE
AlertListClearTimer=60m
AmIPuller=TRUE
PullRadius=1000
PullZRadius=50
PullCastRange=150
MQ2NavPullRadius=10
MQ2NavPullZRadius=10
ReturnActionTotal=1
ReturnAction1=/attack on
PullConColor=LIGHT BLUE,BLUE,WHITE,YELLOW
CourseCorrectionTimer=5
PrePullSkillName=
PrePullSkillGem=
PrePullSkillDelay=
PrePullSkillReuse=
PullingMethod=Standard
PullingAnnounceCMD=NULL
PullingTotal=1
PullAtMyHPs=75
PullSkillName1=Shardheart
PullSkillRequiresLineOfSight1=TRUE
PullSkillDistance1=215
PullSkillSummon1=

works for me
 
Need help making sure i did this correctly.

NukeUse1=TRUE
NukeSpellName1=Rain of Blistersteel Rk. III
NukeSpellGem1=gem1
NukeUseAtMobPctHP1=99
NukeStopAtMobPctHP1=1
NukeRecast1=1s
NukeConditions1=${AddCount}<1

${AddCount}<1 ...will prevent my rain spell from firing when I have adds or it will only fire when I have adds?

Thanks
 
${AddCount}<1 means you will only use that spell when nothing is aggro.. which wouldnt appear to be effective for a nuke.
 
Character moving

Sometimes when a mob dies one or both of my toons will rush forward a little then back up... Loot NPCs and Camp are off... and Melee and moveutils are unloaded... How can I stop them? It happens quite often.

Only thing I can think of why it is doing it is maybe netbots.. just unloaded that... I dont even use it... haven't looked into that plug yet.

Still doing it with netbots unloaded

Had advloot loaded and still happens with it unloaded.

{{{{{ And it seems to only happen on a mount.... when they are just standing they don't do it. }}}}}
 
Last edited:
Sometimes when a mob dies one or both of my toons will rush forward a little then back up... Loot NPCs and Camp are off... and Melee and moveutils are unloaded... How can I stop them? It happens quite often.

Only thing I can think of why it is doing it is maybe netbots.. just unloaded that... I dont even use it... haven't looked into that plug yet.

Still doing it with netbots unloaded

Had advloot loaded and still happens with it unloaded.

{{{{{ And it seems to only happen on a mount.... when they are just standing they don't do it. }}}}}

That is the toon trying to stop casting. If they are in the middle of casting a spell when the mob dies they move to keep from wasting mana. I believe when not on a mount they just /stopcasting or duck or whatever the command is to stop casting. This has been brought up several times.
 
get the spellroutines w the change in it otherwise edit it

I editted mine a while back to avoid the move forward and back again (problem solved)

Im sure pete can point out exactly what line (command) to edit out, I dont have the old version to compare but its a simple fix
 
Having a problem since patch with Enc now not mezzing, stripped the mac down to this and still no mezzing. Any ideas ?

The mac ID's the adds no problem and it will debuff and slow all of them, just will not mez any

HTML:
[Settings]
OptionsCheck=|Debuff|Mez|
OptionsCheckRaid=|Debuff|Mez|
RestrictedZones=344,202,151,345
GMAction=/exit
LootNPCs=FALSE
AuthorizedUsers=
Verbose=FALSE
MyChannel=echo
AnnounceChannel=bc
AnnounceEvents=TRY|CAST_SUCCESS|CAST_IMMUNE|CAST_RESIST
EQBCAnnounceAdds=FALSE
AutoHideNPCCorpses=TRUE
ClearTargetDataAlias=ClearTargetDataAlias
EmergencyAlias=EmergencyAlias
EmergencySkill=EmergencySkill
ImmunityCheck=TRUE
BotVersion=Initial
UseCamp=FALSE

[Assist]
AssistType=3
AssistPC=XXXXXX
AssistAt=100
OpeningMove=
AttackRange=150
AttackCommand=/attack on
AttackConditions=
AmIOffTank=FALSE
UseMelee=FALSE
UseArchery=FALSE
ArcheryMaxDistance=200
ArcheryMinDistance=35
SetTargetMessage=Kill_this
BurnModeAlias=BurnModeAlias

[Follow]
FollowMethod=stick|30 healer
FollowCommand=Chase me
StopFollowCommand=StopFollowCommand
MoveUpCommand=Move up


[Debuff]
DebuffConditions=
DontDebuffConColor=|GREY|GREEN|
DebuffAdds=TRUE
DebuffTotal=2
DebuffTotalIfNamed=2
ForceMemDebuff=TRUE
DebuffAnnounce=FALSE
DebuffUse1=TRUE
DebuffSpellName1=Diminishing Helix
DebuffConditions1=${Target.Buff[Bite of Tashani].ID}
DebuffSpellGem1=gem7
DebuffUseAtMobPctHP1=99
DebuffStopAtMobPctHP1=1
DebuffRecast1=2m
DebuffMaxTries1=2
DebuffUse2=TRUE
DebuffSpellName2=Bite of Tashani
DebuffConditions2=
DebuffSpellGem2=alt
DebuffUseAtMobPctHP2=100
DebuffStopAtMobPctHP2=1
DebuffRecast2=2m
DebuffMaxTries2=2


[Mez]
MezConditions=
DontMezConColor=|GREY|GREEN|
MezTotal=1
ForceMemMez=FALSE
MezAnnounce=FALSE
MezUse1=TRUE
MezSpellName1=Confound
MezConditions1=
MezSpellGem1=gem10



[Combat]
CombatFrequency1=ModRod|Mana|Merc
CombatFrequency2=Mez
CombatFrequency3=FightBuff|AA|Nuke|ClickyNuke
CombatFrequency4=Mez|DeBuff
CombatFrequency5=Mez
StandardCombatOptions=Bard|XHeal|HealSingle|HealGroup|HealBalance|HealSelf|

HealPet|Disc|MainTankBuff|FightBuff|Lifetap|Stun|AA|Dot|Nuke|Snare|ClickyNuke|

Jolt|Rez|ModRod|Mana|Merc
 
Last edited:
see if mobs were added to your /macros/Mob_ignore_list.ini

If so, you can remove them.
 
Oh crap. I deserve to be beaten with the stupid stick. That worked perfectly. Thinking about it makes sense too as i was trying to code in the aa mez but it was too low and therefore added them to list.

I am off to sit in the corner with potato on my chin and rock..

Thanks very much Pete :)
 
Healing not a priority for bot

Hello, I want this Druid to primarily heal, yet, the tank is consistently not getting healed, its almost like he is not adhering to the Combat Frequency I set up.

[Combat]
CombatFrequency1=ModRod|Mana
CombatFrequency2=AA||FightBuff|MainTankBuff
CombatFrequency3=Dot|Nuke
CombatFrequency4=Debuff
CombatFrequency5=XHeal|HealSingle|HealGroup|HealPet


with those setting above, why would the druid cast 2 nukes in a row, then fightbuff, when the tank is below 50%, and i have it to start heals when he is at like 75 and stop at 95.

Code:
[HealSingle]
HealPullerName=NULL
HealPullerDist=50
HealSingleTotal=3
HealSingleAnnounce=FALSE
HealSingleUse1=TRUE
HealSingleSpellName1=Vivification
HealSingleConditions1=
HealSingleSpellGem1=gem6
HealSingleUseAt1=65
HealSingleStopAt1=80
HealSingleRecast1=1s
HealSingleUse2=TRUE
HealSingleSpellName2=Sterivida 
HealSingleSpellGem2=gem8
HealSingleUseAt2=86
HealSingleStopAt2=98
HealSingleRecast2=1s
HealSingleConditions2=
HealSingleUse3=TRUE
HealSingleSpellName3=Adrenaline Rush 
HealSingleSpellGem3=gem7
HealSingleUseAt3=70
HealSingleStopAt3=85
HealSingleRecast3=1s
HealSingleConditions3=
HealSingleConditions=
 
Last edited:
My Shaman.ini

My Shaman.ini

Code:
[Settings]
OptionsCheck=|Pulling|Merc|AA|AutoClickies|Buff|ClickyMaintenance|ClickyNuke|Fade|Debuff|Dot|FightBuff|MainTankBuff|Nuke|Pet|Rez|SelfBuff|XHeal|HealBalance|Mana|ModRod|Buff|
OptionsCheckRaid=|Pulling|Merc|AA|AutoClickies|Buff|ClickyMaintenance|ClickyNuke|Fade|Debuff|Dot|FightBuff|MainTankBuff|Nuke|Pet|Rez|SelfBuff|XHeal|HealBalance|Mana|ModRod|Buff|
UseCamp=TRUE
CampRadius=3
CampRadiusMax=30
InterruptToHealAt=75
InterruptToXHealAt=75
RestrictedZones=344,202,151,345
GMAction=/pause
LootNPCs=FALSE
AuthorizedUsers=
Verbose=TRUE
MyChannel=group
AnnounceChannel=group
AnnounceEvents=TRY|CAST_SUCCESS|CAST_IMMUNE|CAST_RESIST
EQBCAnnounceAdds=FALSE
AutoHideNPCCorpses=TRUE
ClearTargetDataAlias=ClearTargetDataAlias
EmergencyAlias=EmergencyAlias
EmergencySkill=EmergencySkill
ImmunityCheck=TRUE
BotVersion=v2014.0706

[Assist]
AssistType=3
AssistPC=
AssistAt=98
OpeningMove=
AttackRange=300
AttackCommand=/killthis
AmIOffTank=FALSE
UseMelee=TRUE
UseArchery=FALSE
ArcheryMaxDistance=200
ArcheryMinDistance=35
SetTargetMessage=Kill_this
BurnModeAlias=BurnModeAlias
AttackConditions=

[Follow]
FollowMethod=stick|30 healer
FollowCommand=FollowCommand
StopFollowCommand=StopFollowCommand
MoveUpCommand=MoveUpCommand

[ImHit]
ImHitTotal=0
ImHitAnnounce=FALSE

ImHitUse1=FALSE
ImHitSpellName1=
ImHitRecast1=1s
ImHitUseAtMyHP1=90
ImHitConditions1=
ImHitConditions=

[Custom]
CustomCombatTotal=0
CustomRestTotal=0
CustomCombat1=
CustomCombat2=
CustomRest1=

[Pulling]
AmIPuller=TRUE
PullRadius=600
PullZRadius=30
PullCastRange=200
MQ2NavPullRadius=550
MQ2NavPullZRadius=30
ReturnActionTotal=0
ReturnAction1=
PullConColor=LIGHT BLUE,BLUE,WHITE,YELLOW
PullingMethod=Standard
PullingAnnounceCMD=NULL
PullingTotal=1
PullAtMyHPs=90
PullSkillName1=Turgur's Swarm
PullSkillRequiresLineOfSight1=TRUE
PullSkillDistance1=
PullSkillSummon1=
AlertListClear=TRUE
AlertListClearTimer=2m
CourseCorrectionTimer=5
PrePullSkillName=
PrePullSkillGem=
PrePullSkillDelay=
PrePullSkillReuse=

[Merc]
MercAssistAt=100
MercStanceNormal=
MercStanceNamed=
MercStanceOOC=
WAR_MercStanceNormal=
WAR_MercStanceNamed=
WAR_MercStanceOOC=
WIZ_MercStanceNormal=
WIZ_MercStanceNamed=
WIZ_MercStanceOOC=
CLR_MercStanceNormal=
CLR_MercStanceNamed=
CLR_MercStanceOOC=
ROG_MercStanceNormal=
ROG_MercStanceNamed=
ROG_MercStanceOOC=

[AA]
AATotal=15
AAAnnounce=TRUE
AAConditions=

AAUse1=FALSE
AASpellName1=Turgur's Swarm
AAUseAtMobPctHP1=100
AAStopAtMobPctHP1=5
AARecast1=1s
AAUseAtMyHP1=100
AANamedOnly1=FALSE
AAConditions1=

AAUse2=TRUE
AASpellName2=Spirit Call
AAUseAtMobPctHP2=96
AAStopAtMobPctHP2=5
AARecast2=1s
AAUseAtMyHP2=100
AANamedOnly2=FALSE
AAConditions2=

AAUse3=TRUE
AASpellName3=Ancestral Aid
AAUseAtMobPctHP3=96
AAStopAtMobPctHP3=5
AARecast3=1s
AAUseAtMyHP3=100
AANamedOnly3=FALSE
AAConditions3=

AAUse4=TRUE
AASpellName4=Languid Bite
AAUseAtMobPctHP4=96
AAStopAtMobPctHP4=5
AARecast4=1s
AAUseAtMyHP4=100
AANamedOnly4=FALSE
AAConditions4=

AAUse5=TRUE
AASpellName5=Ancestral Guard
AAUseAtMobPctHP5=96
AAStopAtMobPctHP5=5
AARecast5=1s
AAUseAtMyHP5=100
AANamedOnly5=FALSE
AAConditions5=

AAUse6=TRUE
AASpellName6=Call of the Ancients
AAUseAtMobPctHP6=96
AAStopAtMobPctHP6=5
AARecast6=1s
AAUseAtMyHP6=100
AANamedOnly6=FALSE
AAConditions6=

AAUse7=TRUE
AASpellName7=Armor of Ancestral Spirits
AAUseAtMobPctHP7=96
AAStopAtMobPctHP7=5
AARecast7=1s
AAUseAtMyHP7=100
AANamedOnly7=FALSE
AAConditions7=

AAUse8=TRUE
AASpellName8=Silent Casting
AAUseAtMobPctHP8=96
AAStopAtMobPctHP8=5
AARecast8=1s
AAUseAtMyHP8=100
AANamedOnly8=FALSE
AAConditions8=

AAUse9=TRUE
AASpellName9=Fundament: First Spire of Ancestors
AAUseAtMobPctHP9=96
AAStopAtMobPctHP9=5
AARecast9=1s
AAUseAtMyHP9=100
AANamedOnly9=FALSE
AAConditions9=

AAUse10=TRUE
AASpellName10=Focus of Arcanum
AAUseAtMobPctHP10=96
AAStopAtMobPctHP10=5
AARecast10=1s
AANamedOnly10=FALSE
AAConditions10=

AAUse11=TRUE
AASpellName11=Divine Companion Aura
AAUseAtMobPctHP11=96
AAStopAtMobPctHP11=5
AARecast11=1s
AANamedOnly11=FALSE
AAConditions11=

AAUse12=TRUE
AASpellName12=Crippling Apparition
AAUseAtMobPctHP12=96
AAStopAtMobPctHP12=5
AARecast12=1s
AANamedOnly12=FALSE
AAConditions12=

AAUse13=TRUE
AASpellName13=Companion's Blessing
AAUseAtMobPctHP13=96
AAStopAtMobPctHP13=5
AARecast13=1s
AANamedOnly13=FALSE
AAConditions13=

AAUse14=TRUE
AASpellName14=Fortify Companion
AAUseAtMobPctHP14=96
AAStopAtMobPctHP14=5
AARecast14=1s
AANamedOnly14=FALSE
AAConditions14=

AAUse15=TRUE
AASpellName15=Crippling Spirit
AAUseAtMobPctHP15=96
AAStopAtMobPctHP15=5
AARecast15=1s
AANamedOnly15=FALSE
AAConditions15=

[Buff]
AutoInvis=FALSE
AutoBreakInvis=FALSE
InvisSpell=Group Silent Presence
InvisSpellGem=alt
InvisUndeadSpell=
InvisUndeadSpellGem=
LevitateSpell=Perfected Levitation
LevitateSpellGem=alt

BuffTotal=4
BuffAnnounce=FALSE

BuffUse1=TRUE
BuffSpellName1=Talisman of Celerity
BuffSpellIcon1=Talisman of Celerity
BuffSpellGem1=gem11
BuffIconAlt1=Talisman of Celerity
BuffAlias1=|haste|
BuffClasses1=BER,BRD,BST,CLR,DRU,ENC,MAG,MNK,NEC,PAL,RNG,ROG,SHD,SHM,WAR,WIZ

BuffUse2=TRUE
BuffSpellName2=Talisman of the Courageous
BuffSpellIcon2=Mammoth's Force
BuffSpellGem2=gem11
BuffIconAlt2=
BuffAlias2=|grpunity|
BuffClasses2=BER,BRD,BST,CLR,DRU,ENC,MAG,MNK,NEC,PAL,RNG,ROG,SHD,SHM,WAR,WIZ

BuffUse3=TRUE
BuffSpellName3=Talisman of the Steadfast
BuffSpellIcon3=Talisman of the Steadfast
BuffSpellGem3=gem11
BuffIconAlt3=Talisman of the Steadfast
BuffAlias3=|grpregen|
BuffClasses3=BER,BRD,BST,CLR,DRU,ENC,MAG,MNK,NEC,PAL,RNG,ROG,SHD,SHM,WAR,WIZ

BuffUse4=TRUE
BuffSpellName4=Talisman of the Tribunal
BuffSpellIcon4=Talisman of the Tribunal
BuffSpellGem4=gem11
BuffIconAlt4=Talisman of the Tribunal
BuffAlias4=|resist|
BuffClasses4=BER,BRD,BST,CLR,DRU,ENC,MAG,MNK,NEC,PAL,RNG,ROG,SHD,SHM,WAR,WIZ

BuffXTargets=FALSE
BuffPets=FALSE
BuffAlias2=
BuffAlias3=
BuffConditions=
BuffClasses5=

[ClickyMaintenance]
clickies=0

[ClickyNuke]
ClickyNukeTotal=1
ClickyNukeAnnounce=FALSE
ClickyNukeConditions=

ClickyNukeUse1=TRUE
ClickyNukeName1=Boreal Coat of the Diviner
ClickyNukeConditions1=
ClickyNukeSpellGem1=item
ClickyNukeRecast1=1s
ClickyNukeUseAtMobPctHP1=96
ClickyNukeStopAtMobPctHP1=1
ClickyNukeNamedOnly1=FALSE

[Fade]
FadeTotal=1
FadeAnnounce=FALSE

FadeUse1=TRUE
FadeSpellName1=Inconspicuous Totem
FadeConditions1=
FadeSpellGem1=alt
FadeUseAtMyHP1=30
FadeConditions=

[Debuff]
DontDebuffConColor=|GREY|GREEN|
DebuffAdds=TRUE
DebuffTotal=4
DebuffTotalIfNamed=4
ForceMemDebuff=FALSE
DebuffAnnounce=FALSE
DebuffConditions=

DebuffUse1=TRUE
DebuffSpellName1=Turgur's Swarm
DebuffConditions1=
DebuffSpellGem1=alt
DebuffUseAtMobPctHP1=99
DebuffStopAtMobPctHP1=1
DebuffRecast1=2m
DebuffMaxTries1=2

DebuffUse2=TRUE
DebuffSpellName2=Malosinete
DebuffConditions2=
DebuffSpellGem2=alt
DebuffUseAtMobPctHP2=99
DebuffStopAtMobPctHP2=1
DebuffRecast2=2m
DebuffMaxTries2=2

DebuffUse3=TRUE
DebuffSpellName3=Pathosis
DebuffSpellGem3=alt
DebuffUseAtMobPctHP3=96
DebuffStopAtMobPctHP3=1
DebuffRecast3=2m
DebuffMaxTries3=2
DebuffConditions3=

DebuffUse4=TRUE
DebuffSpellName4=Feralisenia
DebuffSpellGem4=gem2
DebuffUseAtMobPctHP4=96
DebuffStopAtMobPctHP4=1
DebuffRecast4=2m
DebuffMaxTries4=2
DebuffConditions4=

[GoM]
GoMTotal=0
GoMTotalIfNamed=0
GoMAnnounce=FALSE

GoMUse1=FALSE
GoMSpellName1=
GoMSpellIcon1=
GoMSpellGem1=
GoMConditions=

[Dot]
DotTotal=5
DotTotalIfNamed=5
ForceMemDot=FALSE
DotAnnounce=FALSE

DotUse1=TRUE
DotSpellName1=Nectar of Anguish
DotSpellGem1=gem4
DotUseAtMobPctHP1=96
DotStopAtMobPctHP1=30
DotRecast1=1s
DotMaxTries1=2
DotConditions1=

DotUse2=TRUE
DotSpellName2=Naganaga
DotSpellGem2=gem3
DotUseAtMobPctHP2=96
DotStopAtMobPctHP2=30
DotRecast2=1s
DotMaxTries2=2
DotConditions2=

DotUse3=TRUE
DotSpellName3=Banescale's Venom
DotSpellGem3=gem7
DotUseAtMobPctHP3=96
DotStopAtMobPctHP3=30
DotRecast3=1s
DotMaxTries3=2
DotConditions3=

DotUse4=TRUE
DotSpellName4=Phase Spider Blood
DotSpellGem4=gem5
DotUseAtMobPctHP4=96
DotStopAtMobPctHP4=30
DotRecast4=1s
DotMaxTries4=2
DotConditions4=

DotUse5=TRUE
DotSpellName5=Vilefeaster's Pandemic
DotSpellGem5=gem6
DotUseAtMobPctHP5=96
DotStopAtMobPctHP5=30
DotRecast5=1s
DotMaxTries5=2
DotConditions5=
DotConditions=

[FightBuff]
FightBuffTotal=1
ForceMemFightBuff=TRUE
FightBuffAnnounce=FALSE
FightBuffConditions=

FightBuffUse1=TRUE
FightBuffSpellName1=Talisman of the Snow Leopard
FightBuffSpellIcon1=Talisman of the Snow Leopard
FightBuffSpellGem1=gem12
FightBuffNamedOnly1=FALSE
FightBuffForAggro1=FALSE
FightBuffConditions1=

[MainTankBuff]
MainTankBuffTotal=1
MainTankBuffAnnounce=FALSE
DesignatedTank=NULL
MainTankBuffConditions=

MainTankBuffUse1=TRUE
MainTankBuffSpellName1=Fatigue
MainTankBuffSpellGem1=gem8
MainTankBuffUseAt1=100
MainTankBuffStopAt1=5
MainTankBuffNamedOnly1=FALSE
MainTankBuffRecast1=4m
MainTankBuffConditions1=

[Nuke]
NukeTotal=2
NukeTotalIfNamed=2
ForceMemNuke=FALSE
NukeAnnounce=FALSE
NukeConditions=

NukeUse1=TRUE
NukeSpellName1=Seedspitter's Bite
NukeSpellGem1=gem9
NukeUseAtMobPctHP1=96
NukeStopAtMobPctHP1=1
NukeRecast1=1s
NukeConditions1=

NukeUse2=TRUE
NukeSpellName2=Ice Burst
NukeSpellGem2=gem10
NukeUseAtMobPctHP2=96
NukeStopAtMobPctHP2=1
NukeRecast2=1s
NukeConditions2=

[Pet]
UsePet=TRUE
PetSpell=Kriegas' Faithful
PetSpellGem=gem1

UsePetFocusAA=TRUE
PetAttackAt=98

ShrinkPet=FALSE
ShrinkPetIfHeightAbove=1.5
ShrinkPetSpell=
ShrinkPetSpellGem=

DoPetHeals=FALSE
PetHealAt=50
PetHealSpell=
PetHealSpellGem=

UseAAPetHeal=TRUE
PetAAHealAt=20

DoPetBuffs=FALSE
PetBuffRecheck=10s
PetBuffTotal=0

PetBuffName1=Pet Illusion: Kirin
PetBuffSpell1=Petamorph Wand - Kirin
PetBuffGem1=item
PetBuffRecast1=1s

PetGearDefaultAlias=
PetGHOLD=TRUE

[Rez]
GrabCorpse=FALSE
RezTotal=2
ForceMemRez=FALSE
RezAnnounce=FALSE

RezUse1=FALSE
RezSpellName1=Call of the Wild
RezConditions1=
RezSpellGem1=item
RezDuringCombat1=TRUE
RezAlias1=

RezUse2=FLASE
RezSpellName2=Incarnate Anew
RezConditions2=
RezSpellGem2=gem12
RezDuringCombat2=FALSE
RezTrustedTotal=0
RezTrusted1=
RezTrusted2=
RezTrusted3=
RezTrusted4=
RezTrusted5=
RezRaidTimer=5m
GroupRaidTimer=1m
RezAlias2=
RezGroupTimer=1m
RezConditions=

[SelfBuff]
SelfBuffTotal=3
SelfBuffAnnounce=FALSE
SelfBuffConditions=

SelfBuffUse1=TRUE
SelfBuffSpellName1=Pack of Kriegas
SelfBuffSpellIcon1=Pack of Kriegas
SelfBuffSpellGem1=gem1
SelfBuffConditions1=

SelfBuffUse2=TRUE
SelfBuffSpellName2=Group Pact of the Wolf
SelfBuffSpellIcon2=Group Pact of the Wolf
SelfBuffSpellGem2=alt
SelfBuffConditions2=

SelfBuffUse3=TRUE
SelfBuffSpellName3=Preincarnation
SelfBuffSpellIcon3=Preincarnation
SelfBuffSpellGem3=alt
SelfBuffConditions3=

[XHeal]
XHealPullerName=
XHealPullerDist=50
XHealTotal=3
XHealAnnounce=FALSE
XHealConditions=

XHealUse1=FALSE
XHealSpellName1=
XHealSpellGem1=gem
XHealUseAt1=50
XHealStopAt1=90

XHealUse2=FALSE
XHealSpellName2=
XHealSpellGem2=gem
XHealUseAt2=50
XHealStopAt2=90

[HealBalance]
HealBalanceTotal=1
HealBalanceAnnounce=FALSE		

HealBalanceUse1=TRUE
HealBalanceSpellName1=Blessed Spiritstaff of the Heyokah
HealBalanceConditions1=
HealBalanceSpellGem1=alt
HealBalanceUseAt1=55			
HealBalanceStopAt1=70
HealBalanceConditions=

[Mana]
MedAt=75
MedToFull=FALSE
MedEvenIfNotInOOCRegen=FALSE
MedTimer=10s
Canni_IfManaBelow=70
DontCanni_UnlessManaBelow=99
Canni_IfMyHPAbove=70
UseClarityPotions=FALSE
ManaConditions=

[Combat]
CombatFrequency1=
CombatFrequency2=
CombatFrequency3=
CombatFrequency4=
CombatFrequency5=XHeal|HealSingle|HealBalance|MainTankBuff|FightBuff|Stun|AA|Dot|Nuke|ClickyNuke|Rez|ModRod|Mana|Merc|SelfBuff
StandardCombatOptions=Bard|XHeal|HealSingle|HealGroup|HealBalance|HealSelf|HealPet|Disc|MainTankBuff|FightBuff|Lifetap|Stun|AA|Dot|Nuke|Snare|ClickyNuke|Jolt|Rez|ModRod|Mana|Merc

[Roles]
SetRoles=FALSE
GroupLeader=
GroupMainTank=
GroupMainAssist=
GroupPuller=
GroupXTarget1=Group Assist Target
RaidXTarget1=Raid Assist 1 Target

[AAtoBuy]
AABuy=FALSE
AABuyChannel=/echo
AABuyAt=15
AABuyMode=Classic
AABuyPageOrder=Class|Archetype|General|Special
LimitedGeneral=
LimitedArchetype=
LimitedClass=
LimitedSpecial=
AACount=0
AAActivatedOnly=FALSE
SetAAPctOnLevelTo=0

[Campfire]
AutoUseCampfire=
SetCampfire=
CampfireName=
CF_Item1=Fellowship Kit:                                                                 CF_Item2=Fellowship Lumber Bundle:                                    
CF_Item2=Fellowship Lumber Bundle:                                             
CF_Item2=Fellowship Lumber Bundle:   
                                    
[HealSelf]
HealSelfConditions=
 
Last edited:
Assist Issues with Bot Macro

Message Deleted.
 
Last edited:
Wondering if someone can give me a hand with spell twincast on wizard. Have it as a fight buff currently, but he doesn't cast it. Want him to use it as soon as it's up and there are mobs in camp.

Code:
OptionsCheck=|AA|AutoClickies|Buff|ClickyMaintenance|ClickyNuke|Fade|Debuff|Jolt|Nuke|SelfBuff|Mana|ModRod|FightBuff

Code:
[FightBuff]
FightBuffTotal=1
ForceMemFightBuff=TRUE
FightBuffAnnounce=TRUE
FightBuffUse1=TRUE
FightBuffSpellName1=Twincast
FightBuffSpellIcon1=Twincast
FightBuffSpellGem1=gem2
FightBuffNamedOnly1=FALSE
FightBuffForAggro1=FALSE
FightBuffConditions1=
FightBuffConditions=

[Combat]
CombatFrequency1=Merc
CombatFrequency2=ModRod|Mana|Buff
CombatFrequency3=
CombatFrequency4=
CombatFrequency5=FightBuff|AA|Nuke|ClickyNuke|Jolt
StandardCombatOptions=Bard|XHeal|HealSingle|HealGroup|HealBalance|HealSelf|HealPet|Disc|MainTankBuff|FightBuff|Lifetap|Stun|AA|Dot|Nuke|Snare|ClickyNuke|Jolt|Rez|ModRod|Mana|Merc
 
shaman 2.0

how do you shaman to cast the 2.0 again I tried under heals but that didn't work