Everything posted by Droidz
-
Battlegrounder Crashes
Hello, Try to launch WRobot with shortcut "WRobot No DX".
-
Druid Gathering
Hello, what is the steps realised by WRobot on your computer?
-
Targeting tanks target and casting spells on it
Hello, look this sample: http://wrobot.eu/forums/topic/1743-how-to-add-players-unit-to-a-list/?do=findComment&comment=8653
-
Auction bot bug or not developed yet?
If you can read this: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 And share your log file (of session where you get this problem): http://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/
-
Use item on hostile "weakened" mob
Hello, Add step type "PickUp" (put quest name in parameter) Add step type "RunCode", in parameter put this code: Thread t = new Thread(() => { uint itemId = 62899; int questId = 28000; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; if (ObjectManager.Target.IsValid && ObjectManager.Target.IsAlive && ObjectManager.Target.HealthPercent <= 25) { ItemsManager.UseItem(itemId); } } Thread.Sleep(500); } }); t.Start(); (you need to have quest in your questlog, you can replace "62899" but the item id, "28000" by the quest id and "25" by the max target health) Add step type "Pulse" (put quest name in parameter) Add step type "TurnIn" (put quest name in parameter)
-
Converting Profiles?
reply here:
-
3.3.5a Bot Converter
Hello, to convert HB quest profiles you need to use "Quester" product > "Product Settings" > "Easy profiles creator" > "Tools" > "Helpers tools" > "Buddy to WRobot". But WRobot don't convert all HB profile information, and Hb profile don't contain all informations required for WRobot profile, you need to fix profile manually. And I'll not update/add support of older profile at converter (if you want really the profile you can also convert it manually, for grinder profile you can use notepad with "replace") (you can also use trinity database to create quicly your quest profile http://wrobot.eu/files/file/470-quests-database/ ).
-
[3.3.5a+others] configurable item groups to not sell to vendor
Hello, thank for suggestion, i noted , I come back here when I add this feature.
-
3.3.5a bot stuck because mob evades
Hello, this feature is active, normally WRobot blacklist units if seem stuck (but it is not easy to detect mobs stuck).
-
compilation error when starting wrobot
You still have this problem? have you try to download again and install in a new folder WRobot? Do you have lastest framework version?
-
[Suggestion] ForceLeave Strand of the Ancients & Isle of Conquest
Hello, use this wrobot plugin:
-
Leave BG (IoC and SotA)
- 455 downloads
- Version 1.0.0
Leave BG Auto leave the current battlefield if it is Isle of Conquest or Strand of the Ancients How to install: You need to move downloaded file (Leave BG.cs) in folder "\WRobot\Plugins\", launch (or relauch) WRobot, go to tab "Plugins" and turn on "Leave BG.cs".- 2 comments
- 1 review
-
The bot does not remove the skins ( WRobot for Wow WoD 6.2.3 )
Hello, I cannot reproduct this problem, you can you try to increment/lower min/max latency in advanced general settings
- Окшибка работы Бота
-
Besoin de conseil pour améliorer l'efficience de mon Grinder
Vous avez des sacs spéciales (mines/herbes...)? Si c'est pas le cas essayé de lancer WRobot avec le raccourci "WRobot No Lock Frame".
-
Auction bot bug or not developed yet?
Hello, try to remove all files that start by "Auction-*******.xml" in "WRobot Wotlk\Settings"
-
Remote go to town
Hello, I have added your suggestion to my to do list, I ignore if I'll add or not this. (To force to go to town frequently you can use "Go to vendor/repair/mailbox with timer: XX minutes".)
-
Fight Classes.. Any up to date ones?
The frost mage fightclass seem updated: http://wrobot.eu/files/file/499-gtx-frost-mage-dps/?tab=comments For the warlock affil, you can try to edit it (or contact owner), if you need help tell what is don't works on this fightclass I'll try to fix it (give me detail, I don't play warlock): http://wrobot.eu/files/file/450-warlock-affli/
-
3.3.5a meshs
Hello, you can download all meshes file for Wotlk here: http://download.wrobot.eu/wrobotwotlk/meshes/meshes.zip
-
Upgrading Subscription
hello, I have added credit at your WRobot account (price of your old subscription), you can use it to buy new subscription
- Battlegrounder Error Popup
- Crashing with Automation
- Battlegrounder Error Popup
-
How to cancel the current cast?
Hello, like this: test Cobrashot.xml - Add spell "Cobra Shot" and put "False" at spell settings "Wait during casting". - Add spell "SpellStopCasting();" and put "True" at spell settings "Not spell, is lua script". Add condition "Me In Cast": "True" and "Is Spell Usabe" : "Kill Shot" , "True". - Add spell "Kill Shot"
-
How to create an Fight Class (developer only)
Samples: Monk - Brewmaster.cs Monk - Windwalker.cs