Jump to content

Droidz

Administrators
  • Posts

    12596
  • Joined

  • Last visited

Everything posted by Droidz

  1. Droidz

    TBC Wrobot crashes

    I ignore what can cause crash, last update is very small. You can also try to disable your antivirus and run again Updater
  2. Droidz

    TBC Wrobot crashes

    You get also this problem with new WRobot install?
  3. Droidz

    TBC Wrobot crashes

    Try to reinstall WRobot and to run WRobot with shortcut "WRobot No DX"
  4. You have also run this tools dotnetfx_cleanup_tool ? Do you have restard your computer?
  5. Ok, try to use quest type "OverridePulseCSharpCode" and use code like : new Spell("Death Gate", false).Launch(); Thread.Sleep(Usefuls.Latency + 500); if (ObjectManager.GetNearestWoWGameObject(ObjectManager.GetWoWGameObjectByEntry(190942)).GetDistance < 10) wManager.Wow.Bot.Tasks.GoToTask.ToPositionAndIntecractWithGameObject(ObjectManager.Me.Position, 190942); return true;
  6. @joseocnejo Can you try that: (Windows 10 only): And if you can also try to run: https://www.microsoft.com/en-us/download/details.aspx?id=30135 And https://blogs.msdn.microsoft.com/astebner/2008/08/28/net-framework-cleanup-tool-users-guide/ ( dotnetfx_cleanup_tool )
  7. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  8. Do you have activated product setting "Randomise path"? If yes disable this option
  9. Yes he works, but it is better to test with trial version before purchase.
  10. Hello, you can try to add gate in object at harvest (wManager.wManagerSetting.CurrentSetting.ListHarvest.Add(190942);) and use quest type "UseSpellOn"
  11. Hello, For download and use trial version read this:https://wrobot.eu/forums/topic/2972-download-wrobot-for-tbc/ For start guide: https://wrobot.eu/forums/topic/3633-getting-started-with-wrobot-video/
  12. 2017-07-26_20-32-37.mp4 He works (Wotlk), If you want you can increment reactivity of eventlua, for that put lower valua at "wManager.wManagerSetting.CurrentSetting.EventsLuaWithArgsWaitTime"
  13. Hello, I don't get this problem, and few update ago I added time before blacklist vendor. Can you share log file of WRobot session with this problem please (with WRobt updated)
  14. Droidz

    Tbc problem lvl1

    Hello, can you read this: https://wrobot.eu/forums/topic/1381-repairinstall-wrobot/#comment-966 If you problem is not resolved, request help on forum with your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ).
  15. Do you have try to run wow without addons and wrobot without plugins, can you share your profile pelase
  16. Hello, try to remove your wow cache and settings
  17. Hello, can you share screenshot of your folder "C:\Windows\Microsoft.NET\Framework\"
  18. Try code like EventsLuaWithArgs.OnEventsLuaWithArgs += (id, args) => { if (id == wManager.Wow.Enums.LuaEventsId.UNIT_SPELLCAST_START) { for (int i = 0; i < args.Count; i++) { Logging.Write("Arg" + (i + 1) + " contains: " + args[i]); } } }; (your code probably crash a lot of time)
  19. Droidz

    Tbc problem lvl1

    Try to use another fightclass
  20. Droidz

    Tbc problem lvl1

    Changed Status to Not a Bug Changed Version to All
  21. Droidz

    scripts error

    Changed Status to Fixed Changed Version to All
  22. Changed Status to Fixed Changed Version to All
  23. Hello, can you share screenshot of your folder "C:\Windows\Microsoft.NET\Framework\"
  24. Version 1.0.0

    895 downloads

    Auto Choose Food And Drink Select best food/drink of your bag/merchant before to regen/buy. Credit: reapler (for idea and base code)
  25. Hello, Can you share your log file please ( https://wrobot.eu/forums/topic/1779-how-to-post-your-log-file-with-your-topic/ ). Try to activate option "Use lua to move"
×
×
  • Create New...