help with ranger

pooreboy72

Member
Joined
Jul 9, 2007
Messages
85
Reaction score
7
Points
8
i thought i have all the parameters correct for autofire but he simply wont do it and i am now at a loss. i just send him a bct command to //autofire.

can someone please take a look and see what i have missing in my INI and let me know what i am doing wrong

[MQ2Bot]
Debugging=0
BotVersion=20190216.0839
BotCommandsOn=
BotCommandsOff=
AlwaysCheckAdds=0
RestrictedZones=,344,202,151,345,
BuffPassword=NULL
AuthorizedUsers=|guild|group|netbots|
CycleDelay=3
DefaultGem=1
AnnounceEcho=1
AnnounceEQBC=0
AnnounceAdds=1
AutoInvisDistance=0
AssistAt=99
AssistRange=100
UseManualAssist=0
AssistName=
MercAssistAt=100
MercAssistRange=0
MeleeAt=0
MeleeDistance=40
DoPetSwarm=0
PetAttackAt=100
PetAttackRange=60
RepositionIfSummoned=0
MedStartAt=80
MedStopAt=99
MedToFull=0
MedDuringCombat=0
EndMedStartAt=0
EndMedStopAt=0
EndMedToFull=0
MinManaToNuke=0
NukeToTAt=80
ManaToSummon=100
SummonModRods=1
UseModRods=1
AACutoffTime=10
AAStopAt=25
AggroAt=70
AutofireAt=98
AutofireDistance=200
DebuffAdds=1
DebuffAt=98
DebuffStopAt=10
DebuffAEAmount=3
DotAt=98
DotStopAt=10
FaceAngle=360
FadeAt=20
GrabAdds=0
GrabPrimary=0
InterruptToHealAt=0
HealAt=40
HealToTAt=40
HealSelfAt=40
HealDelayedAt=45
HealDurationAt=45
HealGroupAt=40
HealPetAt=40
ImHitAt=50
JoltAt=70
KnockbackAdds=1
KnockbackPrimary=0
LifetapAt=80
LootInCombat=0
LootRadius=0
ManaAt=80
NukeAt=90
RezRadius=100
RootAdds=15
RootPrimary=0
SnareAt=80
SwarmAt=90
UseAutoFire=1
UseAENukes=1
UseAura=1
UseClickyBuffs=1
UseClickyNukes=1
DebuffsSpellFirst=0
UseDiscsOffensive=1
UseDiscsDefensive=0
UseFightBuffs=1
UseMainTankBuffs=1
UseManaInCombat=1
UseManaOnOthers=1
UseMez=1
UsePet=9
PetReagentCheck=1
PetIllusionItem=NULL
CustomPetSpell=NULL
UsePetBuffs=1
StandOnPetAttack=0
UseSelfBuffs=1
AutoFollowLeader=0
AutoFollowSettings=30 healer
UseNetBots=0
NetBotsName=NULL
DoDebug=0
PullingDistance=0
DoPulls=0
MQ2NavDistance=10
 
Probably because it's actually checked as part of Melee, and you have MeleeAt=0, so it never gets there. Try setting it to a value, even if you don't plan to enage exactly. E.g., MeleeAt=5

See if that does anything.

htw
 
FYI, I just changed that behavior in CheckMelee, so it won't just autoreturn if MeleeAt=0 (it'll individually check MeleeAt and AutoFireAt).

Pushed new MQ2Bot to server.

htw
 
works perfectly and now doesn't run in if i have him to close. Thanks for the help