Everything posted by Avvi
-
Feral druid 1-60 by Eeny
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.
-
Feral druid 1-60 by Eeny
@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.
-
The WRobot rant (long)
You have valid complaints, and criticisms, but let's keep this civil. There is no reason to start name calling and using curse words.
- Using Ghost Wolf as mount.
- Using Ghost Wolf as mount.
- Using Ghost Wolf as mount.
- Using Ghost Wolf as mount.
-
World Quest Group Maker Addon
I would be interested in making this, if you'd be interested in testing it :).
-
World Quest Group Maker Addon
Oh I see. So is the goal with World Quest Group Maker Addon to complete quests as a group?
-
[Plugin] Dispose method will be called 2x times
@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.
-
Cant click start button
- Particle extractor 2.4.3
- [Plugin] Dispose method will be called 2x times
I have also seen this in the most recent update. Logs look the same as halfbax- Multiactions from plugin
To rephrase what you're asking : You're trying to start using a different Grinder Profile by calling it from your plugin?- API UnitIsTapped Request
Can you add this to the Legion API for WoWUnits? http://wowwiki.wikia.com/wiki/API_UnitIsTapped unit.isTapped would be appreciated. Thanks!- HELP....LOADING PROFILE!
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.- HELP....LOADING PROFILE!
If it is staying a Triangle, that is a separate issue (not issue with profile). Please view these threads:- HELP....LOADING PROFILE!
Can you paste your logs here? Also, is the Play Button Changing to a Square, or is it staying a triangle?- HELP....LOADING PROFILE!
First you need to extract the files from the .RAR . To extract the files, download 7-zip and follow the video I posted above.- HELP....LOADING PROFILE!
http://www.7-zip.org/download.html- Hunter Class - Auto Shot and Attack Interrupt Issue
- Hunter Class - Auto Shot and Attack Interrupt Issue
- Hunter Class - Auto Shot and Attack Interrupt Issue
- Hunter Class - Auto Shot and Attack Interrupt Issue
- Hunter Class - Auto Shot and Attack Interrupt Issue