Everything posted by Droidz
-
Bot pour legion
Bonjour, https://wrobot.eu/forums/topic/2018-wrobot-old-versions/
-
More than one directory WoW in Relogger
Hello, use task type "ChangeWowPath"
-
Game always kinda Reload Ui
https://wrobot.eu/forums/topic/4918-since-last-update-the-bot-spams-reloadui/?do=findComment&comment=22750
-
help legion grinder
Bonjour, essayé ce plugin: SkinDoubleClick.cs using System.Threading; using System.Windows.Forms; using robotManager.Helpful; using wManager.Wow.Enums; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) => { try { if (Var.GetVar<object>("LastTargetSkin") == (object)target) return; Var.SetVar("LastTargetSkin", target); var o = ObjectManager.GetObjectByGuid(target); if (o.IsValid && o.Type == WoWObjectType.Unit) { var u = new WoWUnit(o.GetBaseAddress); if (u.IsValid && u.Skinnable) { new Thread(delegate() { Thread.Sleep(500 + Usefuls.Latency); Interact.InteractGameObject(u.GetBaseAddress); }).Start(); } } } catch {} }; } public void Dispose() { } public void Settings() { MessageBox.Show("No settings for this plugin."); } }
-
Not Sending *Some* Mail? (WotLK 1.8.3 - 29574)
Hello, do you use wow addons?
-
Attacking Friendly Hunter Pet? (WotLK 1.8.3 - 29574)
Hello, this happen frequently? Option ( in advanced general settings) "Ignore combat with all pets" is activate?
-
Bot having trouble path-finding when camping Rare Mobs
Hello, you can try to disable option "skip if cannot make path" in advanced general settings
-
Hunter running to the target
Hello, check your fightclass range option
-
Does not mount up
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Wrobot can't detect WoW
Can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 (install framework, vc++ and slimdx)
-
Gatherer Ignores Herbs
Try to add herbs name in "Harvest objects...." (in advanced general settings)
-
Gatherer Ignores Herbs
What is your current herbalism level, if he are low for your current zone try to farms some herbs manually, you can also add herbs name in "Harvest objects...." (in advanced general settings)
-
Wrobot can't detect WoW
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
-
Attacking dead mobs slain by other NPCS
Hello, can you check if dead mob have buff (with "dev... tools" tab "tool")
-
How to force bot out of dungeon and onto Traveler's Tundra Mammoth
Hello, you can do that with quester bot, but you need knowledge in WRobot (and C #)
-
Vanilla elevator distance
Hello, yes this problem is normally resovled
-
Gatherer Ignores Herbs
Hello, try to active option "use lua to move"
-
Call settings save/load in C#?
Add c# condition (HunterBeastmasterSettings.CurrentSetting.Save() && false)
-
Call settings save/load in C#?
try: new SpellState("Save...", 1, context => HunterBeastmasterSettings.CurrentSetting.Save() && false, false, false, false, false, false, false, false, false, 0, false, false, false, false, false, false, wManager.Wow.Helpers.FightClassCreator.YesNoAuto.Yes, "", "none", false, false, true),
-
Auction bot not posting with correct sell prices
https://wrobot.eu/bugtracker/tbc-auction-doing-wrong-calculations-r819/?do=findComment&comment=4432
-
Auction bot not posting with correct sell prices
Changed Status to Fixed Changed Version to All
-
[TBC] Auction doing wrong calculations
if you can wait next update
-
[TBC] Auction doing wrong calculations
Changed Status to Fixed
-
how to make a bot kill
Hello, https://wrobot.eu/forums/topic/5078-plugin-for-attacking-specific-mobs/#comment-23616 or create grinder profile
- withered hungerers and others