Bug Tracker
Bug Tracker
1438 bug reports
-
Hey Droidz Could you make it so you can select more than one step at a time? Perhaps holding shift? It's quite anoying when you do new profiles and want to disable a lot of steps to test. That you have to disable 1 step at a time. Cheers! -Ordush
- Version: All
- Product: Quester
- Type: Suggestion
- Status: Added
- 2 comments
- 1914 views
-
Make it so that the bot can do this automaticly. I hate having to re-fill my bots with food every 5 hours or so.
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 1 comment
- 1885 views
-
The following classes can have these overrides implemented: Vector3 TaxiNode A correct implementation would look like this: public override int GetHashCode() { return (Position.X.GetHashCode() * 397 ^ Position.Y.GetHashCode()) * 397 ^ Position.Z.GetHashCode(); } public override bool Equals(object obj) { Node rhs = obj as Node; if (rhs == null) return false; return Position.X == rhs
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 2 comments
- 2553 views
-
This is more of a feature request to save time. Currently, when you are dead, wRobot still prioritizes roads when using pathfinding. It should just use the rgular path, ignoring roads. This would help save time a lot when running back to corpse.
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 0 comments
- 1515 views
-
Hey @Droidz, I am working on my own product atm and need to pause the fightclass during regeneration, so that it doesn't interrupt eating/drinking. I don't want to unload/reload custom class all the time. It's ineffective and for some developers probably would even create memory leakes because they do not dispose correctly. I'd like to access this thread so I can sleep it manually. For now, I think I will have to use reflection.
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 2 comments
- 2052 views
-
Hello @Droidz Can we get a scrolling bar in custom scripts inside the Quest Editor? would be nice tbh.
- Version: All
- Product: Quester
- Type: Suggestion
- Status: Added
- 0 comments
- 1360 views
-
It would be awesome if you could hold Shift to move up/down 10 quests at a time and maybe CTRL to move up/down 100 quests at a time. When you have more than 1000 quests in your list and want to fix something in the start, it takes ages to add/remove stuff without some xml magic ?
- Version: All
- Product: Quester
- Type: Suggestion
- Status: Added
- 7 comments
- 2560 views
-
Since the current «Kill and loot» having all its flaws is extremely unsuitable for farming mobs in on a fly mount ... @Droidz It would be great if you add a new quest type working as a Grinder product. This will be a «Follow Path» that will attack the mobs like «Kill And Loot», in which the points will not be the hotspots, but will be a points for move like «Follow Path».
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 6 comments
- 2358 views
-
@Droidz There is a faction field in the xml file, but it's missing in the editor, fix please. I dont know its bug or suggestion but if it’s not difficult for you, please add. ps: many many thanks for so quick adding the kill and loot path type :)
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 1 comment
- 1532 views
-
I love the feature for paralleling quests, and I do it all the time. However, a really nice feature would be if you could add the target entry from all the quests in the parallel list while the specific quest is not complete. Example: I have these three parallel quests: VanquishtheBetrayersSailors VanquishtheBetrayersMarine VanquishtheBetrayersBoss Say it need 3/8 Sailors, 3/12 Marine and the boss. When the It often runs right through sailors to get to marines if it's on the Mar
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 7 comments
- 2941 views
-
Hello @Droidz, my team and i are trying to writing a custom script to over ride Quest item choose rewards, and would love if you could add a option a option to use custom script on the quest reward frame. The only way I could find to take over the item selection would be to write a full override of the turn-in on every single quest, which would be alot of work. It would be ideal if the reward item field could take lua that can run when the gossip menu is open and the custom lua simply
- Version: All
- Product: Quester
- Type: Suggestion
- Status: Added
- 4 comments
- 2560 views
-
Hey @Droidz Is there any way you can Add schedule for Relogger, not run/wait specific amount of time, but Run only if Time is for example : 10:00 - 18:00, i found another topic where guy asked the same, but you didnt respond for his second post. Relogger quickstart with windows setup schedule may work, but when you wanna add 4 groups by 6 hours a day in sequence with 1 relogger it wont work that way. or maybe it's hard to setup. Back in days i used something like Run 360 , wait 1080 and seco
- Version: All
- Product: Relogger
- Type: Suggestion
- Status: Added
- 6 comments
- 2498 views
-
Hi, @Droidz can you add this? It is damn annoying to add new "none" fields and move them to the required place by clicking/holding enter key on the up ▲ button or adding them in xml via text redactor, please and thank you.
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 2 comments
- 1701 views
-
The `Regeneration` state should have event handlers (`Start`/`Loop`/`End`) in order to allow plugins / fight classes to execute rotations. The use case is as following: - The bot doesn't have food - The bot needs to regenerate HP but has mana In theory the FC could spam heals / potions if they are available, and it would be quite elegant to implement this if special events are added. I know that `FiniteStateMachineEvents.OnBeforeCheckIfNeedToRunState` / `FiniteStateM
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 5 comments
- 2212 views
-
Hello Droidz, It would be a good idea if you change the WoWHead Link in the Questeditor to the TBC one, then we can atleast have more information. Right now it links to the Retail WoWHead which is wrong
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Added
- 3 comments
- 1674 views
-
Hi, schedule mode is fine for unattended botting, but it would be niche if you would see the progress like this: thanks in advance
- Version: All
- Product: Schedule
- Type: Bug
- Status: Added
- 1 comment
- 1102 views
-
Changes: What we need? -Change bait duration to 10 min. -New option (optional to use): Use Bladebone Hook 1h duration. http://www.wowhead.com/item=122742/bladebone-hook
- Version: All
- Product: Fisherbot
- Type: Suggestion
- Status: Added
- 2 comments
- 2488 views
-
If anyone got more of these what you'd like to get added post here We need a way to: 1: Tell bot to use nearest flight master and fly to specified place (Example: ObjectManager.Me.FlyTo(Orgrimmar);) (add it to creators too) 2: Tell the bot to use nearest class or profession trainer (example: ObjectManager.Me.GoToTrainer(class); (add it to creators too) These 2 would help alot at developing questers or grinders
- Version: WRobot for Wrath of the Lich King
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 4 comments
- 2837 views
-
This probably has been already suggested BUT Currently you can't get a character to do anything about other groups than the one you're in (correct if i'm wrong). This is mostly problem when healing in battlegrounds or trying to create a multiboxer (just leaked my plan...) TLDR; Basicly i'm asking for official raid support since wManager.Wow.Helpers.Party doesn't support other groups than the current one you're in
- Version: WRobot for Wrath of the Lich King
- Product: Developers
- Type: Suggestion
- Status: Added
- 2 comments
- 1850 views
-
Add Events and cancelable Events in WRobot code to give more opportunity to the plugin (to hook existing WRobot method).
- Version: All
- Product: Developers
- Type: Suggestion
- Status: Added
- 7 comments
- 3845 views
-
Could we have a way to force the bot to go back to town and buy ammo on hunters in the tbc client, please? Thanks
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 3 comments
- 2640 views
-
Hey, since i use the bot i'm really missing a decent profile editor for more "complex" profiles, like dungeons. Here's a example for a dungeon editor and it's really not that hard to realize, you have to admit that.
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 10 comments
- 4527 views
-
Could we have an option when a sound goes off when the bot runs into a block? So maybe after x attempts for the bot to unstuck it's self it will make a beep sound?
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 3 comments
- 2478 views
-
In addition to the Harvest Ore and Herbs, can you add Timber (Small, Normal, Large)?
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 2 comments
- 2552 views
-
Mount work : ok dont attack if mounted : also ok BUT: mounted, not moving and try to solve Archaelogy Artefact while being attacked .... that could be deadly. Maybe you should not to try solving artefacts while mounted (or stop with them if attacked)
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Added
- 2 comments
- 1621 views
-
My demon hunter never collects the lesser soul fragments. Is there a way i can make it collect them? maybe add it to the rotation? idk if this is a bug or just user error. Can anyone help?
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Added
- 10 comments
- 4053 views
-
Hi Would really like to see a feature where you could add cooldown on an item you should use on something, in the questing bot. As some items have like 15 sec cooldown !
- Version: All
- Product: Quester
- Type: Suggestion
- Status: Added
- 3 comments
- 2262 views
-
Hi again again xD Another feature that would be really handy is the option to set a Max hight distance to flight mount - or reather an option to "just fly above the ground" As some zones is pretty much impossible to fly around in (becouse of something "above you")
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 1 comment
- 1596 views
-
Doesnt dismount Ghost Wolf within shaman, so it keeps fighting as wolf.
- Version: WRobot for Vanilla
- Product: WRobot General
- Type: Bug
- Status: Added
- 2 comments
- 2514 views
-
It would be nice to be able to clear the chat messages window, just like the log.
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 2 comments
- 1643 views
-
Hello droidz, you could add this option to the relogger, since it solves the problems of many private servers, at the time of logear, sometimes bottled and does not stop writing the user values, if the reloger can not connect OR pass the screen And password after 20 seconds close wow completely and restart
- Version: All
- Product: Relogger
- Type: Suggestion
- Status: Added
- 3 comments
- 1822 views
-
Hey Droidz, for TBC, this is missing. It's a very useful API and in 2.4.3 you already had the combatlog. I would really appreciate, if you implemented this class for TBC. I couldn't find it in wManager.dll
- Version: All
- Product: Developers
- Type: Bug
- Status: Added
- 4 comments
- 2178 views
-
How about adding two additional options to determine when bot will go to town? 1) Have no food (Or have less then x amount) 2) Amror\weapon completely broken
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 1 comment
- 1584 views
-
When a Wrobot bot dies- it releases its spirit back to the GY instantly. If a player is killing the bot, it looks suspect when you release within 0.5 seconds after death every time- would it be possible to add a 1-4 second random wait before releasing spirit into the base product. Im aware this can be achieved via plugin, however i believe is should be added to the wrobot base.
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 1 comment
- 1775 views
-
[Aquadynamic Fish Attractor] in lights hope server is 5mins,if i set Lure name:Aquadynamic Fish Attractor,the bot will only use the bait every 10 minutes. So I used temporary bait, but the bot will never ues it.
- Version: All
- Product: Fisherbot
- Type: Bug
- Status: Added
- 3 comments
- 1847 views
-
Hello, when developing my plugin cross-expansion, I noticed that in wManager for TBC WoWItem is missing MaxDurability property. Vanilla has it.
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Added
- 2 comments
- 1743 views
-
Hello, I'm working on different profiles, specially grinding. I thought it would be nice to have a separate column in the blacklist zone where to write our own comments like "this zone has mobs with high level" or "this zone makes you stuck often" and stuff like this. Also when checking back your old profiles but you don't remember why you blacklisted a zone, you can still have a reminder. Not a big deal of course but if you developers have time and you think you can do it, that would
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Added
- 2 comments
- 1788 views
-
Sometimes i die. Then WRobot goes to dead body and resurrect and then the mops kill me again. Can the developer implement when i die three times in 15 minutes then the spirit healer is use next time?
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Added
- 5 comments
- 2365 views