Jump to content

Avvi

Members
  • Posts

    397
  • Joined

  • Last visited

File Comments posted by Avvi

  1. Just now, Mike-Mail said:

    Good, now let the people know about the amazing addon. also did you add the time delay option for ignoring?

    Addon was added in the description. I will add the delay option soon. For now, you can remove line 176 in the plugin file.

            calculateRandomSleepByRange(1000, 4000);

     

  2. 1 hour ago, Mike-Mail said:

    [AutoIgnore] Cannot Ignore:" M@#@#@#@" they are either on Friends list or in your Guild

    (Removed toon name for safety.)

    both of them are not friends or in the same guild .

     

    2 different toons. nothing in contect or anything.

    Issues have been fixed. The Guild Check was always saying 'true' when a player wasn't in a guild.

  3. 42 minutes ago, skip80k said:

    tested it on 4.3.4 version of WoW and it doesnt seem to work, whisped my character 10 times with threshold set to 1 message (characters are not friends or guildmates)

    Hey there. Thanks for your comments. I will investigate to determine what's going wrong.

  4. 2 minutes ago, eeny said:

    Hey man, thanks for the input!

    Would this work with quest objectives as well?  or just mining / herb nodes?

    LOL. To be honest, I don't actually know. I spend most of my time writing plugins outside of Fight Classes and Questing, so this is a reach for me. But, it's worth a shot :) . I would imagine that lootable items would return true for CanOpen. Let me know if it doesn't work, though. I was interested in finding the solution, but couldn't find one immediately , so I thought I'd throw that idea out there since it came to me.

  5. @eeny

    You could try doing this differently. Maybe instead of checking to see if bot is in 'gathering' state, maybe you can try to check for if a 'node' is nearby (less than 5 units or so). If a node is nearby, then leave form.

    Maybe something like this would work?

    var nodesNearMe = ObjectManager.GetObjectWoWGameObject().FindAll(p => p.GetDistance <= range && p.CanOpen && p.isValid)
      
    if(nodesNearMe.Count > 0) {
    	// leave form
    }

     

    This would also leave form for other nodes (like herbs/ores etc), but if you add a check for the Product of Quester, then hopefully that would resolve most issues.

  6. 6 hours ago, dvdood said:

    How do i remove mind blast entirely and change to use shoot/wand at 30% mana ? :)

    1. Open the Fight Class Editor Application (it is in your WRobot folder).
    2. Open the Avvi's Priest [Shadow][Leveling 1-70].xml file
    3. Select Shoot
      1. Capture.PNG.3e1f79bf96e3a80e15e322ab8e59ba47.PNG
      2. Change the highlighted number to 30
    4. Select Mind Blast
    5. Select Remove this Spell button (on the right hand side)
  7. On 7/24/2017 at 10:28 PM, vegeta87 said:

    how can I make it so it never use smit at low level ? just mindblast swp and wand

    This would require that you change around some of the other settings of the profile, that could mess things up. I could change this around / offer an additional file for other players to use. That said, 1-22 is really quick so it may not be worth it.

    TBC Train Level

       1097    7

    the logger is spammed with this:
    19:41:20 - [TbcTrainLevel] Started.
    19:41:21 - [TbcTrainLevel] Started.
    19:41:21 - [TbcTrainLevel] Started.
    19:41:22 - [TbcTrainLevel] Started.
    19:41:22 - [TbcTrainLevel] Started.
    19:41:23 - [TbcTrainLevel] Started.

    you should probably remove that from line 24.

×
×
  • Create New...