Jump to content

Droidz

Administrators
  • Posts

    12519
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 try to install slimdx and vc++
  2. Hello, you can try to use item to open dialog, and to click on dialog button use https://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447
  3. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  4. Hello, no sorry, if npc menu never change you can turnin quest with questtype InteractWithNpc (and run macro to complete quest)
  5. Hello, try: In "CONTAINER_BAG_OFFSET_X" replace X by 1, 2, 3 or 4 and replace "Small Black Pouch" by your bag name
  6. Hello, You can found your license key here: https://wrobot.eu/clients/purchases/ If it is not problem if you can give more details
  7. Hello, try this plugin Ignore all combat fight.cs
  8. Hello, you have too many wrobot plugins and sometime wow addons. Download and install WRobot in new folder, try to run automaton without plugin/fightclass, if you don't get crash try with fightclass, try your profile, try to add plugin one per one
  9. hello, try plugin like: using System.Threading; using wManager.Wow.Bot.States; public class Main : wManager.Plugin.IPlugin { public void Initialize() { robotManager.Events.FiniteStateMachineEvents.OnRunState += (engine, state, cancelable) => { if (state is Resurrect || state is ResurrectBG) { Thread.Sleep(1000 * 30); } }; } public void Dispose() { } public void Settings() { } } Wait Resurrect.cs
  10. Hello, I keep note of this suggestion thank you
  11. Hello, in what wow version?
  12. Hello, I think that it is profile problem
  13. Hello, try to pick the quest manually with quest type interactwithnpc (and use lua code to only select your quest)
  14. Hello, To click on crystal you can add object in object to harvest list (in advanced general settings), if you just to to interact with npc you can add it to npc to attack, but in your case it is better to use Quester profile
  15. Hello, some plugins have not settings, but you can open it with notepad to change code (where you have found this plugin?)
  16. Hello, Disable all Wow addons, all WRobot plugins and share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  17. Hello, it's depend of your profile, https://wrobot.eu/forums/topic/1925-sample-dungeon-profile/
  18. I tried with automaton and grinder profile several hours each without plugin/fightclass and I cannot reproduce your problem. You get this problem without plugin but you have try without fightclass? He seems than WRobot press key (jump or forward I don't know) but never release it (I checked code several time and seem not in WRobot)
  19. Hello, sorry I cannot add it to tab tools, editor is in 'Quester.dll' product.
  20. If you can launch all time WRobot with shortcut "WRobot No Edit Memory" (and check if you use default wow client, no client of Tauri) and tell me if you get ban again. But seem to be manual ban
  21. You confirm that "W" is to move Forward ?
  22. I confirm than fly mount management on TBC is horrible (especially the sliding before dismounting, I'll try to resolve it) But I cannot reproduce the problem of this post after several hours, someone have profile to help me to reproduce it please.
  23. Hello, It is connection problem with auth server, if this don't close WRobot you can ignore it.
  24. Hello, do you have errors in wow or wrobot log? do you have try to disable wow addons ?
×
×
  • Create New...