Jump to content

Droidz

Administrators
  • Posts

    12581
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, I have added your link in http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/ Thank you
  2. Hello, what is your FPS in game? Try to active "Use lua to move" in advanved general settings
  3. What macro do you want run?
  4. Hello, today, the only old version of WRobot accepted (but not supported) is WRobot 1.5.7 for wow 6.2.3 (20886)
  5. Bonjour, si vous pouvez essayer de nouveau.
  6. Hello, if you can try again.
  7. Hello, do you have add the name of items at smelting (in advanced general settings tab 'Looting & farm...').
  8. Hello, you can use this condition: Possessed Fleeing Influenced Confused Pacified Target Possessed Target Fleeing Target Influenced Target Confused Target Pacified Pet Possessed Pet Fleeing Pet Influenced Pet Confused Pet Pacified
  9. Hello, when you get this problem, do you get informations in your log file?
  10. Yes, you get this problem frequently?
  11. Bonjour, pouvez vous partager votre fightclass
  12. Hello, this message appear when wow crash generally, try to install required software and switch directx version: http://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966
  13. Bonjour, Vous n'avez pas installer un addon wow qui valide vos quêtes?
  14. Hello, what is respawn time?
  15. Code fixed in original post.
  16. This versions are outdated and not supported. Supported versions for private server are here: http://wrobot.eu/forums/forum/66-wrobot-for-wow-private-server/
  17. I thank that this problem is caused by your server (if you can give me the name). You can try to use this plugin: http://wrobot.eu/forums/topic/2747-clear-session-blacklist/?do=findComment&comment=12547
  18. Hello, I'll add it. I comeback here when is done.
  19. Hello, I have removed it. But it is possible manually, you need to edit file "WRobot\Settings\packages.xml" and add link to your zip file, for it edit packages.xml with notepad and add after "<UrlProtocolXML>": <UrlProtocolXML> <UrlZip>http://url.com/file.zip</UrlZip> <Name>Your files name</Name> <Author>Your name</Author> <Size>0</Size> <AutoUpdate>true</AutoUpdate> </UrlProtocolXML>
  20. Hello, I have upgraded your key, if you can try again.
  21. Hello, I'll add it, I comeback here when is added. http://wrobot.eu/forums/topic/4143-sky-golem-fixed-yet/?do=findComment&comment=19465
  22. In your log, you use an old version of WRobot.
  23. Hello, You can create plugin (change id in this plugin: http://wrobot.eu/files/file/517-potion-of-luck/ ) Or, if it is only for one quest, add step type 'RunCode' before 'pulse' (and after 'PickUp') quest with code: Thread t = new Thread(() => { uint itemId = 62899; int questId = 93351; uint buffId = 135855; while (robotManager.Products.Products.IsStarted) { if (Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause) { if (!Quest.HasQuest(questId)) break; if (!ObjectManager.Me.HaveBuff(buffId)) { ItemsManager.UseItem(itemId); } } Thread.Sleep(500); } }); t.Start(); (ofcourse, change itemId, questId and buffId)
×
×
  • Create New...