Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, look this sample: http://wrobot.eu/forums/topic/1743-how-to-add-players-unit-to-a-list/?do=findComment&comment=8653
  2. 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/
  3. 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)
  4. 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/ ).
  5. Hello, thank for suggestion, i noted , I come back here when I add this feature.
  6. Hello, this feature is active, normally WRobot blacklist units if seem stuck (but it is not easy to detect mobs stuck).
  7. You still have this problem? have you try to download again and install in a new folder WRobot? Do you have lastest framework version?
  8. Version 1.0.0

    449 downloads

    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".
  9. Hello, I cannot reproduct this problem, you can you try to increment/lower min/max latency in advanced general settings
  10. Hello, I'll reply here: http://wrobot.eu/bugtracker/the-bot-does-not-remove-the-skins-wrobot-for-wow-wod-623-r352/
  11. 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".
  12. Hello, try to remove all files that start by "Auction-*******.xml" in "WRobot Wotlk\Settings"
  13. 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".)
  14. 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/
  15. Hello, you can download all meshes file for Wotlk here: http://download.wrobot.eu/wrobotwotlk/meshes/meshes.zip
  16. hello, I have added credit at your WRobot account (price of your old subscription), you can use it to buy new subscription
  17. 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)
  18. Hello, It is wow or wrobot that crash? If it is WRobot, try to remove folder "WRobot Wotlk\Data\Meshes\".
  19. Hello, like said betterSister, you get problem with your fightclass: Can you share it or try with another please.
  20. 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"
  21. Samples: Monk - Brewmaster.cs Monk - Windwalker.cs
  22. Hello, what class/spe do you use?
  23. If you can tell me if problem is resolved on new update please.
×
×
  • Create New...