Jump to content

Droidz

Administrators
  • Posts

    12624
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, your quest is complete ? In you bag do you have http://www.wowhead.com/item=128493/yotnars-left-arm and http://www.wowhead.com/item=128495/yotnars-right-arm and http://www.wowhead.com/item=128497/yotnars-left-foot and http://www.wowhead.com/item=128496/yotnars-right-foot ?
  2. Hello, use quest type "OverridePulseCSharpCode" with code: Vector3 fishPosition = new Vector3(-9387.61, -120.2896, 58.53797, "Flying"); float fishRotation = 4; if (!FishingTask.IsLaunched) { if (GoToTask.ToPosition(fishPosition, 1.5f)) { ObjectManager.Me.Rotation = fishRotation; FishingTask.LoopFish(); } } return true; (replace "-9387.61, -120.2896, 58.53797" by fishing position and 4 by fishing rotation (you can get position and rotation in WRobot tab "Tools" > "Dev... tools" > "Me/Target Position")) Don't forget to stop fishing, for it, after pulse fishing quest, in quests order add step type "RunCode" with code: wManager.Wow.Bot.Tasks.FishingTask.StopLoopFish(); Sample profile: FishingTest.xml
  3. Hello, you can add it in your fightclass: http://wrobot.eu/forums/topic/3560-fight-class-tutorial-video/
  4. Hello, if you can, use normal version and ignore this messagebox.
  5. Hello, if you can wait next update
  6. http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  7. Changed Status to Not a Bug Changed Version to All
  8. Bonjour, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 étape 10, 14
  9. If you can wait next update and tell me if problem is resolved.
  10. If you can wait next update (in next Wrobot check before buy the item and check if current money - item price is bigger at min money, before wrobot checked only one time by buy step).
  11. Hello, When you use lua global variable ("result" in you scripts) don't forget to assign it at the code start (to avoid to get last result or result of others script), put at the start: result=false; I cannot reproduct your problem. What WRobot product do you use?
  12. It is not 10min, it is 4 hours (and wow don't seem crash on this session). Do you run softwares when WRobot is running? If yes can you give me names. Do you have disable "Bliz Streaming" feature? Do you have try to reinstall WRobot and SlimDX ?
  13. Hello, in tab "Map" you see blacklisteds zones when your profile running? You get this problem only in "UseItemOn", can you send me screenshot of you quest.
  14. hello, https://www.google.com/search?q=stagger+site:wrobot.eu ( http://wrobot.eu/files/file/305-brewmaster-monk-54/ )
  15. Hello, in quests order, you can add step type "MessageBox".
  16. Don't forget to share your log file if your problem is not resovled.
  17. Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 step 1, 6, 10, 14, 15
  18. Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/ step 6 (share you log files if your problem is not resolved)
  19. Hello, I comeback here when is added
  20. Hello, http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 steps 10, 14 and 6
  21. Bonjour, relancé WRobot un foi le personnage changé.
  22. Bonjour, merci de créer un nouveau sujet dans le forum Français avec vos fichier journals (log files) et plus de détails.
  23. Or like this http://wrobot.eu/forums/topic/2173-click-to-accept-click-to-turn-in-quests-droidz-budday/?do=findComment&comment=10188 (if no button name change since)
  24. Hello, do you get this problem? http://wrobot.eu/bugtracker/335a-bot-unable-to-relog-bug-in-reloger-r337/
  25. It is in c#.net, but it is similar to javascript syntax.
×
×
  • Create New...