Bot Macro

Mac won't Loot

Super random for this to happen, but my toons won't loot corpses now all of a sudden. I've restart my computer multiple times, updated both mq2 and windows, changed toons to loot, but no one will loot corpses though set to TRUE. I've tried /LootNPCs too. Any other things I could try to get it to work.
One thing I did notice was once I used a follow command my toon that was supposed to loot would then try to loot instead of follow me which would cause her to get hung up. Wondering why my toon only tries to loot after that.

Any ideas?

Fixed the problem:
So... I don't know why this is working but I changed this in Loot.ini and now it's working. Default is 75:

MobTooClose=0
 
Last edited:
Attention wizards:

due to the major changes in the game to casters, Pyromancy has been altered slightly. It used to be this would work:

SelfBuffSpellName2=Pyromancy
SelfBuffSpellIcon2=Pyromancy

But it does not. The icon has changed to the rank you have. Since my pyro is maxed, I now need this:

SelfBuffSpellName2=Pyromancy
SelfBuffSpellIcon2=Pyromancy XXIV

Just adjust the roman numerals to your level of Pyro.

There are other problems as well. My nukes are not firing at all. I suspect it has to do with all the conditions. Daybreak really changed the proc system a lot. So something like this:

NukeUse2=TRUE
NukeSpellName2=Ethereal Skyblaze
NukeSpellGem2=gem2
NukeUseAtMobPctHP2=98
NukeStopAtMobPctHP2=1
NukeRecast2=1s
NukeConditions2=(${Me.Twincast} || ${Me.GoM} || ${Me.Song[Thricewoven Power].ID} || ${Me.Buff[Syllable of Fire].ID} || ${Me.Buff[Syllable of Mastery].ID})

Is undoubtedly broken.

Has anyone figured this out yet? My wizard is going OOM on HAs despite having a huge boost in his mana pool recently because I don't have the conditions any more for getting the most out of procs.
 
Macro speed

If I know I'm never going to be the puller, is it ok to remove the Pulling section of the .ini file (removing from options check as well)?
 
I'm running my enchanter using this macro, everything is going ok, with the exception of AoE mezzing. When the puller brings in more than two mobs, the chanter is still trying to use single target mez.

The Wiki doesn't tell alot about mez/aoe mez. Do I need to set up a condition on mez?
 
To Lugnut

Enchanter mez needs always a condition.
I use : ${mezcnt}>2 and it seems OK
Arph
 
So how do i toggle clickys off, its not working by /clicky any ideas??
 
turning Doclickies=0 cleric is still chain casting clickies any idea lol
 
To stop spam of clickies

remove in you Bot_CharacterName_Class ini: autoclickies and clickymaintenance in

OptionsCheck=|Merc|AA|Aura|AutoClickies|Buff|ClickyMaintenance|ClickyNuke|Fade|Debuff|Dot|FightBuff|Mez|Nuke|Pet| SelfBuff|Mana|ModRod|
OptionsCheckRaid=|Pulling|Merc|AA|Aura|AutoClickies|Buff|ClickyMaintenance|ClickyNuke|Fade|Debuff|Dot|FightBuff|Mez|Nuke|Pet| Root|SelfBuff|Stun|Mana|ModRod|
 
To Lugnut

Enchanter mez needs always a condition.
I use : ${mezcnt}>2 and it seems OK
Arph

Still struggling with AoE mez, here is what I have tried:

Code:
[Mez]
IgnoreImmuneLists=FALSE
DontMezConColor=|GREY|GREEN|
MezTotal=1
ForceMemMez=FALSE
MezAnnounce=FALSE
MezUse1=TRUE
MezSpellName1=Mystify
MezSpellGem1=gem2
MezConditions1=
MezConditions=
[AEMez]
AEMezTotal=1
AEMezAnnounce=FALSE
AEMezUse1=TRUE
AEMezSpellName1=Ensorcelling Wave
AEMezSpellGem1=gem10
AEMezConditions1=
AEMezConditions=${mezcnt}>2

any thoughts?
 
Last edited:
Toon will not grab a target

I cannot get my Warrior toon to get a target. If I manually get a target they will run out and pull exactly how they are set up, but, for the life of me I cannot get them to get their own target. Can someone please help me figure this out?

Here is my bot.mac ini file

Code:
[Settings]
RestrictedZones=344,202,151,345
GMAction=
LootNPCs=FALSE
AuthorizedUsers=
Verbose=TRUE
MyChannel=bc
AnnounceChannel=bc
AnnounceEvents=TRY|CAST_SUCCESS|CAST_IMMUNE|CAST_RESIST
EQBCAnnounceAdds=FALSE
AutoHideNPCCorpses=TRUE
ClearTargetDataAlias=ClearTargetDataAlias
EmergencyAlias=EmergencyAlias
EmergencySkill=EmergencySkill
ImmunityCheck=TRUE
BotVersion=v2014.0706
OptionsCheck=|Pulling|AA|Aura|Disc|Aggro|Endurance|
OptionsCheckRaid=|
UseCamp=TRUE
CampRadius=200
CampRadiusMax=250
[Assist]
AssistType=2
AssistPC=Xxxxxxxx
AssistAt=100
OpeningMove=
AttackRange=150
AttackCommand=/attack on
AttackConditions=
AmIOffTank=FALSE
UseMelee=TRUE
UseArchery=TRUE
ArcheryMaxDistance=200
ArcheryMinDistance=35
SetTargetMessage=Kill_this
BurnModeAlias=BurnModeAlias   
[Pulling]
AlertListClear=FALSE
AlertListClearTimer=60m
PullConColor=LIGHT BLUE,BLUE,WHITE,YELLOW
CourseCorrectionTimer=5
PrePullSkillName=
PrePullSkillGem=
PrePullSkillDelay=
PrePullSkillReuse=
AmIPuller=Yes
PullRadius=200
PullZRadius=200
PullCastRange=150
MQ2NavPullRadius=200
MQ2NavPullZRadius=200
ReturnActionTotal=0
ReturnAction1=
PullingMethod=hunt
PullingAnnounceCMD=NULL
PullingTotal=1
PullAtMyHPs=75
PullSkillName1=Archery
PullSkillRequiresLineOfSight1=TRUE
PullSkillDistance1=200
PullSkillSummon1=
[AA]
AAConditions=
AATotal=25
AAAnnounce=FALSE
AAUse1=FALSE
AASpellName1=Item: Disable Item Abilities
AAUseAtMobPctHP1=96
AAStopAtMobPctHP1=5
AARecast1=1s
AANamedOnly1=FALSE
AAConditions1=
AAUse2=FALSE
AASpellName2=Warlord's Tenacity
AAUseAtMobPctHP2=96
AAStopAtMobPctHP2=5
AARecast2=1s
AANamedOnly2=FALSE
AAConditions2=
AAUse3=FALSE
AASpellName3=Call of Challenge
AAUseAtMobPctHP3=96
AAStopAtMobPctHP3=5
AARecast3=1s
AANamedOnly3=FALSE
AAConditions3=
AAUse4=FALSE
AASpellName4=Knee Strike
AAUseAtMobPctHP4=96
AAStopAtMobPctHP4=5
AARecast4=1s
AANamedOnly4=FALSE
AAConditions4=
AAUse5=FALSE
AASpellName5=Gut Punch
AAUseAtMobPctHP5=96
AAStopAtMobPctHP5=5
AARecast5=1s
AANamedOnly5=FALSE
AAConditions5=
AAUse6=FALSE
AASpellName6=Sneering Grin: Enabled
AAUseAtMobPctHP6=96
AAStopAtMobPctHP6=5
AARecast6=1s
AANamedOnly6=FALSE
AAConditions6=
AAUse7=FALSE
AASpellName7=Vehement Rage
AAUseAtMobPctHP7=96
AAStopAtMobPctHP7=5
AARecast7=1s
AANamedOnly7=FALSE
AAConditions7=
AAUse8=FALSE
AASpellName8=Rage of Rallos Zek
AAUseAtMobPctHP8=96
AAStopAtMobPctHP8=5
AARecast8=1s
AANamedOnly8=FALSE
AAConditions8=
AAUse9=FALSE
AASpellName9=Warlord's Resurgence
AAUseAtMobPctHP9=96
AAStopAtMobPctHP9=5
AARecast9=1s
AANamedOnly9=FALSE
AAConditions9=
AAUse10=FALSE
AASpellName10=Wars Sheol's Heroic Blade
AAUseAtMobPctHP10=96
AAStopAtMobPctHP10=5
AARecast10=1s
AANamedOnly10=FALSE
AAConditions10=
AAUse11=FALSE
AASpellName11=Warlord's Fury
AAUseAtMobPctHP11=96
AAStopAtMobPctHP11=5
AARecast11=1s
AANamedOnly11=FALSE
AAConditions11=
AAUse12=FALSE
AASpellName12=Defensive Proficiency
AAUseAtMobPctHP12=96
AAStopAtMobPctHP12=5
AARecast12=1s
AANamedOnly12=FALSE
AAConditions12=
AAUse13=FALSE
AASpellName13=Dual-Wielded Weapon Proficiency
AAUseAtMobPctHP13=96
AAStopAtMobPctHP13=5
AARecast13=1s
AANamedOnly13=FALSE
AAConditions13=
AAUse14=FALSE
AASpellName14=Bold Attacks: Enabled
AAUseAtMobPctHP14=96
AAStopAtMobPctHP14=5
AARecast14=1s
AANamedOnly14=FALSE
AAConditions14=
AAUse15=FALSE
AASpellName15=2-Handed Weapon Proficiency
AAUseAtMobPctHP15=96
AAStopAtMobPctHP15=5
AARecast15=1s
AANamedOnly15=FALSE
AAConditions15=
AAUse16=FALSE
AASpellName16=War Stomp
AAUseAtMobPctHP16=96
AAStopAtMobPctHP16=5
AARecast16=1s
AANamedOnly16=FALSE
AAConditions16=
AAUse17=FALSE
AASpellName17=Rage of the Forsaken
AAUseAtMobPctHP17=96
AAStopAtMobPctHP17=5
AARecast17=1s
AANamedOnly17=FALSE
AAConditions17=
AAUse18=FALSE
AASpellName18=Imperator's Precision
AAUseAtMobPctHP18=96
AAStopAtMobPctHP18=5
AARecast18=1s
AANamedOnly18=FALSE
AAConditions18=
AAUse19=FALSE
AASpellName19=Imperator's Charge
AAUseAtMobPctHP19=96
AAStopAtMobPctHP19=5
AARecast19=1s
AANamedOnly19=FALSE
AAConditions19=
AAUse20=FALSE
AASpellName20=Glyph of Unfathomable Reward
AAUseAtMobPctHP20=96
AAStopAtMobPctHP20=5
AARecast20=1s
AANamedOnly20=FALSE
AAConditions20=
AAUse21=FALSE
AASpellName21=
AAUseAtMobPctHP21=96
AAStopAtMobPctHP21=5
AARecast21=1s
AANamedOnly21=FALSE
AAConditions21=
AAUse22=FALSE
AASpellName22=
AAUseAtMobPctHP22=96
AAStopAtMobPctHP22=5
AARecast22=1s
AANamedOnly22=FALSE
AAConditions22=
AAUse23=FALSE
AASpellName23=
AAUseAtMobPctHP23=96
AAStopAtMobPctHP23=5
AARecast23=1s
AANamedOnly23=FALSE
AAConditions23=
AAUse24=FALSE
AASpellName24=
AAUseAtMobPctHP24=96
AAStopAtMobPctHP24=5
AARecast24=1s
AANamedOnly24=FALSE
AAConditions24=
AAUse25=FALSE
AASpellName25=
AAUseAtMobPctHP25=96
AAStopAtMobPctHP25=5
AARecast25=1s
AANamedOnly25=FALSE
AAConditions25=
[Aura]
AuraConditions=
AuraTotal=1
AuraAnnounce=FALSE
AuraUse1=FALSE
AuraSpellName1=Champion's Aura
AuraSpellIcon1=Champion's Aura
AuraConditions1=
AuraName1=
AuraSpellGem1=disc
[Aggro]
AggroSpellName=
AEAggroMinMobCount=1
AggroSpellGem=gem1
AggroConditions=
AggroAtAggroPct=65
RampageMobCount=0
[Combat]
CombatFrequency1=
CombatFrequency2=
CombatFrequency3=
CombatFrequency4=
CombatFrequency5=Bard|XHeal|HealSingle|HealGroup|HealBalance|HealSelf|HealPet|Disc|MainTankBuff|FightBuff|Lifetap|Stun|AA|Dot|Nuke|Snare|ClickyNuke|Jolt|Rez|ModRod|Mana|Merc
StandardCombatOptions=Bard|XHeal|HealSingle|HealGroup|HealBalance|HealSelf|HealPet|Disc|MainTankBuff|FightBuff|Lifetap|Stun|AA|Dot|Nuke|Snare|ClickyNuke|Jolt|Rez|ModRod|Mana|Merc
[Disc]
DiscTotal=10
DiscUse1=FALSE
DiscName1=Throw Stone
DiscNamedOnly1=TRUE
DiscRecast1=1s
DiscConditions1=
DiscUse2=FALSE
DiscName2=Focused Will Discipline
DiscNamedOnly2=TRUE
DiscRecast2=1s
DiscConditions2=
DiscUse3=FALSE
DiscName3=Resistant Discipline
DiscNamedOnly3=TRUE
DiscRecast3=1s
DiscConditions3=
DiscUse4=FALSE
DiscName4=Fearless Discipline
DiscNamedOnly4=TRUE
DiscRecast4=1s
DiscConditions4=
DiscUse5=FALSE
DiscName5=Evasive Discipline
DiscNamedOnly5=TRUE
DiscRecast5=1s
DiscConditions5=
DiscUse6=FALSE
DiscName6=Charge Discipline
DiscNamedOnly6=TRUE
DiscRecast6=1s
DiscConditions6=
DiscUse7=FALSE
DiscName7=Mighty Strike Discipline
DiscNamedOnly7=TRUE
DiscRecast7=1s
DiscConditions7=
DiscUse8=FALSE
DiscName8=Defensive Discipline
DiscNamedOnly8=TRUE
DiscRecast8=1s
DiscConditions8=
DiscUse9=FALSE
DiscName9=Furious Discipline
DiscNamedOnly9=TRUE
DiscRecast9=1s
DiscConditions9=
DiscUse10=FALSE
DiscName10=Precision Discipline
DiscNamedOnly10=TRUE
DiscRecast10=1s
DiscConditions10=
[Endurance]
SitAt=25
SitToFull=FALSE
EnduranceConditions=
 
Last edited:
I cannot get my Warrior toon to get a target. If I manually get a target they will run out and pull exactly how they are set up, but, for the life of me I cannot get them to get their own target. Can someone please help me figure this out?

Here is my bot.mac ini file

Code:
[Settings]
RestrictedZones=344,202,151,345
GMAction=
LootNPCs=FALSE
AuthorizedUsers=
Verbose=TRUE
MyChannel=bc
AnnounceChannel=bc
AnnounceEvents=TRY|CAST_SUCCESS|CAST_IMMUNE|CAST_RESIST
EQBCAnnounceAdds=FALSE
AutoHideNPCCorpses=TRUE
ClearTargetDataAlias=ClearTargetDataAlias
EmergencyAlias=EmergencyAlias
EmergencySkill=EmergencySkill
ImmunityCheck=TRUE
BotVersion=v2014.0706
OptionsCheck=|Pulling|AA|Aura|Disc|Aggro|Endurance|
OptionsCheckRaid=|
UseCamp=TRUE
CampRadius=200
CampRadiusMax=250
[Assist]
AssistType=2
AssistPC=Xxxxxxxx
AssistAt=100
OpeningMove=
AttackRange=150
AttackCommand=/attack on
AttackConditions=
AmIOffTank=FALSE
UseMelee=TRUE
UseArchery=TRUE
ArcheryMaxDistance=200
ArcheryMinDistance=35
SetTargetMessage=Kill_this
BurnModeAlias=BurnModeAlias   
[Pulling]
AlertListClear=FALSE
AlertListClearTimer=60m
PullConColor=LIGHT BLUE,BLUE,WHITE,YELLOW
CourseCorrectionTimer=5
PrePullSkillName=
PrePullSkillGem=
PrePullSkillDelay=
PrePullSkillReuse=
AmIPuller=Yes
PullRadius=200
PullZRadius=200
PullCastRange=150
MQ2NavPullRadius=200
MQ2NavPullZRadius=200
ReturnActionTotal=0
ReturnAction1=
PullingMethod=hunt
PullingAnnounceCMD=NULL
PullingTotal=1
PullAtMyHPs=75
PullSkillName1=Archery
PullSkillRequiresLineOfSight1=TRUE
PullSkillDistance1=200
PullSkillSummon1=
[AA]
AAConditions=
AATotal=25
AAAnnounce=FALSE
AAUse1=FALSE
AASpellName1=Item: Disable Item Abilities
AAUseAtMobPctHP1=96
AAStopAtMobPctHP1=5
AARecast1=1s
AANamedOnly1=FALSE
AAConditions1=
AAUse2=FALSE
AASpellName2=Warlord's Tenacity
AAUseAtMobPctHP2=96
AAStopAtMobPctHP2=5
AARecast2=1s
AANamedOnly2=FALSE
AAConditions2=
AAUse3=FALSE
AASpellName3=Call of Challenge
AAUseAtMobPctHP3=96
AAStopAtMobPctHP3=5
AARecast3=1s
AANamedOnly3=FALSE
AAConditions3=
AAUse4=FALSE
AASpellName4=Knee Strike
AAUseAtMobPctHP4=96
AAStopAtMobPctHP4=5
AARecast4=1s
AANamedOnly4=FALSE
AAConditions4=
AAUse5=FALSE
AASpellName5=Gut Punch
AAUseAtMobPctHP5=96
AAStopAtMobPctHP5=5
AARecast5=1s
AANamedOnly5=FALSE
AAConditions5=
AAUse6=FALSE
AASpellName6=Sneering Grin: Enabled
AAUseAtMobPctHP6=96
AAStopAtMobPctHP6=5
AARecast6=1s
AANamedOnly6=FALSE
AAConditions6=
AAUse7=FALSE
AASpellName7=Vehement Rage
AAUseAtMobPctHP7=96
AAStopAtMobPctHP7=5
AARecast7=1s
AANamedOnly7=FALSE
AAConditions7=
AAUse8=FALSE
AASpellName8=Rage of Rallos Zek
AAUseAtMobPctHP8=96
AAStopAtMobPctHP8=5
AARecast8=1s
AANamedOnly8=FALSE
AAConditions8=
AAUse9=FALSE
AASpellName9=Warlord's Resurgence
AAUseAtMobPctHP9=96
AAStopAtMobPctHP9=5
AARecast9=1s
AANamedOnly9=FALSE
AAConditions9=
AAUse10=FALSE
AASpellName10=Wars Sheol's Heroic Blade
AAUseAtMobPctHP10=96
AAStopAtMobPctHP10=5
AARecast10=1s
AANamedOnly10=FALSE
AAConditions10=
AAUse11=FALSE
AASpellName11=Warlord's Fury
AAUseAtMobPctHP11=96
AAStopAtMobPctHP11=5
AARecast11=1s
AANamedOnly11=FALSE
AAConditions11=
AAUse12=FALSE
AASpellName12=Defensive Proficiency
AAUseAtMobPctHP12=96
AAStopAtMobPctHP12=5
AARecast12=1s
AANamedOnly12=FALSE
AAConditions12=
AAUse13=FALSE
AASpellName13=Dual-Wielded Weapon Proficiency
AAUseAtMobPctHP13=96
AAStopAtMobPctHP13=5
AARecast13=1s
AANamedOnly13=FALSE
AAConditions13=
AAUse14=FALSE
AASpellName14=Bold Attacks: Enabled
AAUseAtMobPctHP14=96
AAStopAtMobPctHP14=5
AARecast14=1s
AANamedOnly14=FALSE
AAConditions14=
AAUse15=FALSE
AASpellName15=2-Handed Weapon Proficiency
AAUseAtMobPctHP15=96
AAStopAtMobPctHP15=5
AARecast15=1s
AANamedOnly15=FALSE
AAConditions15=
AAUse16=FALSE
AASpellName16=War Stomp
AAUseAtMobPctHP16=96
AAStopAtMobPctHP16=5
AARecast16=1s
AANamedOnly16=FALSE
AAConditions16=
AAUse17=FALSE
AASpellName17=Rage of the Forsaken
AAUseAtMobPctHP17=96
AAStopAtMobPctHP17=5
AARecast17=1s
AANamedOnly17=FALSE
AAConditions17=
AAUse18=FALSE
AASpellName18=Imperator's Precision
AAUseAtMobPctHP18=96
AAStopAtMobPctHP18=5
AARecast18=1s
AANamedOnly18=FALSE
AAConditions18=
AAUse19=FALSE
AASpellName19=Imperator's Charge
AAUseAtMobPctHP19=96
AAStopAtMobPctHP19=5
AARecast19=1s
AANamedOnly19=FALSE
AAConditions19=
AAUse20=FALSE
AASpellName20=Glyph of Unfathomable Reward
AAUseAtMobPctHP20=96
AAStopAtMobPctHP20=5
AARecast20=1s
AANamedOnly20=FALSE
AAConditions20=
AAUse21=FALSE
AASpellName21=
AAUseAtMobPctHP21=96
AAStopAtMobPctHP21=5
AARecast21=1s
AANamedOnly21=FALSE
AAConditions21=
AAUse22=FALSE
AASpellName22=
AAUseAtMobPctHP22=96
AAStopAtMobPctHP22=5
AARecast22=1s
AANamedOnly22=FALSE
AAConditions22=
AAUse23=FALSE
AASpellName23=
AAUseAtMobPctHP23=96
AAStopAtMobPctHP23=5
AARecast23=1s
AANamedOnly23=FALSE
AAConditions23=
AAUse24=FALSE
AASpellName24=
AAUseAtMobPctHP24=96
AAStopAtMobPctHP24=5
AARecast24=1s
AANamedOnly24=FALSE
AAConditions24=
AAUse25=FALSE
AASpellName25=
AAUseAtMobPctHP25=96
AAStopAtMobPctHP25=5
AARecast25=1s
AANamedOnly25=FALSE
AAConditions25=
[Aura]
AuraConditions=
AuraTotal=1
AuraAnnounce=FALSE
AuraUse1=FALSE
AuraSpellName1=Champion's Aura
AuraSpellIcon1=Champion's Aura
AuraConditions1=
AuraName1=
AuraSpellGem1=disc
[Aggro]
AggroSpellName=
AEAggroMinMobCount=1
AggroSpellGem=gem1
AggroConditions=
AggroAtAggroPct=65
RampageMobCount=0
[Combat]
CombatFrequency1=
CombatFrequency2=
CombatFrequency3=
CombatFrequency4=
CombatFrequency5=Bard|XHeal|HealSingle|HealGroup|HealBalance|HealSelf|HealPet|Disc|MainTankBuff|FightBuff|Lifetap|Stun|AA|Dot|Nuke|Snare|ClickyNuke|Jolt|Rez|ModRod|Mana|Merc
StandardCombatOptions=Bard|XHeal|HealSingle|HealGroup|HealBalance|HealSelf|HealPet|Disc|MainTankBuff|FightBuff|Lifetap|Stun|AA|Dot|Nuke|Snare|ClickyNuke|Jolt|Rez|ModRod|Mana|Merc
[Disc]
DiscTotal=10
DiscUse1=FALSE
DiscName1=Throw Stone
DiscNamedOnly1=TRUE
DiscRecast1=1s
DiscConditions1=
DiscUse2=FALSE
DiscName2=Focused Will Discipline
DiscNamedOnly2=TRUE
DiscRecast2=1s
DiscConditions2=
DiscUse3=FALSE
DiscName3=Resistant Discipline
DiscNamedOnly3=TRUE
DiscRecast3=1s
DiscConditions3=
DiscUse4=FALSE
DiscName4=Fearless Discipline
DiscNamedOnly4=TRUE
DiscRecast4=1s
DiscConditions4=
DiscUse5=FALSE
DiscName5=Evasive Discipline
DiscNamedOnly5=TRUE
DiscRecast5=1s
DiscConditions5=
DiscUse6=FALSE
DiscName6=Charge Discipline
DiscNamedOnly6=TRUE
DiscRecast6=1s
DiscConditions6=
DiscUse7=FALSE
DiscName7=Mighty Strike Discipline
DiscNamedOnly7=TRUE
DiscRecast7=1s
DiscConditions7=
DiscUse8=FALSE
DiscName8=Defensive Discipline
DiscNamedOnly8=TRUE
DiscRecast8=1s
DiscConditions8=
DiscUse9=FALSE
DiscName9=Furious Discipline
DiscNamedOnly9=TRUE
DiscRecast9=1s
DiscConditions9=
DiscUse10=FALSE
DiscName10=Precision Discipline
DiscNamedOnly10=TRUE
DiscRecast10=1s
DiscConditions10=
[Endurance]
SitAt=25
SitToFull=FALSE
EnduranceConditions=

Is the Warrior also your tank?

Try:

Code:
PullingMethod=Standard

Also

I belive that

Code:
PullSkillName1=Archery

Archery has to be the name of the Weapon. As an example I had to put Shuriken in for my monk puller.
 
Thanks Lug I'll try that. I did previously try different pulling methods, but the fact that it's not pulling isn't really the core issue, it's the fact that it isn't acquiring a target to pull in the first place.
 
i forget if the 350 /target range change affects pulling. it might. so therefore it might not be able to target anything over 350 range (and not in line of sight?) and might not attempt to pull. i forget when the /macro actually targets something. if it does it right away, then it wouldnt work as is and would need modified. if it waits to target until it is going to hit it with a spell, then it should work.
 
Thanks Lug I'll try that. I did previously try different pulling methods, but the fact that it's not pulling isn't really the core issue, it's the fact that it isn't acquiring a target to pull in the first place.

I also make sure to set the roles in EQ. My monk (the puller)is Puller and MA. We have a SK who has the MT role. Do you have all the plugins loaded?

Here's the settings. asssist, and puller code for my monk:

Code:
[Settings]
OptionsCheck=|Pulling|Disc|Endurance|
OptionsCheckRaid=|Pulling|Merc|AA|Aura|AutoClickies|Buff|ClickyMaintenance|ClickyNuke|Fade|Disc|Snare|Endurance|
UseCamp=TRUE
CampRadius=30
CampRadiusMax=150
RestrictedZones=344,202,151,345
GMAction=/q
LootNPCs=FALSE
AuthorizedUsers=
Verbose=FALSE
MyChannel=bc
AnnounceChannel=bc
AnnounceEvents=TRY|CAST_SUCCESS|CAST_IMMUNE|CAST_RESIST
EQBCAnnounceAdds=FALSE
AutoHideNPCCorpses=FALSE
ClearTargetDataAlias=ClearTargetDataAlias
EmergencyAlias=EmergencyAlias
EmergencySkill=EmergencySkill
ImmunityCheck=TRUE
BotVersion=v2014.0706

[Assist]
AssistType=2
AssistPC= Puller name (This is important!!)
AssistAt=95
OpeningMove=
AttackRange=50
AttackCommand=/attack on
AttackConditions=
AmIOffTank=FALSE
UseMelee=TRUE
UseArchery=FALSE
ArcheryMaxDistance=90
ArcheryMinDistance=35
SetTargetMessage=Kill_this
BurnModeAlias=BurnModeAlias

[Pulling]
AlertListClear=FALSE
AlertListClearTimer=60m
AmIPuller=FALSE
PullRadius=800
PullZRadius=30
PullCastRange=160
MQ2NavPullRadius=450
MQ2NavPullZRadius=30
ReturnActionTotal=0
ReturnAction1=
PullConColor=LIGHT BLUE,BLUE,WHITE,YELLOW,RED
CourseCorrectionTimer=5
PrePullSkillName=
PrePullSkillGem=
PrePullSkillDelay=
PrePullSkillReuse=
PullingMethod=Standard
PullingAnnounceCMD=/g (pull message)
PullingTotal=1
PullAtMyHPs=75
PullSkillName1=Shissar Fangs
PullSkillRequiresLineOfSight1=TRUE
PullSkillDistance1=160
PullSkillSummon1=
PullSkillName2=
PullSkillRequiresLineOfSight2=TRUE
PullSkillDistance2=
PullSkillSummon2=

Note also that if PullConColor is set too low, your puller won't do anything.
 
i forget if the 350 /target range change affects pulling. it might. so therefore it might not be able to target anything over 350 range (and not in line of sight?) and might not attempt to pull. i forget when the /macro actually targets something. if it does it right away, then it wouldnt work as is and would need modified. if it waits to target until it is going to hit it with a spell, then it should work.

Hey Pete,

The macro targets the pull mob as soon as there's a mob in range. It seems to me as I watch it run the LoS part comes in when attempting to attack the target. BTW...thanks again this is a great macro.
 
Struggling getting my wiz and mag to use their harvest spells/wiz aa correctly and cant get my mage to cast his AA mod rod either. I have tried editing both the Ini and bot.mac a few times changing the names of spells and rods but nothing seems to be working for me. For the most part these were working correctly before the last patch with all the permanent buffs and changes to aa's.
Anyone have fixes for Gather magnitude, Quiescent Harvest, druzzil harvest viii and Large modulation shard?
 
One major headache lately is that the Bot macro redoes buffs when you zone. My enchanter will always redo crack and haste on zone, and it's annoying. It's only on group buffs, not self buffs. Is there any way to make them stop?