Everything posted by Droidz
-
wrobot legion not working due to different build
Hello, you can find some builds here : https://wrobot.eu/forums/topic/2018-wrobot-old-versions/ . None are compatible?
-
Boat issue on turtle wow
You can get in game objects info with "dev... tools" (tab "Tools")
-
Error license key
Hello, your problem should solved
-
Boat issue on turtle wow
Hello, This is the profile trying to take this boat. The easiest way is to disable the step (or steps) with the 'Profile settings (enable/disable quests/steps)' tool (in the 'Product Settings' tab). You can also edit the profile, but it is more complicated. If you have trouble finding the steps to disable share here the bot log file (from a session where the bot is trying to take the boat).
-
Automaton mode -- town selection
Hello, you can add npc (repair/vendor) in the NPC DB (tab "Tools")
-
Need help -- [Security] Pathfinder server seem down
Yes connections from China are not always stable. Using a VPN can help (try free or trial versions to find the best one).
-
BOT Keep crushing after I click stop
Hello, Disable Wow addons to be sure this is not the problem, install the required files (you can find the links to these files in the readme.txt file in your wrobot folder). But you seem to have connection problems, try using a VPN.
-
Need help -- [Security] Pathfinder server seem down
Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Lua Script adding cool down timer
It's c# code to ignore your pet : ObjectManager.GetWoWUnitHostile().Count(u => u.Position.DistanceTo(ObjectManager.Target.Position) <= 10 && u.IsAttackable && !u.IsMyPet) >= 3 Replace 10 by the radius (distance), and 3 by the number of hostile unit near the target require.
-
Error when starting Quester
This profile is protected by the creator. You need to contact him.
-
Error when starting Quester
Hello, This problem can occur when you use a profile with the quester that is made for another product. If your problem is not solved, can you share the profile you are using.
-
License Key is not working for Legion 7.3.5 (26972)
Hello, try again your problem should solved
-
OS broken after 2-8h of bot use (0xc0000142)
Hello, Check that your Windows is up to date. Also check that you have installed the required applications (especially SlimDX and VC++) (links in the README.txt file located in the WRobot folder). What about CPU/RAM usage ?
-
Otomatik Gear, pls pls!
Hello, try https://wrobot.eu/files/file/1966-free-wholesome-inventory-manager/
-
连接不上
Hello, Can you share your log file please https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ If you use a VPN/proxy try to disable it.
-
problem adding path point
Hello, maybe another running application on your computer uses this shortcut. Do you have any error about in your log ?
-
Does this bot need Proxy
Hello, You don't need VPN or proxy (it's even better to use your real IP). That can be useful if you get banned or when you bot in several accounts.
- The million dollar question! The use of prey.
-
payment help
Hello, It's no longer possible to use Paypal, the only alternative to credit card (Stripe) is https://wrobot.eu/allopass/
-
Bambos Wotlk Grinder Alliance issue
Good morning, Contact @Bambo to solve your problem (make sure beforehand that your IP does not change and that no one else is using your paid file).
-
My dungeon profile keep stucking at same place
It is true that in your log file the response time of the pathfinder is long. Can you try with a VPN?
-
Detect Magic Debuff and cast spell by ID or name
When you run your Lua code (in "dev... tools"), it works ? try to add a print in you code to debug it, like that : for i=1,40 do local name, rank, icon, count, debuffAuraType = UnitAura("player", i); if debuffAuraType == "Magic" then anyCurse = true; print("true") return; end end print("false")
-
My dungeon profile keep stucking at same place
Good morning, It's complicated to provide help on the creation of dungeon profiles. Tried disabling your Wow addons. Activate the radar3d to understand where the bot is trying to go. What is the state of the bot (tab info) when it is blocked?
-
Detect Magic Debuff and cast spell by ID or name
Hello, what is log debug log lines when the spell should be cast?
-
How to make profile force to go specific step after dead
You need to run this code once (before the quest or when the profile starts).