Bug Tracker
Bug Tracker
1434 bug reports
-
hello this day wrobot request to update. then i did . but lately i launched- choiced champ- then it freezes saying hooking error . and when relaunch it asks me again to update. how i fix that?
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 2 comments
- 1725 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
- 1582 views
-
Hi @Droidz, have a question and suggestion. Why, by default, fight class conditions are checking TraceLineGo for ground textures between the bot's position and target's position but doesnt check another types of LOS, considering that you added this as HitTestLOS? For example game objects, I've have noticed that LOS check for this works pretty well. But there is a little measurement error: it returns true when the line between bot's position and target's position is "on the edge" of object mod
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Not a Bug
- 2 comments
- 1741 views
-
Hey @Droidz, i am using this function to join RDF, but for some reason it never fires anymore. used to amount a month or so ago. EventsLua.AttachEventLua(LuaEventsId.LFG_PROPOSAL_SHOW, m => Lua.LuaDoString("AcceptProposal();"));
- Product: WRobot General
- Type: Bug
- Status: Unconfirmed
- 2 comments
- 2111 views
-
@Droidz, It would be very good to add a setting to change the 2d radius of the search mobs (or objects) to 3d. Often there are situations when bot need to kill mobs in a cave, but these caves are 2 or 3-storey, or just mobs with the same entry are above the cave, and they can not be attacked. In order to complete such tasks, you have to add a lot of black lists, restrictions, etc. All this could be avoided by turning on the 3d search radius mobs (or objects) tincture, thus eliminating the abilit
- Version: All
- Product: WRobot General
- Type: Suggestion
- Status: Not a Bug
- 2 comments
- 1716 views
-
ObjectManager.Me.TargetObject.GetBuff("BuffName"); Always returns a invalid aura ObjectManager.Me.TargetObject.HaveBuff(id) Always returns false. With Ids array it is is working but it takes 200ms more to circle through it which kills my fight class performance. Are the auren updated in each objectmanager update cycle or just by calling one of the buff functions? Greez iMod
- Version: All
- Product: Developers
- Type: Bug
- Status: Not a Bug
- 2 comments
- 1749 views
-
Healing spell used as food is used on the target if it is valid instead of the player
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 2 comments
- 1465 views
-
Hey Droidz, It would be cool if the feature "Pause Bot if Player Nearby" not be true if the player is in Town or Town.TownInProgress. Even if the trigger is "To Town" and player are there he pause the bot till they leave. Just for Selling it would be good if he dosent pause the bot. My actual search range is just 200. This all happens in the 3.3.5 Client. Log attached.
- Product: WRobot General
- Type: Suggestion
- Status: Unconfirmed
- 2 comments
- 1825 views
-
Hi! After the last update, there was a problem with absolutely all elevators, you have to manually control the bot at this moment. I attach screenshots. How to fix it?
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 2 comments
- 1263 views
-
I'm having a weird issue here. I have never had a problem with WRobot before until now. Whenever I use relogger, my WRobot freezes and I get black screen on WoW Have no idea what to do. Running 1 session, Cata
- Product: Relogger
- Type: Bug
- Status: Unconfirmed
- 2 comments
- 1172 views
-
First time it happens, started today. I have not changed anything on my computer. Tried everything I found in the forum: reinstalls, close products, full co19 jul 2022 14H09.log.htmlntrol...
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Duplicate
- 2 comments
- 1322 views
-
Hey, my license Key is not working for wRobot 7.3.5 (26124). Anyone know why? It always says my key is invalid. However the bot recognize my char and my gameversion.
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 2 comments
- 1399 views
-
from yesterday to today it gives a login error
- Product: Relogger
- Type: Bug
- Status: Unconfirmed
- 2 comments
- 950 views
-
Hello, sometimes i can connect to the server, but when i try a bit later with a second client i cant connect: The only way to fix it currently is to restart and hope for the best. Running more than 1 client is not working.
- Product: WRobot General
- Type: Bug
- Status: Unconfirmed
- 2 comments
- 1425 views
-
Bot doesn't gather herbs/skinning mobs. Bot interrupt action after +\- 1sec Client Version 1.12.1 Bot version 32758
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 2 comments
- 1247 views
-
[D] 00:40:35 - [信息] 日志文件创建: 30 5月 2023 00H40.log.html [D] 00:40:35 - [信息] WRobot 版本: 2.8.0 (19808) 对于 WOW: 4.3.4_15595[D] 00:40:35 - [信息] 官方网站: https://wrobot.eu/ [D] 00:40:35 - [信息] 操作系统详细信息: 视窗 10 企业 版[D] 00:40:35 - [信息] 郎: 中文(简体,中国) [法] 00:40:36 - [内存] 找到 D3D9: 6A 14 B8 B0 1C BC 72 E8 CA 9F [E] 00:40:36 - GetRequest: https://download.wrobot.eu/wrobotcata/alert.php -> System.Net.Http.HttpRequestException: 发送请求时出错。---> System.Net.WebException: 基础连接已经关闭: 发送时发生错误。---> System.IO.IOE
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 2 comments
- 1553 views
-
IEnumerable<Aura> AuraList = ObjectManager.Me.GetAllBuff(); foreach (Aura aura in AuraList) { List<ulong> list = ObjectManager.Me.BuffCastedByAll(aura.GetSpell.Name); Logging.Write(aura.GetSpell.Name + " GUID " + list[0] + " count " + list.Count); } output is below: 17:39:14 - Power Word: Fortitude GUID 0 count 1 17:39:14 - Inner Fire GUID 0 count 1 17:39:14 - Shadow Protection GUID 0 count 1
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 2 comments
- 1154 views
-
No idea why the bot, alweys fucked up pathing. bugged path.mp4 29 авг 2023 15H56.log.html
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 2 comments
- 1196 views
-
Error : [E] 09:02:04.380 - DecompressInMemoryFromBase64(string base64string): System.FormatException: The input is not a valid Base-64 string because it contains non-Base-64 characters, or contains more than two padding characters, or contains an invalid character between the padding characters. - [Fight] Can't reach Muigin, blacklisting it. [Security] Pathfinder server seem down, pause bot for 10 secondes i paid for this and nothing doesnt work...
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 2 comments
- 1198 views
-
Hello, in some cases ( 1 in 10-30 min) the bot starting to infinite repeat the nodes. idk how to fix it
- Product: WRobot General
- Type: Bug
- Status: Unconfirmed
- 2 comments
- 1212 views
-
WRobot has stopped running. Windows opens a window informing you of an error connecting to the server. Disabling the firewall and antivirus does not help. 8 дек 2023 06H04.log.html
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 2 comments
- 1187 views
-
I used a Wrobot a few years ago and everything was fine, so I decided to buy it again. A lot of problems arose immediately, but they were solved fairly quickly. There is only 1 unresolved difficulty—the bot in any mode does not attack players in response. Attack before being attacked is enabled in the General Settings section. In the Product Settings section, the Disable attack before being attacked option is disabled. I used different fighting classes and changed all the settings in advanced
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 2 comments
- 1263 views
-
The game client is the correct version, i have checked and double checked and triple checked. It sees felsong as incompatible and the program hangs every single time i try to launch the bot. Just downloaded today in hopes of testing it out and maybe purchasing.
- Product: WRobot General
- Type: Bug
- Status: Unconfirmed
- 2 comments
- 1115 views
-
- Version: All
- Product: Relogger
- Type: Bug
- Status: Fixed
- 2 comments
- 1016 views
-
hey my char doesnt use my mount always try but nothing happen
- Version: All
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 2 comments
- 944 views
-
bot is stopped but keep spamming [E] 19:59:08 - GetReqWithAuthHeader(string url, String userName, String userPassword): System.Net.WebException: The remote server returned an error: (400) Bad Request. at System.Net.HttpWebRequest.GetResponse() at robotManager.Helpful.Others.GetReqWithAuthHeader(String url, String userName, String userPassword, String othersValue) in logs.
- Product: WRobot General
- Type: Bug
- Status: Unconfirmed
- 2 comments
- 711 views
-
Server Connection Failed to Wrobot server as today, use vpn also the same
- Product: WRobot General
- Type: Bug
- Status: Unconfirmed
- 2 comments
- 1649 views
-
Hello @Droidz, I would like to propose an improvement to WRobot's spell casting functionality that enhances both evasion capabilities and reliability on servers that implement Lua-based detection mechanisms. Problem Statement Several private servers employ Lua hooks on the CastSpellByName function to detect and flag bot activity. The current implementation's reliance on this Lua function creates a detectable pattern that can be exploited for bot identification. Solution Overv
- Product: WRobot General
- Type: Suggestion
- Status: Unconfirmed
- 2 comments
- 243 views
-
The program runs OK but after a 1 hour and half get a message and closes the WOW AND I HAVE TO START ALL AGAIN 50 Packages NEXT TIME I WILL SEND U ONE PIC .. PLEASE fix this problem because I can not leave RUN PROGRAM THAT ALL NIGHT
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 2073 views
-
I have two licenses, but I have a very big problem, when I leave the two farming back. After a while the characters commit suicide the pjs go flying into the sea and die ... is a bug
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 2028 views
-
18:18:39 - error: System.InvalidOperationException: Error en el documento XML (0, 0). ---> System.Xml.XmlException: Falta el elemento raíz. en System.Xml.XmlTextReaderImpl.Throw(Exception e) en System.Xml.XmlTextReaderImpl.ParseDocumentContent() en System.Xml.XmlTextReaderImpl.Read() en System.Xml.XmlTextReader.Read() en System.Xml.XmlReader.MoveToContent() en Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderUpdateInfo.Read4_UpdateInfo() --- Fin del seguimiento de la
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 2459 views
-
Hello there, I'm going to submit this as a suggestion even though the archaeology part probably hasn't been updated to do it yet. Okay since 5.2 added a new race for archaeology, Mantid, the bot doesn't loot the new object containers. If it helps it is called: "Mantid Archaeology Find" object=218950 on wowhead Also for a fair warning to those that are using the Archaeologist part of the bot and are in panda land you might want to avoid these digsites since they are full of patrolling
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 2484 views
-
I think it would be awesome to have a vedor/repair option to just call out your Traveler's Tundra Mammoth or Expedition Yak and use the vendor/repair on there.
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 2341 views
-
windows 8 64x pro i have 2 account so i open 2 wow and in Quick Launch panel i got to choose which one is which, start both and start with fine, few minutes later, one program closed, but the other WRobot works fine. i am opening debug mode and try to get the time in between the closure. but anyone here facing the same problem?
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 2149 views
-
I dont know why, when I leave my bot for 3 min, it mount itself and fly up as high as it can. And the Wrobot crashes please help. I dont know if it's me doing something wrong or the program
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 2151 views
-
I think a real cool feature for fight classes, would be to have a setting for certain skills that uses it outside of the global cooldown. For example, Heroic Strike does not share the normal cooldown for other skills. So you can use it, and Slam at the same time.
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 2229 views
-
Just an idea that comes to mind for when im not actually watching it but while learning to use the bot and prior to my working fightclass (and sometimes even now if i end up in a battle with a rare or some elites) i end up dieing and the bot will continue to go back and die. There has also been a time where i died and the graveyard aarea was higher than my body so the bot would jump off and res as it reached my body within distance then die from the fall. I was thinking if possible there could b
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 2233 views
-
The fight class is being loaded before the save and close button is pressed on the general settings page. And cannot be changed unless user starts and then stops the bot. For example: Click the General settings button. The settings window appears. Select a fight class and press the settings button for the fight class. Make your changes to the fight class. Close the fight class settings window. At this point the fight class is loaded. If the user wishes to open the settings window again,
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 1 comment
- 2304 views
-
Hi guys, so I have 1 bot on my windows 7 64-bit which is working fine. Except for the fact that it wont mail items, but I'm fine with that. I just purchased my second subscription to let me girlfriend bot as well, but on her computer, a 32-bit vista it wont open at all. I can install the program, but when I try to open it, it just doesn't respond - Instant close. I'm able to troubleshoot it for windows but that wont fix my problem. Did anyone encounter the same problem?
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 1 comment
- 2262 views
-
Currently having these problems. Say I'm flying to a Digsite, then the timer for solving hits. It cycles through the races and solves what can be solved (unfortanetly keystones aren't included). Then WRobot forgets it isn't at a digsite then lands to try and survey three or four times before it remounts and starts flying to the digsite it was headed toward before it started solving. I have seen it land in the middle of a gianormus amount of mobs and got itself killed, and chain died until
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 1 comment
- 2716 views
-
since this morning my bot dont launch.... i click on install/update, and it close....
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 2402 views
-
sometimes, i fall and died in low ground and the spirit healer is at high ground. so i run downhill, the bot will click accept before i am on the ground. so what will happen is i resurrected with half hp in the air above ground like 30 yards(believe this is the max range when you can reach your body), and fall and die again!. pls add a latency so sometimes the ghost can be stable before it accepts the resurrection. ;p this does happens a lot in valley of 4 winds, there is a high hi
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 2332 views
-
Bot hang over mining ore nodes for about 10-20 seconds, only then it will land and mine the node. Same happens when bot is trying to take off, most of the times it cant even take off on its own. Yes i have sit/down binded on X Yes i have jump binded on spacebar Yes i have all addons disabled Yes i tried loading profiles again none on this helps.
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 1 comment
- 2152 views
-
Hello, i do this report again hoping that this time if you pay attention and can solve this big problem with the bot in archeology module. It happens that every time the character dies for some reason, the character does not seek to revive your body, he immediately seeks RESURRECTION angel and hereby revives, The big problem is that: 1. the character alive with disease debuff http://www.wowhead.com/spell=15007/dolencia-de-resurreccion, generating you get 75% less than their stats, when the c
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 2653 views
-
The second recommendation I do and that I think is important is that when working with archeology, the program should be on the ability to locate objects (fragments) that we have on the bags and allowing complete the objects to discover. I have several pieces in bags of archeology, but the program can not locate the game destro before discovering the objects. Deputy test image and I can do something about
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 4362 views
-
Hey just another real quick thing - Would it be possible to get the Deaths/Kills information from the Bot onto the remote page? The reason I ask is so I can see if my character is constantly dying then there might be a problem and I will probably just close the bot from there.
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 3490 views
-
When using the bot for healing it wont heal the player only others and you eventually die.Very annoying in dungeons.
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 1 comment
- 3875 views
-
i have been facing this issues for multiple times after i run the program for long period of time, the windows will gone and still runs in background(showed in Task Manager), and some function still working. Over last night, i checked my bot this morning, it was running against wall and wondering around, ( i was told it to bot BGs) and not queue up for BGs. Talking about "the disappear of window", everything after i launch the bot between the Main windows pops up, during that time, if
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 1 comment
- 2046 views
-
Bot have apparently some problem with battlegrounder. Every time you press start bot simply does not queue me for any battleground, I tried all bg's settings.
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 1 comment
- 1714 views
-
WRobot keeps locking up after running gatherer for mining 1-65 durotar, it will mine 2-3 places than just sit there growling on the mount (basically just keeps pressing spacebar it seems). If I try to manually move, it just jumps around. It then locks up wrobot and I have to go to task manager to end the process. Not sure what to do.
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 2206 views
-
Hey I would love to see a feature to reverse the gathering paths, or perhaps some sort of randomization of which ways the bot choses to navigate the pathing. Both for increased security in bot detection, but also to avoid being a tail to somebody else taking all nodes at times.
- Product: WRobot General
- Type: Suggestion
- Status: Not a Bug
- 1 comment
- 2339 views
-
Hi y'all, while gathering i'm using one herbal bag and one mining bag. it may come to the situation, that free places are left only in the herbal bag. then after mining there is no looting possible and the error message 'inventory full' rises. the bot keeps gathering until sending mail is triggered by no more left empty bag places. i think it would make sense that the error message 'inventory full' should also trigger the sendmail routine. so far ... greetz Wutzy
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 3453 views
-
After start, it starts running to the wall near the exit of the camp of alliance.
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 2226 views
-
13:26:23 - Update file: Bin/wManager.dll 13:26:23 - 5 file(s) need to be updated 13:26:23 - error: System.InvalidOperationException: There is an error in XML document (0, 0). ---> System.Xml.XmlException: Root element is missing. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.ParseDocumentContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlTextReader.Read() at System.Xml.XmlReader.MoveToContent() at Microsoft.Xml.Serialization.Generate
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 2245 views
-
use the npc comes with Traveler's Tundra Mammoth or the one with reforge mount when gear is yellow. Cast Certain ability when player near by for rogue, hunter, feral etc.(vanish, FD, Shadowmeld racial even)
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 2016 views
-
Theres a bug, if you set wrobot to loot mobs using Grinder, and you get a full backpack, the bot will sooner or later start walking from mob to mob FOREVER to loot it. There should be a blacklist or something? I could attach my log, but all you would read would be "Loot X"
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 2299 views
-
the directories added in front of files and there is really no way to remark this profiles. end up with this long names while getting blocked by drop-down windows is not too please to work around. :P make it wider xDD
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 2053 views
-
Suggestions for BOT: If target immune select next hostile dropbox licensing issue - maybe a way to name the licenses I Add (I have WRobot installed on my dropbox drive, it works great however I have to add a license for each machine I use. And it shows like in attached file. Would be nice if I could label them) Random speech in BG (Maybe predefined list of phrases, something I could customize) Customizable speech for when it runs the "unstuck" part of bot. Same as above, customizable set of p
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 2988 views
-
I am not sure if anyone is looking at the bot while it do it's thing but sometimes the bot skips mines only mines i am mining in Northrend and sometimes it will just not go to the mine i am not sure if that is how it should be. Or i am not sure if i am the only one getting this problem . Just sit there and look it at for a while you will see it.
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 2167 views
-
Hi there, on the new version of the bot "5.4" , Pet Battles doesn't work, it starts the fight, but doesn't uses the abilities, any support about it? Let me summarize ; - Pet pattle tracker works perfect, no problem - It is still able to start the pet battle,no problem - Heal Pets skill works, no problem - But it doesn't attack or do anything during pet battle, only stands " Start the fight but don't attack is unchecked of course" , but it acts like it is checked Can you please fix it
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 1 comment
- 1881 views
-
This has happened in both the battlegrounder and grinder products. If attack before being attacked is selected, it will try to attack non-combat pets, companions, and friendly units. It also tries to attack hidden world units such as 'World Trigger (lvl 60)' It also seems to try and attack hunter, warlock and shaman pet a lot more than it should. [Normal] 00:16:41 - Player attack before being attacked by World Trigger (Large AOI, Not Immune PC/NPC) (lvl 60) [Normal] 00:23:44 - Player attack
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 1962 views
-
try add nodes in blacklist but don't working, no add..
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 1568 views
-
My client freezes up when trying to convert a file. Up to date and everything.
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 1 comment
- 1804 views
-
Im wondering if you guys could put a button in that will allow us to attack the Training Dummys as long as the Training Dummy is our target when we click the button? So we dont have to try and make a grinding profile just for the Training Dummies and we are able to check our fight Profiles Damage rate. I would add the button to the Fight Profile Creation window so we can easily see if our conditions are praforming properly.
- Product: WRobot General
- Type: Suggestion
- Status: Not a Bug
- 1 comment
- 1929 views
-
Im the Target Buff Condition could you add the option ( If Taget Does not Have Buff - Debuff ). And same for Player Buff Condition accept it would be ( If Player Does Not Have Buff - Deuff ). I think that would hel out alot. And if there is something that is in place for this already please can you explain it to me. KK thank you for a awesome bot.
- Product: WRobot General
- Type: Suggestion
- Status: Not a Bug
- 1 comment
- 2276 views
-
Everyone hates the combat bug! Is there a way where you can make the bot run away in combat when nothing is attacking it. Or find a way to get out of the combat bug
- Product: WRobot General
- Type: Suggestion
- Status: Not a Bug
- 1 comment
- 2254 views
-
Can you guys add in a condition for channeling???? Something like TARGET is CHANNELING And another one like SPELL IS NOT READY with a NEED option True or False. That will make it so Fight classes will be able to cast a spell if another spell is not ready to cast or on CD. and if another spell needs one spell to be on cd to make that spell for effective. This just simplifies the proccess and has less confusion with making fight profile.
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 1 comment
- 1465 views
-
I was wondering if you caould add in a Global Cool Down condition. There are a few toons that have a temperary GCD CD that negates the GCD. This would extremely helpfull dirring Battle Grounds.
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 1 comment
- 1712 views
-
wrobot in gatering mode at a trial ver. every time Pause 10 seconds on ore is it only trial problem? if it is bug I have become hesitant in buying this product I'm sorry for my poor English, :(
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 1549 views
-
Can't tell if its paused or not when I hit alt-x
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 1753 views
-
It's not being used for what it was meant for it's a hell of alot easier to track if people where creating forum posts for support
- Product: WebSite
- Type: Suggestion
- Status: Not a Bug
- 1 comment
- 1908 views
-
I had no problem to run the bot until today. Right now, when I click ''Launch Bot'' to start botting (my WoW is in 32-bit), there is no window popping up anymore...the bot says it's ''In Progress'', but I don't see the window where the acheology bot, the fishing bot and so on are... Can you help me please?
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 1758 views
-
please see blow log file. [E] 15:07:31 - wManager > Pulstator > Pulse(int processId, string secretKey): System.IO.FileNotFoundException: 파일이나 어셈블리 'SlimDX.dll' 또는 여기에 종속되어 있는 파일이나 어셈블리 중 하나를 로드할 수 없습니다. 지정된 모듈을 찾을 수 없습니다. 파일 이름: 'SlimDX.dll' 위치: robotManager.MemoryClass.D3D.D3D11Adresse() 위치: robotManager.MemoryClass.D3D.D3D11OpCode() 위치: wManager.Wow.Memory.OriginalOpCode(Int32 processId) 위치: wManager.Pulsator.Pulse(Int32 processId, String secretKey)
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 3903 views
-
Combopoint is set, if there are combopoints somewhere. These must be not set on the target. They could also sit on a (near) dead or old target. Is it possible to check, if the current target has combo points? My Idea: Combopoint: >0 Combopoint on target: = 0 use spell redirect And also for the most other spells its important to know where the combopoints are. Only Recuperate and Redirect work with Compopoints, that are not on the target.
- Product: WRobot General
- Type: Suggestion
- Status: Not a Bug
- 1 comment
- 1973 views
-
I want to suggest adding box where you can type the id numbers of things to ONLY pick up. I know we can blacklist items but I believe being able to list the things we want to pick up instead would be really helpful when farming.
- Product: WRobot General
- Type: Suggestion
- Status: Not a Bug
- 1 comment
- 1945 views
-
I guess that pather works with meshes right... I noticed if I choose a new profile whats far away the bot takes some odd routes, like flying through a ally base with high lvl elites, where u die instantly and no chance to resurrect anywhere... or Icecrown for exampe with mountains raising out the ground 90 degrees and very tall, where the bot just flies against it and dont know how to handle it... sure I could blacklist ally bases, but wouldnt it be useful, it takes the mesh of the map, takes th
- Product: WRobot General
- Type: Suggestion
- Status: Not a Bug
- 1 comment
- 2334 views
-
Sometimes in a Raid, my rouge only stands behind the Boss and do nothing or very less...(and I dont know why). For this situation ALT-D (similar to ALT-X) will be usefull to overwrite all debug-spell-conitions to true. It will gives tons of informations and maybe also the right one. Its much better then to start the same and same and same (lfr) raid again to check, whats wrong with which spell with which condition....
- Product: WRobot General
- Type: Suggestion
- Status: Not a Bug
- 1 comment
- 1829 views
-
in warlock afli, to cast the "Malefic Grasp" is necessary write "Shadow Bolt" in the name of spell
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 1 comment
- 1606 views
-
See the thread: - It seems Premeditation is used outside of combat regardless of settings / conditions to tell it to only be used in combat. This matters because as a rogue you can get Slice and Dice up before the pull by using: - Stealth > Premed > Unstealth - wait until 2 seconds before the pull > slice and dice > pre pot > stealth > shadowstep OR move in manually But at the moment, the second you stealth with a target it uses Premeditation.
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 1640 views
-
im using the pandaria mining profile and sometimes when i get into fights my guy would kill the mob and still be in combat shortly after and he wont mount up and instead would just freeze and stand in one spot forever
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 1776 views
-
first of all, i have tray 3 bots, honorbudy (best for pet battle,if you like that part of the game) ,mmocrowler (good for auto gatherer) and these one. And of these 3 most of functions best work in WRobot (everything else and security is the best but it cud use few improvements, like time stop if another player is near you more then xx seconds or if some is targeting you). Any way, as i said, of those 3 i like these one the most, so i both it, my question is. is it possible to add options like
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 2118 views
-
OK the bot keeps waiting to get out of combat to find a new target you should remove this so that the bot will automatically find its next target immediately.
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 1891 views
-
I think that while we are lvl'ing, we should be able to enable the pet battling because it does give up XP when winning.
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 1818 views
-
I was wondering if you could make so that if you log out on any toon that the bot would logout back to the bots login screen?
- Product: WRobot General
- Type: Suggestion
- Status: Not a Bug
- 1 comment
- 1785 views
-
I was wondering if it possible to teach the bot to know were a slop it to steep to walk on, either walking up it or walking down it. So that the wont fall off cliffs or try to walk up cliffs that are to steep to walk up.
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 2086 views
-
Can you add the ability for the bot to monitor for the Debuff after leaving a BG already in Progress. So that the bot will reque once the Debuff has expired.
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 2182 views
-
Hi, I miss the function to shut down computer when the bot is finished if Bag is full or lvl is arrived, you can close wow, but not the Bot or shutdown your pc. I hope you can still install Greetings BadHacker
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 2118 views
-
Ok Im wondering if you would like to change the way conditions work. example: Health Percentage: drop menu: the same way it is now Value: the same way it is now (New Drop Menu) Target: Player, Target, Pet, Target Pet The way Im thinking is that you can do this in many ways to reduce the size of the condition menu. This iwll also make it alot easier for novice fightclass creators to understand them. Also add in a discription box to tell them what each condition can do if it is H
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 2165 views
-
Im wondering if there is a way to have to engine auto detect the Tank or Tank closest to them and auto follow?
- Product: WRobot General
- Type: Suggestion
- Status: Not a Bug
- 1 comment
- 2288 views
-
Hey the guardian profile not working very good, he dosnt change to bear Automatecli... can you plz fix it? and one more thing.. if i have a EVADE NPC can you fix it to skip it? tnx
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 2072 views
-
No where in my settings do I have selected shutdown in 20 mins or 1 hours but , every time I have the bot on and running it will shut it self down in random times with no error message popping up please look in to this
- Product: WRobot General
- Type: Bug
- Status: Cannot Reproduce
- 1 comment
- 1949 views
-
The bot will not follow in a dungeon.
- Product: WRobot General
- Type: Bug
- Status: Cannot Reproduce
- 1 comment
- 2152 views
-
You cant revive you pet becaus you are running! PS: Sry i dont know is it revive oder revival (German noob :D)
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 1974 views
-
Il est useless et necessite une action supplementaire (un clic de trop) a chaque demarrage. A la place, un cadre coloré en rouge ou un prtit icone rouge en bas a droit pour signifier que c'est ON serat le bienvenu. En effet, parfois en BG on a besoin d'arreter / relancer wrobot et avoir ce popup ALT+X a chaque demarrage est genant,
- Product: WRobot General
- Type: Suggestion
- Status: Fixed
- 1 comment
- 2098 views
-
En effet le bot manage les mouvements quel que soit etat du bouton.
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 1963 views
-
Immediately i turned on the new map feature because it looked extremely interested. First thing i noticed was the in game overlay type thing which is amazing to me. I really enjoy seeing the entire route right in front of me. But it does have a noticeable bug. When you turn it on, it doesn't always show up in game. And if it is on, if you switch tabs (ie go to product setting then back to map) the overlay in game disappears. it still says it's on, on the program. but it isn't showing up in game.
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 1 comment
- 2383 views
-
Hey, I am using gatherer to herb on my druid. i have it set to use "Swift Flight Form" and also to ignore mobs. every 5 - 10 mins it will just fly in a straight line until its stuck on something, often flying off into the sunset and dying from fatigue. With a combat routine running the bot will often land close to the node but not close enough and you see on screen "you are flying" which happens when your characters hit box is not actually touching the ground and hovering just above. Al
- Product: WRobot General
- Type: Bug
- Status: Fixed
- 1 comment
- 2315 views
-
d3d11 won't work I tried to reset of the d3d11 problems on the forums and i still get d3d11 I don't have direct x 11 only 9 do you have a program for direct x 9?
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 2114 views
-
bonjour arrive pas a faire la mise a jour et Jai ce message la : 12:26:02 - Update has finished. 12:26:02 - error: System.Net.WebException: La connexion sous-jacente a été fermée : Une erreur inattendue s'est produite lors de la réception. ---> System.IO.IOException: Impossible de lire les données de la connexion de transport : Une connexion établie a été abandonnée par un logiciel de votre ordinateur hôte. ---> System.Net.Sockets.SocketException: Une connexion établie a été abandonnée
- Product: WRobot General
- Type: Bug
- Status: Not a Bug
- 1 comment
- 2260 views