Jump to content

Droidz

Administrators
  • Posts

    12595
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, try: In "CONTAINER_BAG_OFFSET_X" replace X by 1, 2, 3 or 4 and replace "Small Black Pouch" by your bag name
  2. Hello, You can found your license key here: https://wrobot.eu/clients/purchases/ If it is not problem if you can give more details
  3. Hello, try this plugin Ignore all combat fight.cs
  4. 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
  5. 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
  6. Hello, I keep note of this suggestion thank you
  7. Hello, in what wow version?
  8. Hello, I think that it is profile problem
  9. Hello, try to pick the quest manually with quest type interactwithnpc (and use lua code to only select your quest)
  10. 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
  11. Hello, some plugins have not settings, but you can open it with notepad to change code (where you have found this plugin?)
  12. 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/ ).
  13. Hello, it's depend of your profile, https://wrobot.eu/forums/topic/1925-sample-dungeon-profile/
  14. 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)
  15. Hello, sorry I cannot add it to tab tools, editor is in 'Quester.dll' product.
  16. 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
  17. You confirm that "W" is to move Forward ?
  18. 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.
  19. Hello, It is connection problem with auth server, if this don't close WRobot you can ignore it.
  20. Hello, do you have errors in wow or wrobot log? do you have try to disable wow addons ?
  21. Hi, I reactived your key
  22. ty, If you can please active radar3d next time than you have this problem (to check where wrobot want to go)
  23. Hello, like https://wrobot.eu/forums/topic/8668-workaround-for-stutter-flying/?tab=comments#comment-53730 ?
  24. 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/ ).
  25. I think it is problem with "new ThreadStart" but you don't need to create new thread you can call "GoToFarm()" directly
×
×
  • Create New...