Jump to content

Avvi

Members
  • Posts

    397
  • Joined

  • Last visited

Everything posted by Avvi

  1. 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.
  2. @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.
  3. You have valid complaints, and criticisms, but let's keep this civil. There is no reason to start name calling and using curse words.
  4. hmmm. you could try increasing it in your settings anyway - to 250 - 500
  5. What is your latency in game? You may need to adjust your Latency Settings in WRobot.
  6. I would be interested in making this, if you'd be interested in testing it :).
  7. Oh I see. So is the goal with World Quest Group Maker Addon to complete quests as a group?
  8. @Droidz To reproduce this, Open a plugin Settings, then click the close button. The bot does not need to be started for this to happen. 00:55:07 - [MoveDuringCombat] Dispose. 00:55:07 - [MoveDuringCombat] Dispose. 00:56:38 - [MemoryClean] No setting. 00:56:38 - [MemoryClean] Stoped. 00:56:38 - [MemoryClean] Stoped. 00:56:56 - [Server Hopper] Disposed. 00:56:56 - [Server Hopper] Disposed. This may be a 'code' issue on certain plugins, but I can say with certainty that this was not occuring before. Of course , this is a pretty minor thing, but I wanted/Halfbax wanted to let you know.
  9. I have also seen this in the most recent update. Logs look the same as halfbax
  10. To rephrase what you're asking : You're trying to start using a different Grinder Profile by calling it from your plugin?
  11. Can you add this to the Legion API for WoWUnits? http://wowwiki.wikia.com/wiki/API_UnitIsTapped unit.isTapped would be appreciated. Thanks!
  12. I had the same issue with installing and getting everything set up initially, but after I ran through the steps on those threads everything worked perfectly. Just some quick things to try (you can do them one by one): Make sure WoW is 32 bit. Make sure WoW is running in Windows Mode Teamviewer off Skype off flux.io off Windows Night Mode off. Windows defender off Restart Computer If those don't work, please go through the 20 steps that I linked in my other thread.
  13. If it is staying a Triangle, that is a separate issue (not issue with profile). Please view these threads:
  14. Can you paste your logs here? Also, is the Play Button Changing to a Square, or is it staying a triangle?
  15. First you need to extract the files from the .RAR . To extract the files, download 7-zip and follow the video I posted above.
  16. Just curious... What happens when this setting is turned off for you (Attack before being attacked)? Does the issue go away?
  17. Definitely. I agree, there is an issue here that I hope @Droidz can/will address. It has to be something in the WRotation code that is triggering Auto Attack.
×
×
  • Create New...