Search results

  1. L

    DoPulls Question

    Is it possible to add the DoPulls to the TLO so I can check it from the downshits? If(${Bot.DoPulls}) If this is already available sorry bout that. My desire is to check that everyone is over 30% mana or health. If not then stop pulling until everyone is at 100% holyshit0=/if...
  2. L

    MQ2Bot - Sit to med

    I did manage to create a workaround for this. It has to do with the pet. For some reason if UsePet=1 then it won't sit, or it sits and stands back up immediately. I resolved it with a couple of shits. This is for my mage. holyshit0= /if (${Me.CombatState.Equal[COMBAT]} && ${Bot.UsePet}==0)...
  3. L

    MQ2Bot (Old Version - Archived)

    Have a little more info. If I set stickmode=0 and restart the bot it works perfectly the first pull. After that I have to hit the melee button to force it to attack.
  4. L

    MQ2Bot (Old Version - Archived)

    stickrange=50 stickcmd = 84% loose Guessing the stickcmd is wrong. I probably should have mentioned that this is my warrior tank.
  5. L

    MQ2Bot (Old Version - Archived)

    Tank won't attack Unless I make him puller he just stands there when the mob comes into camp. Here's my INI. [MQ2Bot] Debugging=0 BotVersion=20151230.0421 BotCommandsOn= BotCommandsOff= AlwaysCheckAdds=1 RestrictedZones=,344,202,151,345, BuffPassword=NULL AuthorizedUsers=|guild|group|netbots|...
  6. L

    MQ2Bot (Old Version - Archived)

    Hi Pete, hey would it be possible to expose the Bot.UsePet variable to the Macro Data? like /if (${bot.UsePet}=1) /stand That's oversimplified but you get the jist.
  7. L

    MQ2Bot (Old Version - Archived)

    It looks like sitting is working fine for all but Mages. If I set UsePet=0 it works. So, I took a little different approach. These are working by setting the UsePet value according to the situation. holyflag0=1 downflag0=1 downflag1=1 holyshit0=/if ((${Melee.Combat} && !${Me.Sitting}) ||...
  8. L

    How to turn off buff

    I have an AA buff that I don't want MQ2Bot to keep on. Is there a way to exclude it from his Self Buffs?
  9. L

    MQ2Bot (Old Version - Archived)

    I turned off UsePet and he sits normally like everyone else.
  10. L

    MQ2Bot (Old Version - Archived)

    Make sure your roles are assigned.
  11. L

    MQ2Bot (Old Version - Archived)

    No, playing on Povar.
  12. L

    MQ2Bot (Old Version - Archived)

    Did this in a camp full of NPC's if it matters. Without modrod [2015/11/16 17:06:34] MQ2Bot::DEBUG logging to C:\MMOBugs\Logs\MQ2Bot_Debug.log is now ON. [2015/11/16 17:06:34] Pet: Checking routine [2015/11/16 17:06:34] Pet: Checking routine [2015/11/16 17:06:34] Pet: Checking routine...
  13. L

    MQ2Bot (Old Version - Archived)

    Was just running with my Wiz, SK and Mage and the Wiz and SK both sit. It's just the mage that won't.
  14. L

    MQ2Bot (Old Version - Archived)

    Using the latest. [2015/11/16 13:38:02] MQ2Bot::DEBUG logging to C:\MMOBugs\Logs\MQ2Bot_Debug.log is now ON. [2015/11/16 13:38:02] Mana: Checking routine [2015/11/16 13:38:02] Mana: Too soon (MT) [2015/11/16 13:38:02] Pet: Checking routine [2015/11/16 13:38:02] SelfBuffs: Checking routine...
  15. L

    MQ2Bot (Old Version - Archived)

    [MQ2Bot] Debugging=1 BotVersion=20151115.1908 BotCommandsOn= BotCommandsOff= AlwaysCheckAdds=1 RestrictedZones=,344,202,151,345, BuffPassword=NULL AuthorizedUsers=|guild|group|netbots| CycleDelay=4 DefaultGem=1 AnnounceEcho=1 AnnounceEQBC=1 AnnounceAdds=1 AutoInvisDistance=0 AssistAt=100...
  16. L

    MQ2Bot (Old Version - Archived)

    This is from the latest DLL just above. [2015/11/14 15:29:49] Mana: Too soon (MT) [2015/11/14 15:29:49] Pet: Checking routine [2015/11/14 15:29:49] SelfBuffs: Checking routine [2015/11/14 15:29:49] ClickyBuffs: Checking routine [2015/11/14 15:29:49] Mana: Checking routine [2015/11/14 15:29:49]...
  17. L

    MQ2Bot - Sit to med

    I can't get my casters to sit and med. Seems they sit for just a second and they stand back up. [MQ2Bot] Debugging=0 BotVersion=20151027.1757 BotCommandsOn= BotCommandsOff= AlwaysCheckAdds=0 RestrictedZones=,344,202,151,345, BuffPassword=NULL AuthorizedUsers=|guild|group|netbots| CycleDelay=3...