Everything posted by Droidz
-
Stuck above mailbox
Hello, blacklist (or disable in NPC DB) this mailbox and add another
-
Open Gate to pit of saron
In your log you seem to get stuck, WRobot can make path to go to the gate?
-
Unpause bot on combat
Hello, try plugin like: using System.Threading; using robotManager.Products; using wManager.Wow.Helpers; public class Main : wManager.Plugin.IPlugin { public void Initialize() { while (Products.IsStarted) { if (Conditions.ProductInPause && Conditions.InGameAndConnectedAndAlive && Conditions.IsAttackedAndCannotIgnore) { Products.InPause = false; } Thread.Sleep(500); } } public void Dispose() { } public void Settings() { } } Main.cs
-
Bot rezzing ontop of mobs
Hello, you cannot change that, in your profile try to avoid this zone
-
Sightless Eye Fishing
Hello, yes use fisher bot with underbelly profile, and add guard in your fightclass (or in plugin? macro?)
-
correct skill rank?
Hello, this is managed by your fightclass. Try another fightclass.
-
Using VPN for second account?
https://wrobot.eu/forums/topic/8147-using-a-vpn/?page=0#comment-37199
-
Extend combat timer?
Hello, you get this problem with what WRobot version? Only with casters? You have try with several fightclass?
-
Party bot gets confused when mob attacked outside of its range
Hello, Do you have try with another fightclass? with default WRobot settings? and to disable all wrobot plugins/wow addons? If your problem is not resolved, can you share your full log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Help runcode
Hello, Like: Thread t = new Thread(() => { int questId = 28000; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; Lua.LuaDoString("OverrideActionBarButton1:Click()"); } Thread.Sleep(500); } }); t.Start();
-
move to
Hello, use code like wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(821.2907, 821.2907, 9.0076));
-
Not looting
Hello, it is probably plugin problem
-
Probleme avec quester
Hello, you use last profile update? Try to contact profile creator
-
The game hangs
Hello, https://wrobot.eu/forums/topic/4918-since-last-update-the-bot-spams-reloadui/?do=findComment&comment=22750
-
Running wow from profile C#
Hello, no you cannot do that
- Battlegrounder buggfix/suggestion
-
Wrobot does not work
Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to disable firewall, proxy...
-
WRobot can only open one, more meetings flash back. Why?
Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
disable herbalism
wManager.wManagerSetting.CurrentSetting.SearchRadius = 50;
- Problem with Repeatable quest
-
WRobot Will Not Launch
Hello, try to redownload and reinstall WRobot
- [Solved] No loot, no harvest
-
Bot status changing every 4 seconds.
Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
No fish are hooked
Hello, you min latency is to low. In min/max latency try to put 600/700. try also to disable your fightclass
-
disable herbalism
Hello, wManager.wManagerSetting.CurrentSetting.HarvestMinerals = false; wManager.wManagerSetting.CurrentSetting.HarvestHerbs = false; wManager.wManagerSetting.CurrentSetting.SkinMobs = false; wManager.wManagerSetting.CurrentSetting.LootChests = false;