Everything posted by Droidz
- Bot don"t start (button start) WARMANE
-
Discord Channel?
https://discord.gg/3yHrH86
- serveur privé legion
-
about party assistant
hello, you can found product "Party" in "Main" tab
-
Put an item in the list not to sell
Hello, wManager.wManagerSetting.CurrentSetting.DoNotSellList.Add("item name"); But to avoid duplicate: var itemName = "item name"; if (!wManager.wManagerSetting.CurrentSetting.DoNotSellList.Contains(itemName)) wManager.wManagerSetting.CurrentSetting.DoNotSellList.Add(itemName);
- payment issue
-
Bot Attacks Opposite Faction
Hello, I'll add this feature
-
Bot Question
- Fight class
- Mount tbc
- Gatherer Mounts and Dismounts
You get this problem only with this mount? Try to increment min/max latency in advanced general settings- battleground
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).- Bot Change vendor
Hello, try to clear you NPC DB (tab "tools")- Prevent bot from attacking players
Hello, you cannot for the moment but I'll add this option- Random game load screen when using bot
Hello,- (Grinder help) STV silk cloth farm
Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ) (where wrobot go to repair).- Auto Attack Swing Time Remaining
Hello, 3000 ms- BG bot stealth + no attacking
Hello, in "spell settings" "Combat only" put "false"- Broken Isles Gathering
- Elite Nearby
Hello, you can try- [Vanilla] Stealth Bot Gives Up Target
Hello, can you give me positions and mobs entry id easy to join- IsComplete Condition for non boss mob in dungeon
Hello, you can test number of mobs alive like: return wManager.Wow.ObjectManager.ObjectManager.Me.Position.DistanceTo(new Vector3(1, 2, 3)) < 30 && wManager.Wow.ObjectManager.ObjectManager.GetWoWUnitByEntry(1234).Count(u => u.IsValid && u.IsAlive) <= 0; (replace "1, 2, 3" by mob position and "1234" by the mob entry id)- Bot not activating when started a mode
Hello, try to disable your antivirus/firewall- Constant stucks in the same spots
Hello, check with "radar3d" (tab map) if you have blacklist good zone- Equip 1h shield & Track stackable debuffs
Hello, You can use lua: http://wowwiki.wikia.com/wiki/API_EquipItemByName Or WRobot API: wManager.Wow.Helpers.ItemsManager.EquipItemByName("Item name");