Moderator: MacroQuest Developers



This isn't causing your problem but puller should not be set on in the INI. I should remove it actualy. You should always set puller on in game after you have anchored the bot. Also try making your anchor radius like 6 or maybe 10 and see if that helps. I have not had any problems yet with it pulling back to the camp but I'll look in to the code some tonight if I get a chance.Draekz wrote:As a matter of fact, now that i looked in the ini, there ISNT an ispuller=0 (or = 1 for that matter) in the ini file? If i were to stick it in, would it go under the combat menu? I've altered a few things to start and turned aggressive off.
Will check it out again tho!
PS: update on the non, pulling thing...he actually tends to pull every SECOND time. Sometimes every 3rd time, but he wont come back every single time..took about 20 mobs to realize the pattern lol (im slow).
In any case, thanks for the idea!
Draekz
Code: Select all
Sub PersonalMain
/if @Combatstatus=="1" /call Epic
/if @Combatstatus=="1" /call Mend
/return
Sub Mend
/if n $char(ability,"Mend")<1 /return
/if n $char(hp,pct)<68 {
/if @Combatstatus=="1" {
/doability mend
}
}
/return
Sub Epic
/if n $char(buff,"Celestial Tranquility")<1 {
/if @Combatstatus=="1" {
/press 4
}
}
/return