-
Posts
12579 -
Joined
-
Last visited
Content Type
Forums
Articles
Bug Tracker
Downloads
Store
Everything posted by Droidz
-
Targeting tanks target and casting spells on it
Droidz replied to BetterSister's topic in Developers assistance
Hello, look this sample: http://wrobot.eu/forums/topic/1743-how-to-add-players-unit-to-a-list/?do=findComment&comment=8653 -
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?
Droidz replied to spray's topic in WRobot for Wow Wrath of the Lich King - Help and support
reply here: -
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
Droidz commented on BetterSister's bug report in Bug Tracker
Hello, thank for suggestion, i noted , I come back here when I add this feature. -
Hello, this feature is active, normally WRobot blacklist units if seem stuck (but it is not easy to detect mobs stuck).
-
You still have this problem? have you try to download again and install in a new folder WRobot? Do you have lastest framework version?
-
-
The bot does not remove the skins ( WRobot for Wow WoD 6.2.3 )
Droidz commented on Azalina's bug report in Bug Tracker
Hello, I cannot reproduct this problem, you can you try to increment/lower min/max latency in advanced general settings -
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".
-
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".)
-
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/
-
Hello, you can download all meshes file for Wotlk here: http://download.wrobot.eu/wrobotwotlk/meshes/meshes.zip
-
hello, I have added credit at your WRobot account (price of your old subscription), you can use it to buy new subscription
-
Your fightclass seem correct. Can you try to remove all files that start by "CustomClassFeralDruid-***********.xml" in "WRobot Wotlk\Settings\" (or change "Fight Class Name" when fightclass editor)
-
Hello, It is wow or wrobot that crash? If it is WRobot, try to remove folder "WRobot Wotlk\Data\Meshes\".
-
Hello, like said betterSister, you get problem with your fightclass: Can you share it or try with another please.
-
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)
Droidz replied to Droidz's topic in Tutorials - WRobot
Samples: Monk - Brewmaster.cs Monk - Windwalker.cs -
Hello, what class/spe do you use?