-
Posts
12519 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
I'll release update in few minutes, wait and tell me if you get again problems
-
GetHashCode() & Equals() position implementation
Droidz commented on reapler's bug report in Bug Tracker
I remove "GetHashCode()" (this added bugs to WRobot) -
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
About the 4, you get this problem when you start to attack mob when you on mount? (and your fightclass have not available spell to use?) if yes this will be fixed in next update also
-
GetHashCode() & Equals() position implementation
Droidz commented on reapler's bug report in Bug Tracker
Hello, thank you, I added it, wait next update: public override int GetHashCode() { try { return (X.GetHashCode() * 397 ^ Y.GetHashCode()) * 397 ^ Z.GetHashCode(); } catch { } return 0; } public override bool Equals(object obj) { try { var v = obj as Vector3; if (v == null) return false; return X == v.X && Y == v.Y && Z == v.Z; } catch { } return false; } -
1: Bug is resolved, you need to wait next update (tomorrow). 2: In advanced general settings disable option "Ignore fights when traveling" (this option will be disabled by default in next update). 3: I found it strange, check your blacklist, or if you can activate radar3d and record video of this problem. 4: Check if you have update for your fightclass and plugins
-
I update (Windows) and reboot servers, if you use last update you will normally switch automatically to another pathfinder server without problem.
-
About pathfinding, it is not perfect I am agree, and get stuck on gameobjects added by the server, but with default settings and without plugin, I am rarely stuck (of course, this depend mainly of your profile and your current zone, but if you use NPC of your profile (with path tested by the creator) you will not get problem, but if you start to use your NPC with an random profile (not optimized) you have chance to get problems). About quests editor, it is recommended to slit your profile in several files (and at the last step load next file), but if you need to insert step, you can edit with notepad, xml codes of steps is easy to edit manually (and I think than you don't need to insert a step near the firsts frequently).
-
it should be good now
-
Give me one evidence please, I wait that since few weeks (when an bot is detected, you can get ban event if you don't move in some case, and if you use WRotation without ban it is that bot is not detected). Either you have a bad memory or you are in bad faith. Try cracked version of pvptools (pirox) and you will quickly understand than modern bot are much better. Some bot like HB and ReBot was better in some features, but you cannot told than for Pirox
-
And this plugin already exists: https://wrobot.eu/files/file/359-whisper-reply/ And about Warmane detection, how I told and some private discutions, for the moment, I found nothing to confirm than Warmane detect WRobot, and I do not think that WRobot is detected, I think more about DB queries (VPN IPs, time in game, number of farms/fishings/mobs killed/accounts/quests/...) or traps (tp, mob spawn, freeze, ... but this automaticly? I read somewhere than Warmane have write few years ago antibot bot?). When I bot 1 or 2 hours per days, with my IP (real IP), my account still alive (I monitoring, sometime players (or GM?) talks to me). But I could be wrong and WRobot is really detected. But I work on it. If anyone has more info about Warmane or saw something strange (when he played manually or with the bot) he does not hesitate to tell me.
-
can you share screenshot of error message please
-
10 years ago was good bot, but now no. Try it again (no lua, no pathfinding, ...).
-
Simple Anti AFK solution
Droidz replied to jdmben's topic in WRobot for Wow Vanilla - Help and support
Hello, this plugin still work, download file "AntiAfk_plugin_src.cs" and move it in folder "Plugins", launch WRobot, activate this file tab "Plugins" and use the product that you want -
Use AOE spell on Focus target(like freezing trap)
Droidz replied to Poper21's topic in Fight Classes assistance
Hello, you need to use C# code: wManager.Wow.Helpers.ClickOnTerrain.Spell(1234, wManager.Wow.ObjectManager.ObjectManager.Me.FocusObj.Position); replace 1234 by your spell id -
WRobot Causes WoW to Stop Responding
Droidz replied to chaosshadow's topic in WRobot for Wow Vanilla - Help and support
Hello, try to install slimdx: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If this don't work try to disable your antivirus, program like malwarebyte and teamviewer, if your problem is not resolve activate option "use lua to move" in advanced general settings. If you cannot resolve your problem share full log file please -
Search in interface code source https://github.com/MOUZU/Blizzard-WoW-Interface
-
Hello, You can try to use lua functions UnitPosition and GetWorldLocFromMapPos(x, y)
-
Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 Plugin like MemoryClean are useless you can disable it. Try to download another wow client
-
Hello, in product settings you have option to manage movement or not
-
if you don't want spam windows, In relogger general settings use option "Ping to check internet connectivity", relogger will launch Wow and WRobot only if internet is active (try to ping wrobot server)
-
Are you sure you already tried Pirox? It was a very basic bot.